Home
last modified time | relevance | path

Searched refs:STATIC_TABLE (Results 1 – 25 of 98) sorted by relevance

1234

/dports/www/py-hpack/hpack-4.0.0/test/
H A Dtest_table.py17 off = len(HeaderTable.STATIC_TABLE)
28 idx = len(HeaderTable.STATIC_TABLE)
40 off = len(HeaderTable.STATIC_TABLE)
87 idx = len(HeaderTable.STATIC_TABLE) + 1
95 idx = len(HeaderTable.STATIC_TABLE) + 1
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/hpack/test/
H A Dtest_table.py20 off = len(HeaderTable.STATIC_TABLE)
31 idx = len(HeaderTable.STATIC_TABLE)
43 off = len(HeaderTable.STATIC_TABLE)
101 idx = len(HeaderTable.STATIC_TABLE) + 1
109 idx = len(HeaderTable.STATIC_TABLE) + 1
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/hpack/test/
H A Dtest_table.py20 off = len(HeaderTable.STATIC_TABLE)
31 idx = len(HeaderTable.STATIC_TABLE)
43 off = len(HeaderTable.STATIC_TABLE)
101 idx = len(HeaderTable.STATIC_TABLE) + 1
109 idx = len(HeaderTable.STATIC_TABLE) + 1
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/hpack/test/
H A Dtest_table.py20 off = len(HeaderTable.STATIC_TABLE)
31 idx = len(HeaderTable.STATIC_TABLE)
43 off = len(HeaderTable.STATIC_TABLE)
101 idx = len(HeaderTable.STATIC_TABLE) + 1
109 idx = len(HeaderTable.STATIC_TABLE) + 1
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/hpack/test/
H A Dtest_table.py20 off = len(HeaderTable.STATIC_TABLE)
31 idx = len(HeaderTable.STATIC_TABLE)
43 off = len(HeaderTable.STATIC_TABLE)
101 idx = len(HeaderTable.STATIC_TABLE) + 1
109 idx = len(HeaderTable.STATIC_TABLE) + 1
/dports/devel/sunpromake/schily-2021-09-18/p/
H A Dctab.c32 #define STATIC_TABLE macro
33 #ifdef STATIC_TABLE
119 #ifdef STATIC_TABLE in init_charset()
/dports/devel/smake/schily-2021-09-18/p/
H A Dctab.c32 #define STATIC_TABLE macro
33 #ifdef STATIC_TABLE
119 #ifdef STATIC_TABLE in init_charset()
/dports/devel/sccs/schily-2021-09-18/p/
H A Dctab.c32 #define STATIC_TABLE macro
33 #ifdef STATIC_TABLE
119 #ifdef STATIC_TABLE in init_charset()
/dports/devel/schilybase/schily-2021-09-18/p/
H A Dctab.c32 #define STATIC_TABLE macro
33 #ifdef STATIC_TABLE
119 #ifdef STATIC_TABLE in init_charset()
/dports/net/rscsi/schily-2021-09-18/p/
H A Dctab.c32 #define STATIC_TABLE macro
33 #ifdef STATIC_TABLE
119 #ifdef STATIC_TABLE in init_charset()
/dports/archivers/star/schily-2021-09-18/p/
H A Dctab.c32 #define STATIC_TABLE macro
33 #ifdef STATIC_TABLE
119 #ifdef STATIC_TABLE in init_charset()
/dports/sysutils/cdrtools/schily-2021-09-18/p/
H A Dctab.c32 #define STATIC_TABLE macro
33 #ifdef STATIC_TABLE
119 #ifdef STATIC_TABLE in init_charset()
/dports/editors/ved/schily-2021-09-18/p/
H A Dctab.c32 #define STATIC_TABLE macro
33 #ifdef STATIC_TABLE
119 #ifdef STATIC_TABLE in init_charset()
/dports/sysutils/schilyutils/schily-2021-09-18/p/
H A Dctab.c32 #define STATIC_TABLE macro
33 #ifdef STATIC_TABLE
119 #ifdef STATIC_TABLE in init_charset()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/hpack/hpack/
H A Dtable.py42 STATIC_TABLE = ( variable in HeaderTable
106 STATIC_TABLE_LENGTH = len(STATIC_TABLE)
130 return HeaderTable.STATIC_TABLE[index]
175 for (i, (n, v)) in enumerate(HeaderTable.STATIC_TABLE):
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/third_party/wpt/wpt/tools/third_party/hpack/hpack/
H A Dtable.py42 STATIC_TABLE = ( variable in HeaderTable
106 STATIC_TABLE_LENGTH = len(STATIC_TABLE)
130 return HeaderTable.STATIC_TABLE[index]
175 for (i, (n, v)) in enumerate(HeaderTable.STATIC_TABLE):
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/hpack/hpack/
H A Dtable.py42 STATIC_TABLE = ( variable in HeaderTable
106 STATIC_TABLE_LENGTH = len(STATIC_TABLE)
130 return HeaderTable.STATIC_TABLE[index]
175 for (i, (n, v)) in enumerate(HeaderTable.STATIC_TABLE):
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/hpack/hpack/
H A Dtable.py42 STATIC_TABLE = ( variable in HeaderTable
106 STATIC_TABLE_LENGTH = len(STATIC_TABLE)
130 return HeaderTable.STATIC_TABLE[index]
175 for (i, (n, v)) in enumerate(HeaderTable.STATIC_TABLE):
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/hpack/hpack/
H A Dtable.py42 STATIC_TABLE = ( variable in HeaderTable
106 STATIC_TABLE_LENGTH = len(STATIC_TABLE)
130 return HeaderTable.STATIC_TABLE[index]
175 for (i, (n, v)) in enumerate(HeaderTable.STATIC_TABLE):
/dports/www/py-hpack/hpack-4.0.0/src/hpack/
H A Dtable.py42 STATIC_TABLE = ( variable in HeaderTable
106 STATIC_TABLE_LENGTH = len(STATIC_TABLE)
130 return HeaderTable.STATIC_TABLE[index]
229 for index, (name, value) in enumerate(HeaderTable.STATIC_TABLE, 1):
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http2/
H A DHPACK.cc102 constexpr HpackHeaderField STATIC_TABLE[] = {{"", ""}, variable
165 constexpr std::string_view HPACK_HDR_FIELD_COOKIE = STATIC_TABLE[TS_HPACK_STATIC_TABLE_COOKI…
166 constexpr std::string_view HPACK_HDR_FIELD_AUTHORIZATION = STATIC_TABLE[TS_HPACK_STATIC_TABLE_AUTHO…
231 std::string_view name = STATIC_TABLE[index].name; in lookup()
232 std::string_view value = STATIC_TABLE[index].value; in lookup()
286 field.name_set(STATIC_TABLE[index].name.data(), STATIC_TABLE[index].name.size()); in get_header_field()
287 field.value_set(STATIC_TABLE[index].value.data(), STATIC_TABLE[index].value.size()); in get_header_field()
/dports/net/quiche/quiche-0.9.0/src/h3/qpack/
H A Dstatic_table.rs27 pub const STATIC_TABLE: [(&[u8], &[u8]); 99] = [ const
H A Ddecoder.rs217 if idx >= super::static_table::STATIC_TABLE.len() as u64 { in lookup_static()
221 Ok(super::static_table::STATIC_TABLE[idx as usize]) in lookup_static()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/opcodes/
H A Dw65-dis.c24 #define STATIC_TABLE macro
/dports/lang/gnatdroid-binutils/binutils-2.27/opcodes/
H A Dw65-dis.c24 #define STATIC_TABLE macro

1234