Home
last modified time | relevance | path

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

/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_buf.c43 return NGTCP2_ERR_NOMEM; in ngtcp2_buf_chain_new()
H A Dngtcp2_err.c59 case NGTCP2_ERR_NOMEM: in ngtcp2_strerror()
H A Dngtcp2_map.c42 return NGTCP2_ERR_NOMEM; in ngtcp2_map_init()
196 return NGTCP2_ERR_NOMEM; in map_resize()
H A Dngtcp2_ringbuf.c54 return NGTCP2_ERR_NOMEM; in ngtcp2_ringbuf_init()
H A Dngtcp2_rob.c36 return NGTCP2_ERR_NOMEM; in ngtcp2_rob_gap_new()
53 return NGTCP2_ERR_NOMEM; in ngtcp2_rob_data_new()
H A Dngtcp2_ksl.c62 return NGTCP2_ERR_NOMEM; in ngtcp2_ksl_init()
158 return NGTCP2_ERR_NOMEM; in ksl_split_node()
192 return NGTCP2_ERR_NOMEM; in ksl_split_head()
200 return NGTCP2_ERR_NOMEM; in ksl_split_head()
H A Dngtcp2_pv.c49 return NGTCP2_ERR_NOMEM; in ngtcp2_pv_new()
H A Dngtcp2_strm.c91 return NGTCP2_ERR_NOMEM; in strm_rob_init()
160 return NGTCP2_ERR_NOMEM; in strm_streamfrq_init()
646 return NGTCP2_ERR_NOMEM; in strm_acked_offset_init()
H A Dngtcp2_pq.c77 return NGTCP2_ERR_NOMEM; in ngtcp2_pq_push()
H A Dngtcp2_vec.c47 return NGTCP2_ERR_NOMEM; in ngtcp2_vec_new()
H A Dngtcp2_rtb.c41 return NGTCP2_ERR_NOMEM; in ngtcp2_frame_chain_new()
53 return NGTCP2_ERR_NOMEM; in ngtcp2_frame_chain_extralen_new()
156 return NGTCP2_ERR_NOMEM; in ngtcp2_frame_chain_binder_new()
190 return NGTCP2_ERR_NOMEM; in ngtcp2_rtb_entry_new()
H A Dngtcp2_cc.c74 return NGTCP2_ERR_NOMEM; in ngtcp2_cc_reno_cc_init()
233 return NGTCP2_ERR_NOMEM; in ngtcp2_cc_cubic_cc_init()
H A Dngtcp2_acktr.c33 return NGTCP2_ERR_NOMEM; in ngtcp2_acktr_entry_new()
H A Dngtcp2_conn.c641 return NGTCP2_ERR_NOMEM; in pktns_new()
977 rv = NGTCP2_ERR_NOMEM; in conn_new()
1125 rv = NGTCP2_ERR_NOMEM; in conn_new()
1429 return NGTCP2_ERR_NOMEM; in conn_ensure_ack_blks()
1503 return NGTCP2_ERR_NOMEM; in conn_create_ack_frame()
3088 return NGTCP2_ERR_NOMEM; in conn_enqueue_new_connection_id()
4750 return NGTCP2_ERR_NOMEM; in conn_on_version_negotiation()
4973 return NGTCP2_ERR_NOMEM; in conn_on_retry()
5215 return NGTCP2_ERR_NOMEM; in ensure_decrypt_buffer()
10469 return NGTCP2_ERR_NOMEM; in ngtcp2_conn_open_bidi_stream()
[all …]
H A Dngtcp2_crypto.c64 return NGTCP2_ERR_NOMEM; in ngtcp2_crypto_km_nocopy_new()
H A Dngtcp2_bbr.c123 return NGTCP2_ERR_NOMEM; in ngtcp2_cc_bbr_cc_init()
H A Dngtcp2_pkt.c44 return NGTCP2_ERR_NOMEM; in ngtcp2_pkt_chain_new()
/dports/net/libngtcp2/ngtcp2-224bd62/lib/includes/ngtcp2/
H A Dngtcp2.h722 #define NGTCP2_ERR_NOMEM -501 macro