Searched refs:nva_copy (Results 1 - 2 of 2) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_submit.c | 64 /* This function takes ownership of |nva_copy|. Regardless of the 65 return value, the caller must not free |nva_copy| after this 70 nghttp2_nv *nva_copy, size_t nvlen, in submit_headers_shared() 118 pri_spec, nva_copy, nvlen); in submit_headers_shared() 134 /* nghttp2_frame_headers_init() takes ownership of nva_copy. */ in submit_headers_shared() 135 nghttp2_nv_array_del(nva_copy, mem); in submit_headers_shared() 149 nghttp2_nv *nva_copy; in submit_headers_shared_nva() local 162 rv = nghttp2_nv_array_copy(&nva_copy, nva, nvlen, mem); in submit_headers_shared_nva() 168 nva_copy, nvlen, data_prd, stream_user_data); in submit_headers_shared_nva() 321 nghttp2_nv *nva_copy; in nghttp2_submit_push_promise() local 67 submit_headers_shared(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_priority_spec *pri_spec, nghttp2_nv *nva_copy, size_t nvlen, const nghttp2_data_provider *data_prd, void *stream_user_data) submit_headers_shared() argument [all...] |
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_submit.c | 64 /* This function takes ownership of |nva_copy|. Regardless of the 65 return value, the caller must not free |nva_copy| after this 70 nghttp2_nv *nva_copy, size_t nvlen, in submit_headers_shared() 118 pri_spec, nva_copy, nvlen); in submit_headers_shared() 134 /* nghttp2_frame_headers_init() takes ownership of nva_copy. */ in submit_headers_shared() 135 nghttp2_nv_array_del(nva_copy, mem); in submit_headers_shared() 149 nghttp2_nv *nva_copy; in submit_headers_shared_nva() local 162 rv = nghttp2_nv_array_copy(&nva_copy, nva, nvlen, mem); in submit_headers_shared_nva() 168 nva_copy, nvlen, data_prd, stream_user_data); in submit_headers_shared_nva() 321 nghttp2_nv *nva_copy; in nghttp2_submit_push_promise() local 67 submit_headers_shared(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_priority_spec *pri_spec, nghttp2_nv *nva_copy, size_t nvlen, const nghttp2_data_provider *data_prd, void *stream_user_data) submit_headers_shared() argument [all...] |
Completed in 2 milliseconds