Home
last modified time | relevance | path

Searched refs:NGHTTP2_NV_FLAG_NONE (Results 1 - 20 of 20) sorted by relevance

/third_party/nghttp2/src/
H A Ddeflatehd.cc171 nva[i].flags = NGHTTP2_NV_FLAG_NONE; in deflate_hd_json()
282 nv.flags = NGHTTP2_NV_FLAG_NONE; in perform_from_http1text()
H A Dhttp2.cc324 nv_flags | (no_index ? NGHTTP2_NV_FLAG_NO_INDEX : NGHTTP2_NV_FLAG_NONE); in make_nv_internal()
337 nv_flags | (no_index ? NGHTTP2_NV_FLAG_NO_INDEX : NGHTTP2_NV_FLAG_NONE); in make_nv_internal()
346 return make_nv_internal(name, value, no_index, NGHTTP2_NV_FLAG_NONE); in make_nv()
351 return make_nv_internal(name, value, no_index, NGHTTP2_NV_FLAG_NONE); in make_nv()
470 copy_headers_to_nva_internal(nva, headers, NGHTTP2_NV_FLAG_NONE, flags); in copy_headers_to_nva()
H A Dhttp2_test.cc43 NGHTTP2_NV_FLAG_NONE \
202 CU_ASSERT(NGHTTP2_NV_FLAG_NONE == nva[i].flags); in test_http2_copy_headers_to_nva()
/third_party/node/test/parallel/
H A Dtest-http2-binding.js214 NGHTTP2_NV_FLAG_NONE: 0,
/third_party/nghttp2/fuzz/
H A Dfuzz_frames.cc25 nv.flags = NGHTTP2_NV_FLAG_NONE; in fuzz_make_nv()
/third_party/nghttp2/examples/
H A Ddeflate.c37 NGHTTP2_NV_FLAG_NONE \
H A Dlibevent-client.c405 NGHTTP2_NV_FLAG_NONE \
411 NGHTTP2_NV_FLAG_NONE \
H A Dclient.c70 NGHTTP2_NV_FLAG_NONE \
76 NGHTTP2_NV_FLAG_NONE \
H A Dlibevent-server.c83 NGHTTP2_NV_FLAG_NONE \
/third_party/nghttp2/tests/
H A Dnghttp2_test_helper.h39 sizeof((VALUE)) - 1, NGHTTP2_NV_FLAG_NONE \
H A Dnghttp2_frame_test.c43 nv.flags = NGHTTP2_NV_FLAG_NONE; in make_nv()
190 big_hds[i].flags = NGHTTP2_NV_FLAG_NONE; in test_nghttp2_frame_pack_headers_frame_too_large()
643 bignv.flags = NGHTTP2_NV_FLAG_NONE; in test_nghttp2_nv_array_copy()
H A Dnghttp2_hd_test.c329 nv.flags = NGHTTP2_NV_FLAG_NONE; in test_nghttp2_hd_inflate_indname_inc_eviction()
460 nv.flags = NGHTTP2_NV_FLAG_NONE; in test_nghttp2_hd_inflate_clearall_inc()
675 nv.flags = NGHTTP2_NV_FLAG_NONE; in test_nghttp2_hd_ringbuf_reserve()
1199 CU_ASSERT(out.nva[0].flags == NGHTTP2_NV_FLAG_NONE); in test_nghttp2_hd_no_index()
H A Dnghttp2_session_test.c4732 nv[i].flags = NGHTTP2_NV_FLAG_NONE; in test_nghttp2_session_send_headers_frame_size_error()
/third_party/node/lib/internal/http2/
H A Dutil.js44 NGHTTP2_NV_FLAG_NONE,
472 const kNoHeaderFlags = StringFromCharCode(NGHTTP2_NV_FLAG_NONE);
/third_party/nghttp2/lib/
H A Dnghttp2_hd.c1310 NGHTTP2_NV_FLAG_NONE}; in nghttp2_hd_table_get()
1417 hd_nv.flags = NGHTTP2_NV_FLAG_NONE; in deflate_nv()
1764 nv.flags = NGHTTP2_NV_FLAG_NONE; in hd_inflate_commit_newname()
1811 nv.flags = NGHTTP2_NV_FLAG_NONE; in hd_inflate_commit_indname()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.c1310 NGHTTP2_NV_FLAG_NONE}; in nghttp2_hd_table_get()
1417 hd_nv.flags = NGHTTP2_NV_FLAG_NONE; in deflate_nv()
1764 nv.flags = NGHTTP2_NV_FLAG_NONE; in hd_inflate_commit_newname()
1811 nv.flags = NGHTTP2_NV_FLAG_NONE; in hd_inflate_commit_indname()
/third_party/curl/lib/
H A Ddynhds.c390 nva[i].flags = NGHTTP2_NV_FLAG_NONE; in Curl_dynhds_to_nva()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h518 NGHTTP2_NV_FLAG_NONE = 0, enumerator
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h513 NGHTTP2_NV_FLAG_NONE = 0, enumerator
/third_party/node/src/
H A Dnode_http2.h1066 V(NGHTTP2_NV_FLAG_NONE) \

Completed in 44 milliseconds