Searched defs:TableIndex (Results 1 – 2 of 2) sorted by relevance
| /commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/ |
| D | table.rs | 47 pub(crate) fn index(&self, header: &Header, value: &str) -> Option<TableIndex> { in index() 61 pub(crate) enum TableIndex { enum 152 fn index(&self, header: &Header, value: &str) -> Option<TableIndex> { in index() 324 fn index(header: &Header, value: &str) -> Option<TableIndex> { in index() 349 fn index_headers(key: &str, value: &str) -> Option<TableIndex> { in index_headers()
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
| D | table.rs | 52 pub(crate) fn search_in_static(&self, header: &NameField, value: &str) -> TableIndex { in search_in_static() 61 ) -> TableIndex { in search_in_dynamic() 246 fn index(&self, header: &NameField, value: &str, allow_block: bool) -> TableIndex { in index() 296 pub(crate) enum TableIndex { enum 645 fn index(field: &NameField, value: &str) -> TableIndex { in index()
|