Searched refs:nghttp2_frame_iv_copy (Results 1 - 9 of 9) sorted by relevance
/third_party/nghttp2/tests/ |
H A D | failmalloc_test.c | 325 nghttp2_frame_iv_copy(iv, 2, nghttp2_mem_fm()), in run_nghttp2_session_recv() 464 iv_copy = nghttp2_frame_iv_copy(iv, 2, nghttp2_mem_fm()); in run_nghttp2_frame_pack_settings()
|
H A D | nghttp2_frame_test.c | 288 nghttp2_frame_iv_copy(iv, 3, mem), 3); in test_nghttp2_frame_pack_settings()
|
H A D | nghttp2_session_test.c | 664 return nghttp2_frame_iv_copy(iv, niv, nghttp2_mem_default()); in dup_iv()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.h | 580 nghttp2_settings_entry *nghttp2_frame_iv_copy(const nghttp2_settings_entry *iv,
|
H A D | nghttp2_frame.c | 940 nghttp2_settings_entry *nghttp2_frame_iv_copy(const nghttp2_settings_entry *iv, in nghttp2_frame_iv_copy() function
|
H A D | nghttp2_session.c | 772 (*settings_ptr)->iv = nghttp2_frame_iv_copy(iv, niv, mem); in inflight_settings_new() 7573 iv_copy = nghttp2_frame_iv_copy(iv, niv, mem); in nghttp2_session_add_settings()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_frame.h | 580 nghttp2_settings_entry *nghttp2_frame_iv_copy(const nghttp2_settings_entry *iv,
|
H A D | nghttp2_frame.c | 940 nghttp2_settings_entry *nghttp2_frame_iv_copy(const nghttp2_settings_entry *iv, in nghttp2_frame_iv_copy() function
|
H A D | nghttp2_session.c | 767 (*settings_ptr)->iv = nghttp2_frame_iv_copy(iv, niv, mem); in inflight_settings_new() 7562 iv_copy = nghttp2_frame_iv_copy(iv, niv, mem); in nghttp2_session_add_settings()
|
Completed in 39 milliseconds