Home
last modified time | relevance | path

Searched refs:hd_nv (Results 1 - 2 of 2) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_hd.c1397 nghttp2_hd_nv hd_nv; in deflate_nv() local
1400 hd_nv.name = nghttp2_hd_table_get(&deflater->ctx, (size_t)idx).name; in deflate_nv()
1401 nghttp2_rcbuf_incref(hd_nv.name); in deflate_nv()
1403 rv = nghttp2_rcbuf_new2(&hd_nv.name, nv->name, nv->namelen, mem); in deflate_nv()
1409 rv = nghttp2_rcbuf_new2(&hd_nv.value, nv->value, nv->valuelen, mem); in deflate_nv()
1412 nghttp2_rcbuf_decref(hd_nv.name); in deflate_nv()
1416 hd_nv.token = token; in deflate_nv()
1417 hd_nv.flags = NGHTTP2_NV_FLAG_NONE; in deflate_nv()
1419 rv = add_hd_table_incremental(&deflater->ctx, &hd_nv, &deflater->map, hash); in deflate_nv()
1421 nghttp2_rcbuf_decref(hd_nv in deflate_nv()
1847 nghttp2_hd_nv hd_nv; nghttp2_hd_inflate_hd2() local
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.c1397 nghttp2_hd_nv hd_nv; in deflate_nv() local
1400 hd_nv.name = nghttp2_hd_table_get(&deflater->ctx, (size_t)idx).name; in deflate_nv()
1401 nghttp2_rcbuf_incref(hd_nv.name); in deflate_nv()
1403 rv = nghttp2_rcbuf_new2(&hd_nv.name, nv->name, nv->namelen, mem); in deflate_nv()
1409 rv = nghttp2_rcbuf_new2(&hd_nv.value, nv->value, nv->valuelen, mem); in deflate_nv()
1412 nghttp2_rcbuf_decref(hd_nv.name); in deflate_nv()
1416 hd_nv.token = token; in deflate_nv()
1417 hd_nv.flags = NGHTTP2_NV_FLAG_NONE; in deflate_nv()
1419 rv = add_hd_table_incremental(&deflater->ctx, &hd_nv, &deflater->map, hash); in deflate_nv()
1421 nghttp2_rcbuf_decref(hd_nv in deflate_nv()
1847 nghttp2_hd_nv hd_nv; nghttp2_hd_inflate_hd2() local
[all...]

Completed in 5 milliseconds