Lines Matching refs:indexing_mode
1016 static uint8_t pack_first_byte(int indexing_mode) {
1017 switch (indexing_mode) {
1033 const nghttp2_nv *nv, int indexing_mode) {
1040 if (indexing_mode == NGHTTP2_HD_WITH_INDEXING) {
1046 DEBUGF("deflatehd: emit indname index=%zu, valuelen=%zu, indexing_mode=%d\n",
1047 idx, nv->valuelen, indexing_mode);
1057 *bufp = pack_first_byte(indexing_mode);
1075 int indexing_mode) {
1079 "deflatehd: emit newname namelen=%zu, valuelen=%zu, indexing_mode=%d\n",
1080 nv->namelen, nv->valuelen, indexing_mode);
1082 rv = nghttp2_bufs_addb(bufs, pack_first_byte(indexing_mode));
1198 int indexing_mode, nghttp2_hd_map *map,
1203 int name_only = indexing_mode == NGHTTP2_HD_NEVER_INDEXING;
1347 int indexing_mode;
1368 indexing_mode =
1375 res = search_hd_table(&deflater->ctx, nv, token, indexing_mode,
1396 if (indexing_mode == NGHTTP2_HD_WITH_INDEXING) {
1429 rv = emit_newname_block(bufs, nv, indexing_mode);
1431 rv = emit_indname_block(bufs, (size_t)idx, nv, indexing_mode);
2286 nghttp2_nv *nv, int indexing_mode) {
2288 return emit_indname_block(bufs, idx, nv, indexing_mode);
2292 int indexing_mode) {
2293 return emit_newname_block(bufs, nv, indexing_mode);