Home
last modified time | relevance | path

Searched refs:NGTCP2_ERR_NOMEM (Results 1 – 21 of 21) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_err.c59 case NGTCP2_ERR_NOMEM: in ngtcp2_strerror()
138 case NGTCP2_ERR_NOMEM: in ngtcp2_err_infer_quic_transport_error_code()
Dngtcp2_buf.c43 return NGTCP2_ERR_NOMEM; in ngtcp2_buf_chain_new()
Dngtcp2_balloc.c71 return NGTCP2_ERR_NOMEM; in ngtcp2_balloc_get()
Dngtcp2_rob.c36 return NGTCP2_ERR_NOMEM; in ngtcp2_rob_gap_new()
53 return NGTCP2_ERR_NOMEM; in ngtcp2_rob_data_new()
Dngtcp2_ksl.c84 return NGTCP2_ERR_NOMEM; in ksl_head_init()
182 return NGTCP2_ERR_NOMEM; in ksl_split_node()
216 return NGTCP2_ERR_NOMEM; in ksl_split_head()
224 return NGTCP2_ERR_NOMEM; in ksl_split_head()
Dngtcp2_pmtud.c52 return NGTCP2_ERR_NOMEM; in ngtcp2_pmtud_new()
Dngtcp2_ringbuf.c48 return NGTCP2_ERR_NOMEM; in ngtcp2_ringbuf_init()
Dngtcp2_strm.c99 return NGTCP2_ERR_NOMEM; in strm_rob_init()
167 return NGTCP2_ERR_NOMEM; in strm_streamfrq_init()
654 return NGTCP2_ERR_NOMEM; in strm_acked_offset_init()
Dngtcp2_pv.c47 return NGTCP2_ERR_NOMEM; in ngtcp2_pv_new()
Dngtcp2_pq.c77 return NGTCP2_ERR_NOMEM; in ngtcp2_pq_push()
Dngtcp2_vec.c47 return NGTCP2_ERR_NOMEM; in ngtcp2_vec_new()
Dngtcp2_rtb.c41 return NGTCP2_ERR_NOMEM; in ngtcp2_frame_chain_new()
53 return NGTCP2_ERR_NOMEM; in ngtcp2_frame_chain_objalloc_new()
65 return NGTCP2_ERR_NOMEM; in ngtcp2_frame_chain_extralen_new()
223 return NGTCP2_ERR_NOMEM; in ngtcp2_frame_chain_binder_new()
275 return NGTCP2_ERR_NOMEM; in ngtcp2_rtb_entry_objalloc_new()
Dngtcp2_cc.c78 return NGTCP2_ERR_NOMEM; in ngtcp2_cc_reno_cc_init()
237 return NGTCP2_ERR_NOMEM; in ngtcp2_cc_cubic_cc_init()
Dngtcp2_map.c194 return NGTCP2_ERR_NOMEM; in map_resize()
Dngtcp2_acktr.c43 return NGTCP2_ERR_NOMEM; in ngtcp2_acktr_entry_objalloc_new()
Dngtcp2_crypto.c65 return NGTCP2_ERR_NOMEM; in ngtcp2_crypto_km_nocopy_new()
867 return NGTCP2_ERR_NOMEM; in transport_params_copy_new()
Dngtcp2_conn.c138 case NGTCP2_ERR_NOMEM: in conn_call_recv_crypto_data()
687 return NGTCP2_ERR_NOMEM; in pktns_new()
1015 return NGTCP2_ERR_NOMEM; in other_versions_new()
1096 rv = NGTCP2_ERR_NOMEM; in conn_new()
1133 rv = NGTCP2_ERR_NOMEM; in conn_new()
1144 rv = NGTCP2_ERR_NOMEM; in conn_new()
1223 rv = NGTCP2_ERR_NOMEM; in conn_new()
1260 rv = NGTCP2_ERR_NOMEM; in conn_new()
1631 return NGTCP2_ERR_NOMEM; in conn_ensure_ack_blks()
1705 return NGTCP2_ERR_NOMEM; in conn_create_ack_frame()
[all …]
Dngtcp2_bbr.c123 return NGTCP2_ERR_NOMEM; in ngtcp2_cc_bbr_cc_init()
Dngtcp2_bbr2.c1461 return NGTCP2_ERR_NOMEM; in ngtcp2_cc_bbr2_cc_init()
Dngtcp2_pkt.c43 return NGTCP2_ERR_NOMEM; in ngtcp2_pkt_chain_new()
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
Dngtcp2.h828 #define NGTCP2_ERR_NOMEM -501 macro