Searched refs:nghttp2_nv_array_copy (Results 1 - 11 of 11) sorted by relevance
/third_party/nghttp2/fuzz/ |
H A D | fuzz_frames.cc | 79 rv = nghttp2_nv_array_copy(&nva2, nva, nvlen, mem); in check_frame_pack_headers() 134 rv = nghttp2_nv_array_copy(&nva2, nva, nvlen, mem); in check_frame_push_promise()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_frame_test.c | 193 nghttp2_nv_array_copy(&nva, big_hds, big_hdslen, mem); in test_nghttp2_frame_pack_headers_frame_too_large() 646 rv = nghttp2_nv_array_copy(&nva, NULL, 0, mem); in test_nghttp2_nv_array_copy() 650 rv = nghttp2_nv_array_copy(&nva, emptynv, ARRLEN(emptynv), mem); in test_nghttp2_nv_array_copy() 659 rv = nghttp2_nv_array_copy(&nva, nv, ARRLEN(nv), mem); in test_nghttp2_nv_array_copy() 673 rv = nghttp2_nv_array_copy(&nva, &bignv, 1, mem); in test_nghttp2_nv_array_copy()
|
H A D | nghttp2_test_helper.c | 223 nghttp2_nv_array_copy(&dnva, nva, nvlen, mem); in pack_headers() 242 nghttp2_nv_array_copy(&dnva, nva, nvlen, mem); in pack_push_promise()
|
H A D | failmalloc_test.c | 341 nghttp2_nv_array_copy(&nva, nv, nvlen, nghttp2_mem_fm()); in run_nghttp2_session_recv() 420 rv = nghttp2_nv_array_copy(&nva, nv, nvlen, nghttp2_mem_fm()); in run_nghttp2_frame_pack_headers()
|
H A D | nghttp2_session_test.c | 700 nghttp2_nv_array_copy(&nva, reqnv, nvlen, mem); in test_nghttp2_session_recv() 812 nghttp2_nv_array_copy(&nva, reqnv, nvlen, mem); in test_nghttp2_session_recv_invalid_stream_id() 857 nghttp2_nv_array_copy(&nva, reqnv, nvlen, mem); in test_nghttp2_session_recv_invalid_frame() 1265 nghttp2_nv_array_copy(&nva, reqnv, nvlen, mem); in test_nghttp2_session_recv_continuation() 1327 nghttp2_nv_array_copy(&nva, reqnv, nvlen, mem); in test_nghttp2_session_recv_continuation() 1385 nghttp2_nv_array_copy(&nva, reqnv, nvlen, mem); in test_nghttp2_session_recv_continuation() 1459 nghttp2_nv_array_copy(&nva, reqnv, nvlen, mem); in test_nghttp2_session_recv_headers_with_priority() 1494 nghttp2_nv_array_copy(&nva, reqnv, nvlen, mem); in test_nghttp2_session_recv_headers_with_priority() 1541 nghttp2_nv_array_copy(&nva, reqnv, nvlen, mem); in test_nghttp2_session_recv_headers_with_priority() 1713 nghttp2_nv_array_copy( in test_nghttp2_session_recv_headers_early_response() [all...] |
/third_party/nghttp2/lib/ |
H A D | nghttp2_submit.c | 162 rv = nghttp2_nv_array_copy(&nva_copy, nva, nvlen, mem); in submit_headers_shared_nva() 354 rv = nghttp2_nv_array_copy(&nva_copy, nva, nvlen, mem); in nghttp2_submit_push_promise()
|
H A D | nghttp2_frame.h | 604 int nghttp2_nv_array_copy(nghttp2_nv **nva_ptr, const nghttp2_nv *nva,
|
H A D | nghttp2_frame.c | 1035 int nghttp2_nv_array_copy(nghttp2_nv **nva_ptr, const nghttp2_nv *nva, in nghttp2_nv_array_copy() function
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_submit.c | 162 rv = nghttp2_nv_array_copy(&nva_copy, nva, nvlen, mem); in submit_headers_shared_nva() 354 rv = nghttp2_nv_array_copy(&nva_copy, nva, nvlen, mem); in nghttp2_submit_push_promise()
|
H A D | nghttp2_frame.h | 604 int nghttp2_nv_array_copy(nghttp2_nv **nva_ptr, const nghttp2_nv *nva,
|
H A D | nghttp2_frame.c | 1035 int nghttp2_nv_array_copy(nghttp2_nv **nva_ptr, const nghttp2_nv *nva, in nghttp2_nv_array_copy() function
|
Completed in 16 milliseconds