Home
last modified time | relevance | path

Searched refs:static_table (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/dsa/microchip/
H A Dksz9477.c788 u32 static_table[4]; in ksz9477_port_mdb_add() local
820 static_table[3] == mac_lo) { in ksz9477_port_mdb_add()
838 static_table[1] |= BIT(port); in ksz9477_port_mdb_add()
842 static_table[2] |= mac_hi; in ksz9477_port_mdb_add()
843 static_table[3] = mac_lo; in ksz9477_port_mdb_add()
863 u32 static_table[4]; in ksz9477_port_mdb_del() local
908 static_table[1] &= ~BIT(port); in ksz9477_port_mdb_del()
912 static_table[0] = 0; in ksz9477_port_mdb_del()
913 static_table[1] = 0; in ksz9477_port_mdb_del()
914 static_table[2] = 0; in ksz9477_port_mdb_del()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/dsa/microchip/
H A Dksz9477.c788 u32 static_table[4]; in ksz9477_port_mdb_add() local
820 static_table[3] == mac_lo) { in ksz9477_port_mdb_add()
838 static_table[1] |= BIT(port); in ksz9477_port_mdb_add()
842 static_table[2] |= mac_hi; in ksz9477_port_mdb_add()
843 static_table[3] = mac_lo; in ksz9477_port_mdb_add()
863 u32 static_table[4]; in ksz9477_port_mdb_del() local
908 static_table[1] &= ~BIT(port); in ksz9477_port_mdb_del()
912 static_table[0] = 0; in ksz9477_port_mdb_del()
913 static_table[1] = 0; in ksz9477_port_mdb_del()
914 static_table[2] = 0; in ksz9477_port_mdb_del()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/dsa/microchip/
H A Dksz9477.c788 u32 static_table[4]; in ksz9477_port_mdb_add() local
820 static_table[3] == mac_lo) { in ksz9477_port_mdb_add()
838 static_table[1] |= BIT(port); in ksz9477_port_mdb_add()
842 static_table[2] |= mac_hi; in ksz9477_port_mdb_add()
843 static_table[3] = mac_lo; in ksz9477_port_mdb_add()
863 u32 static_table[4]; in ksz9477_port_mdb_del() local
908 static_table[1] &= ~BIT(port); in ksz9477_port_mdb_del()
912 static_table[0] = 0; in ksz9477_port_mdb_del()
913 static_table[1] = 0; in ksz9477_port_mdb_del()
914 static_table[2] = 0; in ksz9477_port_mdb_del()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/hyper/hyper/packages/hpack/
H A Dhpack.py105 static_table = [ variable in Encoder
300 static_table_len = len(Encoder.static_table)
302 for (i, (n, v)) in enumerate(Encoder.static_table):
305 return (i + 1, Encoder.static_table[i])
398 static_table = [ variable in Decoder
581 if index >= len(Decoder.static_table):
582 index -= len(Decoder.static_table)
585 header = Decoder.static_table[index]
618 if index >= len(Decoder.static_table):
619 index -= len(Decoder.static_table)
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/hyper/hyper/packages/hpack/
H A Dhpack.py105 static_table = [ variable in Encoder
300 static_table_len = len(Encoder.static_table)
302 for (i, (n, v)) in enumerate(Encoder.static_table):
305 return (i + 1, Encoder.static_table[i])
398 static_table = [ variable in Decoder
581 if index >= len(Decoder.static_table):
582 index -= len(Decoder.static_table)
585 header = Decoder.static_table[index]
618 if index >= len(Decoder.static_table):
619 index -= len(Decoder.static_table)
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/hyper/hyper/packages/hpack/
H A Dhpack.py105 static_table = [ variable in Encoder
300 static_table_len = len(Encoder.static_table)
302 for (i, (n, v)) in enumerate(Encoder.static_table):
305 return (i + 1, Encoder.static_table[i])
398 static_table = [ variable in Decoder
581 if index >= len(Decoder.static_table):
582 index -= len(Decoder.static_table)
585 header = Decoder.static_table[index]
618 if index >= len(Decoder.static_table):
619 index -= len(Decoder.static_table)
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/hyper/hyper/packages/hpack/
H A Dhpack.py105 static_table = [ variable in Encoder
300 static_table_len = len(Encoder.static_table)
302 for (i, (n, v)) in enumerate(Encoder.static_table):
305 return (i + 1, Encoder.static_table[i])
398 static_table = [ variable in Decoder
581 if index >= len(Decoder.static_table):
582 index -= len(Decoder.static_table)
585 header = Decoder.static_table[index]
618 if index >= len(Decoder.static_table):
619 index -= len(Decoder.static_table)
[all …]
/dports/www/lighttpd/lighttpd-1.4.63/src/ls-hpack/
H A Dlshpack.c73 static_table[HPACK_STATIC_TABLE_SIZE] = variable
435 if (static_table[i].name_len == input->name_len in lshpack_enc_get_static_nameval()
436 && static_table[i].val_len == input->val_len in lshpack_enc_get_static_nameval()
460 if (static_table[i].name_len == input->name_len in lshpack_enc_get_static_name()
504 if (static_table[i].name_len == input->name_len in lshpack_enc_get_stx_tab_id()
505 && static_table[i].val_len == input->val_len in lshpack_enc_get_stx_tab_id()
519 if (static_table[i].name_len == input->name_len in lshpack_enc_get_stx_tab_id()
579 name = static_table[id].name; in henc_find_table_id()
580 name_len = static_table[id].name_len; in henc_find_table_id()
1000 name = static_table[input->hpack_index - 1].name; in lshpack_enc_push_entry()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-qpack/src/
H A Dtable.rs7 use crate::static_table::{StaticTableEntry, HEADER_STATIC_TABLE};
15 pub static_table: bool, field
192 static_table: true, in lookup()
200 static_table: true, in lookup()
215 static_table: false, in lookup()
223 static_table: false, in lookup()
H A Dlib.rs25 mod static_table; module
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-qpack/src/
H A Dtable.rs7 use crate::static_table::{StaticTableEntry, HEADER_STATIC_TABLE};
17 pub static_table: bool, field
205 static_table: true, in lookup()
213 static_table: true, in lookup()
228 static_table: false, in lookup()
236 static_table: false, in lookup()
H A Dlib.rs24 mod static_table; module
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-qpack/src/
H A Dtable.rs7 use crate::static_table::{StaticTableEntry, HEADER_STATIC_TABLE};
17 pub static_table: bool, field
205 static_table: true, in lookup()
213 static_table: true, in lookup()
228 static_table: false, in lookup()
236 static_table: false, in lookup()
H A Dlib.rs26 mod static_table; module
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-qpack/src/
H A Dtable.rs7 use crate::static_table::{StaticTableEntry, HEADER_STATIC_TABLE};
17 pub static_table: bool, field
205 static_table: true, in lookup()
213 static_table: true, in lookup()
228 static_table: false, in lookup()
236 static_table: false, in lookup()
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/http2_inspect/
H A Dhttp2_hpack_table.cc46 const HpackTableEntry HpackIndexTable::static_table[STATIC_MAX_INDEX + 1] = member in HpackIndexTable
115 return &static_table[index]; in lookup()
H A Dhttp2_hpack_table.h52 const static HpackTableEntry static_table[STATIC_MAX_INDEX + 1];
/dports/www/ls-qpack/ls-qpack-2.2.2/bin/
H A Dinterop-decode.c59 static const struct static_table_entry static_table[] = variable
335 sizeof(static_table) / sizeof(static_table[0])); in process_header()
336 assert(static_table[xhdr->qpack_index].name_len == xhdr->name_len); in process_header()
338 static_table[xhdr->qpack_index].name, xhdr->name_len)); in process_header()
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/hpack/
H A Dvhp_table.c72 static const struct vht_static static_table[] = { variable
213 VHT_AppendName(tbl, static_table[idx - 1].name, in VHT_NewEntry_Indexed()
214 static_table[idx - 1].namelen); in VHT_NewEntry_Indexed()
402 *plen = static_table[idx - 1].namelen; in VHT_LookupName()
403 return (static_table[idx - 1].name); in VHT_LookupName()
433 *plen = static_table[idx - 1].valuelen; in VHT_LookupValue()
434 return (static_table[idx - 1].value); in VHT_LookupValue()
/dports/lang/ocaml/ocaml-4.05.0/asmrun/
H A Dspacetime_snapshot.c540 uint64_t** static_table; in caml_spacetime_shape_table() local
549 static_table = caml_spacetime_static_shape_tables; in caml_spacetime_shape_table()
550 while (*static_table != (uint64_t) 0) { in caml_spacetime_shape_table()
551 unit_table = *static_table++; in caml_spacetime_shape_table()
/dports/lang/ocaml-nox11/ocaml-4.05.0/asmrun/
H A Dspacetime_snapshot.c540 uint64_t** static_table; in caml_spacetime_shape_table() local
549 static_table = caml_spacetime_static_shape_tables; in caml_spacetime_shape_table()
550 while (*static_table != (uint64_t) 0) { in caml_spacetime_shape_table()
551 unit_table = *static_table++; in caml_spacetime_shape_table()
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dprimutl.c119 #define COPY_TABLE(table, static_table, elt_t, static_elt_t) do \ argument
123 static_elt_t * from = (& (static_table [0])); \
125 = (& (static_table [MAX_STATIC_PRIMITIVE + 1])); \
/dports/www/ls-qpack/ls-qpack-2.2.2/
H A Dlsqpack.c177 #define QPACK_STATIC_TABLE_SIZE (sizeof(static_table) / sizeof(static_table[0]))
698 if (static_table[id].name_len == name_len in find_in_static_full()
724 if (static_table[id].name_len == name_len in lsqpack_find_in_static_headers()
2979 need = static_table[ idx ].name_len + static_table[ idx ].val_len + http1x; in header_out_static_entry()
2990 xhdr->val_len = static_table[ idx ].val_len; in header_out_static_entry()
2994 memcpy(dst, static_table[ idx ].name, static_table[ idx ].name_len); in header_out_static_entry()
2995 dst += static_table[ idx ].name_len; in header_out_static_entry()
3002 memcpy(dst, static_table[ idx ].val, static_table[ idx ].val_len); in header_out_static_entry()
3003 dst += static_table[ idx ].val_len; in header_out_static_entry()
3102 memcpy(dst, static_table[ idx ].name, static_table[ idx ].name_len); in header_out_begin_static_nameref()
[all …]
/dports/net/quiche/quiche-0.9.0/src/h3/qpack/
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/www/py-pylsqpack/pylsqpack-0.3.13/vendor/ls-qpack/
H A Dlsqpack.c70 static const struct static_table_entry static_table[] = variable
176 #define QPACK_STATIC_TABLE_SIZE (sizeof(static_table) / sizeof(static_table[0]))
647 if (static_table[id].name_len == name_len in find_in_static_full()
648 && static_table[id].val_len == val_len in find_in_static_full()
649 && memcmp(static_table[id].name, name, name_len) == 0 in find_in_static_full()
650 && memcmp(static_table[id].val, val, val_len) == 0) in find_in_static_full()
669 if (static_table[id].name_len == name_len in find_in_static_headers()
691 if (static_table[id].name_len == name_len in lsqpack_get_stx_tab_id()
692 && static_table[id].val_len == val_len in lsqpack_get_stx_tab_id()
703 if (static_table[id].name_len == name_len in lsqpack_get_stx_tab_id()
[all …]

123456789