Home
last modified time | relevance | path

Searched defs:header (Results 1 – 15 of 15) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dwaker.rs24 let header = ptr as *mut Header; in get_header_by_raw_ptr() localVariable
37 let header = ptr as *const Header; in clone() localVariable
43 let header = get_header_by_raw_ptr(ptr); in wake() localVariable
49 let header = get_header_by_raw_ptr(ptr); in wake_by_ref() localVariable
55 let header = get_header_by_raw_ptr(ptr); in drop() localVariable
Draw.rs68 pub(crate) fn header(&self) -> &Header { in header() method
237 header: Header, field
408 let header = Header { in new() localVariable
418 pub(crate) fn header(&self) -> &Header { in header() function
Dtask_handle.rs45 fn header(&self) -> &Header { in header() function
/commonlibrary/memory_utils/
Dbundle.json43 "header": { object
52 "header": { object
61 "header": { object
76 "header": { object
/commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/
Dmod.rs117 let header = format_header_str($resp_n, $resp_v); localVariable
214 let header = format_header_str($resp_n, $resp_v); localVariable
/commonlibrary/c_utils/
Dbundle.json40 "header": { object
73 "header": { object
106 "header": { object
/commonlibrary/ets_utils/
Dbundle.json81 "header": { object
90 "header": { object
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
Dtable.rs120 pub(crate) fn header(&self, index: usize) -> Option<(Header, String)> { in header() method
300 fn header(index: usize) -> Option<(Header, String)> { in header() method
/commonlibrary/rust/ylong_runtime/
Dbundle.json38 "header": { object
/commonlibrary/rust/ylong_http/
Dbundle.json42 "header": { object
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
Dpart.rs79 pub(crate) fn header<N, V>(&mut self, name: N, value: V) -> Result<&mut Headers, HttpError> in header() method
280 pub fn header<N, V>(mut self, name: N, value: V) -> Self in header() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dadapter.rs124 pub fn header<N, V>(mut self, name: N, value: V) -> Self in header() method
/commonlibrary/rust/ylong_http/ylong_http/src/request/
Dmod.rs577 pub fn header<N, V>(mut self, name: N, value: V) -> Self in header() method
/commonlibrary/rust/ylong_http/ylong_http/src/
Dheaders.rs1041 let header = Header::from_raw_parts(name, value); in ut_header_methods() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Ddecoder.rs180 header: FrameHeader, field