Searched refs:NGHTTP2_NV_FLAG_NONE (Results 1 - 20 of 20) sorted by relevance
/third_party/nghttp2/src/ |
H A D | deflatehd.cc | 171 nva[i].flags = NGHTTP2_NV_FLAG_NONE; in deflate_hd_json() 282 nv.flags = NGHTTP2_NV_FLAG_NONE; in perform_from_http1text()
|
H A D | http2.cc | 324 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 D | http2_test.cc | 43 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 D | test-http2-binding.js | 214 NGHTTP2_NV_FLAG_NONE: 0,
|
/third_party/nghttp2/fuzz/ |
H A D | fuzz_frames.cc | 25 nv.flags = NGHTTP2_NV_FLAG_NONE; in fuzz_make_nv()
|
/third_party/nghttp2/examples/ |
H A D | deflate.c | 37 NGHTTP2_NV_FLAG_NONE \
|
H A D | libevent-client.c | 405 NGHTTP2_NV_FLAG_NONE \ 411 NGHTTP2_NV_FLAG_NONE \
|
H A D | client.c | 70 NGHTTP2_NV_FLAG_NONE \ 76 NGHTTP2_NV_FLAG_NONE \
|
H A D | libevent-server.c | 83 NGHTTP2_NV_FLAG_NONE \
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_test_helper.h | 39 sizeof((VALUE)) - 1, NGHTTP2_NV_FLAG_NONE \
|
H A D | nghttp2_frame_test.c | 43 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 D | nghttp2_hd_test.c | 329 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 D | nghttp2_session_test.c | 4732 nv[i].flags = NGHTTP2_NV_FLAG_NONE; in test_nghttp2_session_send_headers_frame_size_error()
|
/third_party/node/lib/internal/http2/ |
H A D | util.js | 44 NGHTTP2_NV_FLAG_NONE, 472 const kNoHeaderFlags = StringFromCharCode(NGHTTP2_NV_FLAG_NONE);
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.c | 1310 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 D | nghttp2_hd.c | 1310 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 D | dynhds.c | 390 nva[i].flags = NGHTTP2_NV_FLAG_NONE; in Curl_dynhds_to_nva()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 518 NGHTTP2_NV_FLAG_NONE = 0, enumerator
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 513 NGHTTP2_NV_FLAG_NONE = 0, enumerator
|
/third_party/node/src/ |
H A D | node_http2.h | 1066 V(NGHTTP2_NV_FLAG_NONE) \
|
Completed in 44 milliseconds