Home
last modified time | relevance | path

Searched refs:NGHTTP2_NV_FLAG_NO_COPY_VALUE (Results 1 - 8 of 8) sorted by relevance

/third_party/nghttp2/src/
H A Dhttp2.h155 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 Dhttp2_test.cc185 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 Dhttp2.cc358 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 Dshrpx_downstream.cc436 NGHTTP2_NV_FLAG_NO_COPY_VALUE | in crumble_request_cookie()
/third_party/nghttp2/lib/
H A Dnghttp2_frame.c1053 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 Dnghttp2_frame.c1053 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 Dnghttp2.h536 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 Dnghttp2.h531 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