/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/ |
H A D | table.rs | 29 pub(crate) fn search_header_name(&self, index: usize) -> Option<Header> { in search_header_name() 62 Header(usize), enumerator 115 pub(crate) fn header_name(&self, index: usize) -> Option<Header> { in header_name() 120 pub(crate) fn header(&self, index: usize) -> Option<(Header, String)> { in header() 125 pub(crate) fn update(&mut self, header: Header, value: String) { in update() 152 fn index(&self, header: &Header, value: &str) -> Option<TableIndex> { in index() 241 fn header_name(index: usize) -> Option<Header> { in header_name() 300 fn header(index: usize) -> Option<(Header, String)> { in header() 324 fn index(header: &Header, value: &str) -> Option<TableIndex> { in index() 406 pub(crate) enum Header { enum [all …]
|
H A D | decoder.rs | 166 fn check_header_list_size(&mut self, key: &Header, value: &str) -> Result<(), H2Error> { in check_header_list_size() 184 ) -> Result<(Header, String), H2Error> { in get_header_by_name_and_value()
|
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/include/ |
H A D | mdns_packet_parser.h | 74 struct Header { struct 75 uint16_t id = 0x0; 76 uint16_t flags = 0x0; 77 uint16_t qdcount = 0x0; 78 uint16_t ancount = 0x0; 79 uint16_t nscount = 0x0; 80 uint16_t arcount = 0x0;
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/ |
H A D | raw.rs | 54 pub(crate) struct Header { struct 58 node: Node<Header>, argument 103 unsafe impl Link for Header { implementation 119 pub(crate) fn header(&self) -> &Header { in header() 289 unsafe fn get_result<T, S>(ptr: NonNull<Header>, res: *mut ()) in get_result() 308 unsafe fn set_waker<T, S>(ptr: NonNull<Header>, cur_state: usize, waker: *const ()) -> bool in set_waker() 469 pub(crate) fn header(&self) -> &Header { in header()
|
H A D | waker.rs | 23 unsafe fn get_header_by_raw_ptr(ptr: *const ()) -> NonNull<Header> { in get_header_by_raw_ptr()
|
H A D | mod.rs | 86 pub(crate) fn into_header(self) -> NonNull<Header> { in into_header()
|
H A D | task_handle.rs | 45 fn header(&self) -> &Header { in header()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | event_server.cpp | 53 struct Header { struct 54 unsigned short len; 55 unsigned short headerSize; 56 char msg[0];
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/ |
H A D | cache_data.h | 160 struct Header { struct 161 size_t numShaders_;
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/ |
H A D | headers.rs | 78 pub struct Header { struct 79 name: HeaderName, argument 80 value: HeaderValue, argument 83 impl Header { implementation 159 impl<N, V> TryFrom<(N, V)> for Header implementation
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/ |
H A D | parts.rs | 48 pub(crate) fn update(&mut self, headers: Header, value: String) { in update()
|
H A D | decoder.rs | 188 Header, enumerator
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkts-bytecode-file-format.md | 52 ### Header subsection
|
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/ |
H A D | arkts-bytecode-file-format.md | 52 ### Header subsection
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h1/response/ |
H A D | decoder.rs | 104 Header(HeaderStage), enumerator
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h1/request/ |
H A D | encoder.rs | 147 Header, enumerator
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/ |
H A D | encoder.rs | 181 fn next(&mut self) -> Option<(Header, String)> { in next()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/ |
H A D | ts-basic-components-web.md | 7064 ## Header section
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/ |
H A D | ts-basic-components-web.md | 7064 ## Header section
|