/third_party/nghttp2/lib/ |
H A D | nghttp2_submit.c | 84 rv = NGHTTP2_ERR_NOMEM; in submit_headers_shared() 252 return NGHTTP2_ERR_NOMEM; in nghttp2_submit_priority() 345 return NGHTTP2_ERR_NOMEM; in nghttp2_submit_push_promise() 536 return NGHTTP2_ERR_NOMEM; in nghttp2_submit_altsvc() 555 rv = NGHTTP2_ERR_NOMEM; in nghttp2_submit_altsvc() 619 return NGHTTP2_ERR_NOMEM; in nghttp2_submit_origin() 639 rv = NGHTTP2_ERR_NOMEM; in nghttp2_submit_origin() 699 return NGHTTP2_ERR_NOMEM; in nghttp2_submit_priority_update() 710 rv = NGHTTP2_ERR_NOMEM; in nghttp2_submit_priority_update() 828 return NGHTTP2_ERR_NOMEM; in nghttp2_submit_data() [all...] |
H A D | nghttp2_buf.c | 68 return NGHTTP2_ERR_NOMEM; in nghttp2_buf_reserve() 97 return NGHTTP2_ERR_NOMEM; in buf_chain_new() 105 return NGHTTP2_ERR_NOMEM; in buf_chain_new() 208 return NGHTTP2_ERR_NOMEM; in nghttp2_bufs_wrap_init() 242 return NGHTTP2_ERR_NOMEM; in nghttp2_bufs_wrap_init2() 453 return NGHTTP2_ERR_NOMEM; in nghttp2_bufs_remove()
|
H A D | nghttp2_rcbuf.c | 39 return NGHTTP2_ERR_NOMEM; in nghttp2_rcbuf_new()
|
H A D | nghttp2_queue.c | 51 return NGHTTP2_ERR_NOMEM; in nghttp2_queue_push()
|
H A D | nghttp2_option.c | 33 return NGHTTP2_ERR_NOMEM; in nghttp2_option_new()
|
H A D | nghttp2_callbacks.c | 33 return NGHTTP2_ERR_NOMEM; in nghttp2_session_callbacks_new()
|
H A D | nghttp2_frame.c | 543 return NGHTTP2_ERR_NOMEM; in nghttp2_frame_unpack_settings_payload2() 679 return NGHTTP2_ERR_NOMEM; in nghttp2_frame_unpack_goaway_payload2() 779 return NGHTTP2_ERR_NOMEM; in nghttp2_frame_unpack_altsvc_payload2() 865 return NGHTTP2_ERR_NOMEM; in nghttp2_frame_unpack_origin_payload() 1063 return NGHTTP2_ERR_NOMEM; in nghttp2_nv_array_copy()
|
H A D | nghttp2_session.c | 178 return NGHTTP2_ERR_NOMEM; in session_call_error_callback() 185 return NGHTTP2_ERR_NOMEM; in session_call_error_callback() 450 rv = NGHTTP2_ERR_NOMEM; in session_new() 768 return NGHTTP2_ERR_NOMEM; in inflight_settings_new() 775 return NGHTTP2_ERR_NOMEM; in inflight_settings_new() 865 return NGHTTP2_ERR_NOMEM; in nghttp2_session_reprioritize_stream() 1184 return NGHTTP2_ERR_NOMEM; in nghttp2_session_add_item() 1273 return NGHTTP2_ERR_NOMEM; in nghttp2_session_add_rst_stream() 2401 return NGHTTP2_ERR_NOMEM; in session_prep_frame() 2851 * NGHTTP2_ERR_NOMEM [all...] |
H A D | nghttp2_pq.c | 77 return NGHTTP2_ERR_NOMEM; in nghttp2_pq_push()
|
H A D | nghttp2_hd.c | 600 return NGHTTP2_ERR_NOMEM; in hd_ringbuf_init() 627 return NGHTTP2_ERR_NOMEM; in hd_ringbuf_reserve() 1140 return NGHTTP2_ERR_NOMEM; in add_hd_table_incremental() 1602 return NGHTTP2_ERR_NOMEM; in nghttp2_hd_deflate_new2() 1682 * NGHTTP2_ERR_NOMEM 1719 * NGHTTP2_ERR_NOMEM 1753 * NGHTTP2_ERR_NOMEM 1798 * NGHTTP2_ERR_NOMEM 1822 return NGHTTP2_ERR_NOMEM; in hd_inflate_commit_indname() 2260 return NGHTTP2_ERR_NOMEM; in nghttp2_hd_inflate_new2() [all...] |
H A D | nghttp2_helper.c | 328 case NGHTTP2_ERR_NOMEM: in nghttp2_strerror()
|
H A D | nghttp2_map.c | 196 return NGHTTP2_ERR_NOMEM; in map_resize()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_submit.c | 84 rv = NGHTTP2_ERR_NOMEM; in submit_headers_shared() 252 return NGHTTP2_ERR_NOMEM; in nghttp2_submit_priority() 345 return NGHTTP2_ERR_NOMEM; in nghttp2_submit_push_promise() 536 return NGHTTP2_ERR_NOMEM; in nghttp2_submit_altsvc() 555 rv = NGHTTP2_ERR_NOMEM; in nghttp2_submit_altsvc() 619 return NGHTTP2_ERR_NOMEM; in nghttp2_submit_origin() 639 rv = NGHTTP2_ERR_NOMEM; in nghttp2_submit_origin() 699 return NGHTTP2_ERR_NOMEM; in nghttp2_submit_priority_update() 710 rv = NGHTTP2_ERR_NOMEM; in nghttp2_submit_priority_update() 828 return NGHTTP2_ERR_NOMEM; in nghttp2_submit_data() [all...] |
H A D | nghttp2_buf.c | 68 return NGHTTP2_ERR_NOMEM; in nghttp2_buf_reserve() 97 return NGHTTP2_ERR_NOMEM; in buf_chain_new() 105 return NGHTTP2_ERR_NOMEM; in buf_chain_new() 208 return NGHTTP2_ERR_NOMEM; in nghttp2_bufs_wrap_init() 242 return NGHTTP2_ERR_NOMEM; in nghttp2_bufs_wrap_init2() 453 return NGHTTP2_ERR_NOMEM; in nghttp2_bufs_remove()
|
H A D | nghttp2_rcbuf.c | 39 return NGHTTP2_ERR_NOMEM; in nghttp2_rcbuf_new()
|
H A D | nghttp2_queue.c | 51 return NGHTTP2_ERR_NOMEM; in nghttp2_queue_push()
|
H A D | nghttp2_callbacks.c | 33 return NGHTTP2_ERR_NOMEM; in nghttp2_session_callbacks_new()
|
H A D | nghttp2_option.c | 33 return NGHTTP2_ERR_NOMEM; in nghttp2_option_new()
|
H A D | nghttp2_frame.c | 543 return NGHTTP2_ERR_NOMEM; in nghttp2_frame_unpack_settings_payload2() 679 return NGHTTP2_ERR_NOMEM; in nghttp2_frame_unpack_goaway_payload2() 779 return NGHTTP2_ERR_NOMEM; in nghttp2_frame_unpack_altsvc_payload2() 865 return NGHTTP2_ERR_NOMEM; in nghttp2_frame_unpack_origin_payload() 1063 return NGHTTP2_ERR_NOMEM; in nghttp2_nv_array_copy()
|
H A D | nghttp2_session.c | 178 return NGHTTP2_ERR_NOMEM; in session_call_error_callback() 185 return NGHTTP2_ERR_NOMEM; in session_call_error_callback() 450 rv = NGHTTP2_ERR_NOMEM; in session_new() 763 return NGHTTP2_ERR_NOMEM; in inflight_settings_new() 770 return NGHTTP2_ERR_NOMEM; in inflight_settings_new() 860 return NGHTTP2_ERR_NOMEM; in nghttp2_session_reprioritize_stream() 1179 return NGHTTP2_ERR_NOMEM; in nghttp2_session_add_item() 1268 return NGHTTP2_ERR_NOMEM; in nghttp2_session_add_rst_stream() 2396 return NGHTTP2_ERR_NOMEM; in session_prep_frame() 2846 * NGHTTP2_ERR_NOMEM [all...] |
H A D | nghttp2_pq.c | 77 return NGHTTP2_ERR_NOMEM; in nghttp2_pq_push()
|
H A D | nghttp2_hd.c | 600 return NGHTTP2_ERR_NOMEM; in hd_ringbuf_init() 627 return NGHTTP2_ERR_NOMEM; in hd_ringbuf_reserve() 1140 return NGHTTP2_ERR_NOMEM; in add_hd_table_incremental() 1602 return NGHTTP2_ERR_NOMEM; in nghttp2_hd_deflate_new2() 1682 * NGHTTP2_ERR_NOMEM 1719 * NGHTTP2_ERR_NOMEM 1753 * NGHTTP2_ERR_NOMEM 1798 * NGHTTP2_ERR_NOMEM 1822 return NGHTTP2_ERR_NOMEM; in hd_inflate_commit_indname() 2260 return NGHTTP2_ERR_NOMEM; in nghttp2_hd_inflate_new2() [all...] |
H A D | nghttp2_helper.c | 328 case NGHTTP2_ERR_NOMEM: in nghttp2_strerror()
|
/third_party/node/test/parallel/ |
H A D | test-http2-binding.js | 217 NGHTTP2_ERR_NOMEM: -901,
|
/third_party/node/src/ |
H A D | node_http2.cc | 822 CHECK_NE(ret, NGHTTP2_ERR_NOMEM); in ConsumeHTTP2Data() 1760 CHECK_NE(src_length, NGHTTP2_ERR_NOMEM); in SendPendingData() 1887 CHECK_NE(*ret, NGHTTP2_ERR_NOMEM); in SubmitRequest() 2123 NGHTTP2_ERR_NOMEM); in DoShutdown() 2196 CHECK_NE(ret, NGHTTP2_ERR_NOMEM); in SubmitResponse() 2214 CHECK_NE(ret, NGHTTP2_ERR_NOMEM); in SubmitInfo() 2252 CHECK_NE(ret, NGHTTP2_ERR_NOMEM); in SubmitTrailers() 2271 CHECK_NE(ret, NGHTTP2_ERR_NOMEM); in SubmitPriority() 2337 CHECK_NE(*ret, NGHTTP2_ERR_NOMEM); in SubmitPushPromise() 2409 id_), NGHTTP2_ERR_NOMEM); in DoWrite() [all...] |