Home
last modified time | relevance | path

Searched refs:indexing_mode (Results 1 - 8 of 8) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_hd.c1016 static uint8_t pack_first_byte(int indexing_mode) { in pack_first_byte() argument
1017 switch (indexing_mode) { in pack_first_byte()
1033 const nghttp2_nv *nv, int indexing_mode) { in emit_indname_block()
1040 if (indexing_mode == NGHTTP2_HD_WITH_INDEXING) { in emit_indname_block()
1046 DEBUGF("deflatehd: emit indname index=%zu, valuelen=%zu, indexing_mode=%d\n", in emit_indname_block()
1047 idx, nv->valuelen, indexing_mode); in emit_indname_block()
1057 *bufp = pack_first_byte(indexing_mode); in emit_indname_block()
1075 int indexing_mode) { in emit_newname_block()
1079 "deflatehd: emit newname namelen=%zu, valuelen=%zu, indexing_mode=%d\n", in emit_newname_block()
1080 nv->namelen, nv->valuelen, indexing_mode); in emit_newname_block()
1032 emit_indname_block(nghttp2_bufs *bufs, size_t idx, const nghttp2_nv *nv, int indexing_mode) emit_indname_block() argument
1074 emit_newname_block(nghttp2_bufs *bufs, const nghttp2_nv *nv, int indexing_mode) emit_newname_block() argument
1196 search_hd_table(nghttp2_hd_context *context, const nghttp2_nv *nv, int32_t token, int indexing_mode, nghttp2_hd_map *map, uint32_t hash) search_hd_table() argument
1347 int indexing_mode; deflate_nv() local
2285 nghttp2_hd_emit_indname_block(nghttp2_bufs *bufs, size_t idx, nghttp2_nv *nv, int indexing_mode) nghttp2_hd_emit_indname_block() argument
2291 nghttp2_hd_emit_newname_block(nghttp2_bufs *bufs, nghttp2_nv *nv, int indexing_mode) nghttp2_hd_emit_newname_block() argument
[all...]
H A Dnghttp2_hd.h366 nghttp2_nv *nv, int indexing_mode);
370 int indexing_mode);
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.c1016 static uint8_t pack_first_byte(int indexing_mode) { in pack_first_byte() argument
1017 switch (indexing_mode) { in pack_first_byte()
1033 const nghttp2_nv *nv, int indexing_mode) { in emit_indname_block()
1040 if (indexing_mode == NGHTTP2_HD_WITH_INDEXING) { in emit_indname_block()
1046 DEBUGF("deflatehd: emit indname index=%zu, valuelen=%zu, indexing_mode=%d\n", in emit_indname_block()
1047 idx, nv->valuelen, indexing_mode); in emit_indname_block()
1057 *bufp = pack_first_byte(indexing_mode); in emit_indname_block()
1075 int indexing_mode) { in emit_newname_block()
1079 "deflatehd: emit newname namelen=%zu, valuelen=%zu, indexing_mode=%d\n", in emit_newname_block()
1080 nv->namelen, nv->valuelen, indexing_mode); in emit_newname_block()
1032 emit_indname_block(nghttp2_bufs *bufs, size_t idx, const nghttp2_nv *nv, int indexing_mode) emit_indname_block() argument
1074 emit_newname_block(nghttp2_bufs *bufs, const nghttp2_nv *nv, int indexing_mode) emit_newname_block() argument
1196 search_hd_table(nghttp2_hd_context *context, const nghttp2_nv *nv, int32_t token, int indexing_mode, nghttp2_hd_map *map, uint32_t hash) search_hd_table() argument
1347 int indexing_mode; deflate_nv() local
2285 nghttp2_hd_emit_indname_block(nghttp2_bufs *bufs, size_t idx, nghttp2_nv *nv, int indexing_mode) nghttp2_hd_emit_indname_block() argument
2291 nghttp2_hd_emit_newname_block(nghttp2_bufs *bufs, nghttp2_nv *nv, int indexing_mode) nghttp2_hd_emit_newname_block() argument
[all...]
H A Dnghttp2_hd.h366 nghttp2_nv *nv, int indexing_mode);
370 int indexing_mode);
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.h313 * token defined. |indexing_mode| provides indexing strategy.
317 nghttp3_qpack_indexing_mode indexing_mode);
323 * |indexing_mode| provides indexing strategy. |krcnt| is Known
329 uint32_t hash, nghttp3_qpack_indexing_mode indexing_mode, uint64_t krcnt,
H A Dnghttp3_qpack.c1422 nghttp3_qpack_indexing_mode indexing_mode; in nghttp3_qpack_encoder_encode_nv() local
1450 indexing_mode = qpack_encoder_decide_indexing_mode(encoder, nv, token); in nghttp3_qpack_encoder_encode_nv()
1453 sres = nghttp3_qpack_lookup_stable(nv, token, indexing_mode); in nghttp3_qpack_encoder_encode_nv()
1463 indexing_mode, encoder->krcnt, in nghttp3_qpack_encoder_encode_nv()
1465 just_index = indexing_mode == NGHTTP3_QPACK_INDEXING_MODE_STORE && in nghttp3_qpack_encoder_encode_nv()
1584 nghttp3_qpack_indexing_mode indexing_mode) { in nghttp3_qpack_lookup_stable()
1593 if (indexing_mode == NGHTTP3_QPACK_INDEXING_MODE_NEVER) { in nghttp3_qpack_lookup_stable()
1614 uint32_t hash, nghttp3_qpack_indexing_mode indexing_mode, uint64_t krcnt, in nghttp3_qpack_encoder_lookup_dtable()
1622 indexing_mode == NGHTTP3_QPACK_INDEXING_MODE_NEVER); in nghttp3_qpack_encoder_lookup_dtable()
1583 nghttp3_qpack_lookup_stable(const nghttp3_nv *nv, int32_t token, nghttp3_qpack_indexing_mode indexing_mode) nghttp3_qpack_lookup_stable() argument
1612 nghttp3_qpack_encoder_lookup_dtable( nghttp3_qpack_encoder *encoder, const nghttp3_nv *nv, int32_t token, uint32_t hash, nghttp3_qpack_indexing_mode indexing_mode, uint64_t krcnt, int allow_blocking) nghttp3_qpack_encoder_lookup_dtable() argument
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-builder.h298 FunctionIndexingMode indexing_mode = kRelativeToImports; member in v8::internal::wasm::WasmModuleBuilder::WasmElemSegment
330 WasmElemSegment::FunctionIndexingMode indexing_mode);
H A Dwasm-module-builder.cc380 WasmElemSegment::FunctionIndexingMode indexing_mode) { in SetIndirectFunction()
383 segment.indexing_mode = indexing_mode; in SetIndirectFunction()
810 segment.indexing_mode == in WriteTo()
377 SetIndirectFunction( uint32_t table_index, uint32_t index_in_table, uint32_t direct_function_index, WasmElemSegment::FunctionIndexingMode indexing_mode) SetIndirectFunction() argument

Completed in 15 milliseconds