Searched refs:NGHTTP2_NV_FLAG_NO_COPY_NAME (Results 1 - 8 of 8) sorted by relevance
/third_party/nghttp2/src/ |
H A D | http2.h | 155 NGHTTP2_NV_FLAG_NO_COPY_NAME | NGHTTP2_NV_FLAG_NO_COPY_VALUE}; in make_nv_ll() 162 NGHTTP2_NV_FLAG_NO_COPY_NAME}; in make_nv_lc() 168 NGHTTP2_NV_FLAG_NO_COPY_NAME | NGHTTP2_NV_FLAG_NO_COPY_VALUE}; in make_nv_lc_nocopy() 176 NGHTTP2_NV_FLAG_NO_COPY_NAME}; in make_nv_ls() 182 NGHTTP2_NV_FLAG_NO_COPY_NAME | NGHTTP2_NV_FLAG_NO_COPY_VALUE}; in make_nv_ls_nocopy() 188 NGHTTP2_NV_FLAG_NO_COPY_NAME | NGHTTP2_NV_FLAG_NO_COPY_VALUE}; in make_nv_ls_nocopy() 235 // NGHTTP2_NV_FLAG_NO_COPY_NAME and NGHTTP2_NV_FLAG_NO_COPY_VALUE.
|
H A D | http2_test.cc | 185 CU_ASSERT((NGHTTP2_NV_FLAG_NO_COPY_NAME | NGHTTP2_NV_FLAG_NO_COPY_VALUE | in test_http2_copy_headers_to_nva() 188 CU_ASSERT((NGHTTP2_NV_FLAG_NO_COPY_NAME | in test_http2_copy_headers_to_nva()
|
H A D | http2.cc | 357 NGHTTP2_NV_FLAG_NO_COPY_NAME | in make_nv_nocopy() 364 NGHTTP2_NV_FLAG_NO_COPY_NAME | in make_nv_nocopy() 477 NGHTTP2_NV_FLAG_NO_COPY_NAME | NGHTTP2_NV_FLAG_NO_COPY_VALUE, flags); in copy_headers_to_nva_nocopy()
|
H A D | shrpx_downstream.cc | 435 (uint8_t)(NGHTTP2_NV_FLAG_NO_COPY_NAME | in crumble_request_cookie()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.c | 1050 if ((nva[i].flags & NGHTTP2_NV_FLAG_NO_COPY_NAME) == 0) { in nghttp2_nv_array_copy() 1072 if (nva[i].flags & NGHTTP2_NV_FLAG_NO_COPY_NAME) { in nghttp2_nv_array_copy()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_frame.c | 1050 if ((nva[i].flags & NGHTTP2_NV_FLAG_NO_COPY_NAME) == 0) { in nghttp2_nv_array_copy() 1072 if (nva[i].flags & NGHTTP2_NV_FLAG_NO_COPY_NAME) { in nghttp2_nv_array_copy()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 530 NGHTTP2_NV_FLAG_NO_COPY_NAME = 0x02, enumerator 553 * the flag :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_NAME`). 3934 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_NAME` and 3937 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_NAME`, application 4004 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_NAME` and 4007 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_NAME`, application 4070 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_NAME` and 4073 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_NAME`, application 4159 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_NAME` and 4162 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_NAME`, applicatio [all...] |
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 525 NGHTTP2_NV_FLAG_NO_COPY_NAME = 0x02, enumerator 548 * the flag :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_NAME`). 3918 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_NAME` and 3921 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_NAME`, application 3988 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_NAME` and 3991 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_NAME`, application 4054 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_NAME` and 4057 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_NAME`, application 4143 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_NAME` and 4146 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_NAME`, applicatio [all...] |
Completed in 18 milliseconds