Home
last modified time | relevance | path

Searched defs:header (Results 1 – 23 of 23) 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.cast::<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.rs119 pub(crate) fn header(&self) -> &Header { in header() method
285 header: Header, field
458 let header = Header { in new() localVariable
469 pub(crate) fn header(&self) -> &Header { in header() function
Dtask_handle.rs45 fn header(&self) -> &Header { in header() function
/commonlibrary/memory_utils/
Dbundle.json40 "header": { object
49 "header": { object
58 "header": { object
/commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/
Dmod.rs127 let header = format_header_str($resp_n, $resp_v); localVariable
229 let header = format_header_str($resp_n, $resp_v); localVariable
/commonlibrary/rust/ylong_http/ylong_http/tests/
Dsdv_http_headers.rs29 let header = Header::from_raw_parts(name, value); in sdv_client_send_request_repeatedly() localVariable
/commonlibrary/c_utils/
Dbundle.json47 "header": { object
80 "header": { object
113 "header": { object
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Dtest_utils.rs107 let header = format_header_str($resp_n, $resp_v); localVariable
Ddispatcher.rs844 pub(crate) header: Frame, field
/commonlibrary/ets_utils/
Dbundle.json96 "header": { object
105 "header": { object
115 "header": { object
/commonlibrary/rust/ylong_json/
Dbundle.json33 "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_http/
Dbundle.json40 "header": { object
/commonlibrary/rust/ylong_runtime/
Dbundle.json41 "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/
Drequest.rs181 pub fn header(mut self, name: &str, value: &str) -> Self { in header() method
/commonlibrary/rust/ylong_http/ylong_http/src/request/
Dmod.rs588 pub fn header<N, V>(mut self, name: N, value: V) -> Self in header() method
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
Dencoder.rs720 let header = Frame::new(1, Payload::Headers(headers)); in ut_encoder_request_stream_header() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/
Dheaders.rs1051 let header = Header::from_raw_parts(name, value); in ut_header_methods() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h3/
Dstreams.rs66 pub(crate) header: Option<Frame>, field
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
Dstreams.rs125 pub(crate) header: Option<Frame>, field
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dqueue.rs532 let header = task.into_header(); in push_back() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Ddecoder.rs181 header: FrameHeader, field