Home
last modified time | relevance | path

Searched defs:Header (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Dtable.rs29 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 Ddecoder.rs166 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 Dmdns_packet_parser.h74 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 Draw.rs54 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 Dwaker.rs23 unsafe fn get_header_by_raw_ptr(ptr: *const ()) -> NonNull<Header> { in get_header_by_raw_ptr()
H A Dmod.rs86 pub(crate) fn into_header(self) -> NonNull<Header> { in into_header()
H A Dtask_handle.rs45 fn header(&self) -> &Header { in header()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_server.cpp53 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 Dcache_data.h160 struct Header { struct
161 size_t numShaders_;
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/
H A Dheaders.rs78 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 Dparts.rs48 pub(crate) fn update(&mut self, headers: Header, value: String) { in update()
H A Ddecoder.rs188 Header, enumerator
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Darkts-bytecode-file-format.md52 ### Header subsection
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Darkts-bytecode-file-format.md52 ### Header subsection
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h1/response/
H A Ddecoder.rs104 Header(HeaderStage), enumerator
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h1/request/
H A Dencoder.rs147 Header, enumerator
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
H A Dencoder.rs181 fn next(&mut self) -> Option<(Header, String)> { in next()
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md7064 ## Header section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md7064 ## Header section