| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/ |
| D | waker.rs | 24 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
|
| D | raw.rs | 119 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
|
| D | task_handle.rs | 45 fn header(&self) -> &Header { in header() function
|
| /commonlibrary/memory_utils/ |
| D | bundle.json | 40 "header": { object 49 "header": { object 58 "header": { object
|
| /commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/ |
| D | mod.rs | 127 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/ |
| D | sdv_http_headers.rs | 29 let header = Header::from_raw_parts(name, value); in sdv_client_send_request_repeatedly() localVariable
|
| /commonlibrary/c_utils/ |
| D | bundle.json | 47 "header": { object 80 "header": { object 113 "header": { object
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
| D | test_utils.rs | 107 let header = format_header_str($resp_n, $resp_v); localVariable
|
| D | dispatcher.rs | 844 pub(crate) header: Frame, field
|
| /commonlibrary/ets_utils/ |
| D | bundle.json | 96 "header": { object 105 "header": { object 115 "header": { object
|
| /commonlibrary/rust/ylong_json/ |
| D | bundle.json | 33 "header": { object
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/ |
| D | table.rs | 120 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/ |
| D | bundle.json | 40 "header": { object
|
| /commonlibrary/rust/ylong_runtime/ |
| D | bundle.json | 41 "header": { object
|
| /commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/ |
| D | part.rs | 79 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/ |
| D | request.rs | 181 pub fn header(mut self, name: &str, value: &str) -> Self { in header() method
|
| /commonlibrary/rust/ylong_http/ylong_http/src/request/ |
| D | mod.rs | 588 pub fn header<N, V>(mut self, name: N, value: V) -> Self in header() method
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h3/ |
| D | encoder.rs | 720 let header = Frame::new(1, Payload::Headers(headers)); in ut_encoder_request_stream_header() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http/src/ |
| D | headers.rs | 1051 let header = Header::from_raw_parts(name, value); in ut_header_methods() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/h3/ |
| D | streams.rs | 66 pub(crate) header: Option<Frame>, field
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/ |
| D | streams.rs | 125 pub(crate) header: Option<Frame>, field
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
| D | queue.rs | 532 let header = task.into_header(); in push_back() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h2/ |
| D | decoder.rs | 181 header: FrameHeader, field
|