| /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 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
|
| D | raw.rs | 68 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
|
| D | task_handle.rs | 45 fn header(&self) -> &Header { in header() function
|
| /commonlibrary/memory_utils/ |
| D | bundle.json | 43 "header": { object 52 "header": { object 61 "header": { object 76 "header": { object
|
| /commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/ |
| D | mod.rs | 117 let header = format_header_str($resp_n, $resp_v); localVariable 214 let header = format_header_str($resp_n, $resp_v); localVariable
|
| /commonlibrary/c_utils/ |
| D | bundle.json | 40 "header": { object 73 "header": { object 106 "header": { object
|
| /commonlibrary/ets_utils/ |
| D | bundle.json | 81 "header": { object 90 "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_runtime/ |
| D | bundle.json | 38 "header": { object
|
| /commonlibrary/rust/ylong_http/ |
| D | bundle.json | 42 "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 | adapter.rs | 124 pub fn header<N, V>(mut self, name: N, value: V) -> Self in header() method
|
| /commonlibrary/rust/ylong_http/ylong_http/src/request/ |
| D | mod.rs | 577 pub fn header<N, V>(mut self, name: N, value: V) -> Self in header() method
|
| /commonlibrary/rust/ylong_http/ylong_http/src/ |
| D | headers.rs | 1041 let header = Header::from_raw_parts(name, value); in ut_header_methods() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h2/ |
| D | decoder.rs | 180 header: FrameHeader, field
|