Searched refs:NGHTTP2_NV_FLAG_NO_COPY_VALUE (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() 168 NGHTTP2_NV_FLAG_NO_COPY_NAME | NGHTTP2_NV_FLAG_NO_COPY_VALUE}; in make_nv_lc_nocopy() 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() 189 NGHTTP2_NV_FLAG_NO_COPY_VALUE) == nva[i].flags); in test_http2_copy_headers_to_nva()
|
H A D | http2.cc | 358 NGHTTP2_NV_FLAG_NO_COPY_VALUE); in make_nv_nocopy() 365 NGHTTP2_NV_FLAG_NO_COPY_VALUE); 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 | 436 NGHTTP2_NV_FLAG_NO_COPY_VALUE | in crumble_request_cookie()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.c | 1053 if ((nva[i].flags & NGHTTP2_NV_FLAG_NO_COPY_VALUE) == 0) { in nghttp2_nv_array_copy() 1086 if (nva[i].flags & NGHTTP2_NV_FLAG_NO_COPY_VALUE) { in nghttp2_nv_array_copy()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_frame.c | 1053 if ((nva[i].flags & NGHTTP2_NV_FLAG_NO_COPY_VALUE) == 0) { in nghttp2_nv_array_copy() 1086 if (nva[i].flags & NGHTTP2_NV_FLAG_NO_COPY_VALUE) { in nghttp2_nv_array_copy()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 536 NGHTTP2_NV_FLAG_NO_COPY_VALUE = 0x04 enumerator 566 * the flag :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_VALUE`). 3935 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_VALUE` are set, 4005 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_VALUE` are set, 4071 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_VALUE` are set, 4160 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_VALUE` are set, 4430 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_VALUE` are set,
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 531 NGHTTP2_NV_FLAG_NO_COPY_VALUE = 0x04 enumerator 561 * the flag :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_VALUE`). 3919 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_VALUE` are set, 3989 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_VALUE` are set, 4055 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_VALUE` are set, 4144 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_VALUE` are set, 4414 * :enum:`nghttp2_nv_flag.NGHTTP2_NV_FLAG_NO_COPY_VALUE` are set,
|
Completed in 22 milliseconds