Home
last modified time | relevance | path

Searched refs:ngtcp2_ksl_it (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_ksl.h120 typedef struct ngtcp2_ksl_it ngtcp2_ksl_it; typedef
123 * ngtcp2_ksl_it is a forward iterator to iterate nodes.
125 struct ngtcp2_ksl_it { struct
178 int ngtcp2_ksl_insert(ngtcp2_ksl *ksl, ngtcp2_ksl_it *it,
195 int ngtcp2_ksl_remove(ngtcp2_ksl *ksl, ngtcp2_ksl_it *it,
205 int ngtcp2_ksl_remove_hint(ngtcp2_ksl *ksl, ngtcp2_ksl_it *it,
206 const ngtcp2_ksl_it *hint,
216 ngtcp2_ksl_it ngtcp2_ksl_lower_bound(ngtcp2_ksl *ksl,
223 ngtcp2_ksl_it ngtcp2_ksl_lower_bound_compa
[all...]
H A Dngtcp2_gaptr.c60 ngtcp2_ksl_it it; in ngtcp2_gaptr_push()
102 ngtcp2_ksl_it it; in ngtcp2_gaptr_first_gap_offset()
118 ngtcp2_ksl_it it; in ngtcp2_gaptr_get_first_gap_after()
136 ngtcp2_ksl_it it; in ngtcp2_gaptr_is_pushed()
153 ngtcp2_ksl_it it; in ngtcp2_gaptr_drop_first_gap()
H A Dngtcp2_rob.c101 ngtcp2_ksl_it it; in ngtcp2_rob_free()
127 ngtcp2_ksl_it it; in rob_write_data()
167 ngtcp2_ksl_it it; in ngtcp2_rob_push()
224 ngtcp2_ksl_it it; in ngtcp2_rob_remove_prefix()
261 ngtcp2_ksl_it it; in ngtcp2_rob_data_at()
288 ngtcp2_ksl_it it; in ngtcp2_rob_pop()
305 ngtcp2_ksl_it it = ngtcp2_ksl_begin(&rob->gapksl); in ngtcp2_rob_first_gap_offset()
H A Dngtcp2_acktr.c85 ngtcp2_ksl_it it; in ngtcp2_acktr_free()
108 ngtcp2_ksl_it it, prev_it; in ngtcp2_acktr_add()
197 ngtcp2_ksl_it it; in ngtcp2_acktr_forget()
209 ngtcp2_ksl_it ngtcp2_acktr_get(ngtcp2_acktr *acktr) { in ngtcp2_acktr_get()
214 ngtcp2_ksl_it it = ngtcp2_ksl_begin(&acktr->ents); in ngtcp2_acktr_empty()
234 static void acktr_remove(ngtcp2_acktr *acktr, ngtcp2_ksl_it *it, in acktr_remove()
244 ngtcp2_ksl_it it; in acktr_on_ack()
H A Dngtcp2_ksl.c278 int ngtcp2_ksl_insert(ngtcp2_ksl *ksl, ngtcp2_ksl_it *it, in ngtcp2_ksl_insert()
500 int ngtcp2_ksl_remove_hint(ngtcp2_ksl *ksl, ngtcp2_ksl_it *it, in ngtcp2_ksl_remove_hint()
501 const ngtcp2_ksl_it *hint, in ngtcp2_ksl_remove_hint()
526 int ngtcp2_ksl_remove(ngtcp2_ksl *ksl, ngtcp2_ksl_it *it, in ngtcp2_ksl_remove()
605 ngtcp2_ksl_it ngtcp2_ksl_lower_bound(ngtcp2_ksl *ksl, in ngtcp2_ksl_lower_bound()
608 ngtcp2_ksl_it it; in ngtcp2_ksl_lower_bound()
646 ngtcp2_ksl_it ngtcp2_ksl_lower_bound_compar(ngtcp2_ksl *ksl, in ngtcp2_ksl_lower_bound_compar()
650 ngtcp2_ksl_it it; in ngtcp2_ksl_lower_bound_compar()
762 ngtcp2_ksl_it ngtcp2_ksl_begin(const ngtcp2_ksl *ksl) { in ngtcp2_ksl_begin()
763 ngtcp2_ksl_it i in ngtcp2_ksl_begin()
[all...]
H A Dngtcp2_rtb.c326 ngtcp2_ksl_it it; in ngtcp2_rtb_free()
613 static int rtb_on_pkt_lost(ngtcp2_rtb *rtb, ngtcp2_ksl_it *it, in rtb_on_pkt_lost()
701 ngtcp2_ksl_it ngtcp2_rtb_head(ngtcp2_rtb *rtb) { in ngtcp2_rtb_head()
705 static void rtb_remove(ngtcp2_rtb *rtb, ngtcp2_ksl_it *it, in rtb_remove()
954 ngtcp2_ksl_it it; in ngtcp2_rtb_recv_ack()
1185 ngtcp2_ksl_it it; in rtb_detect_lost_pkt()
1340 ngtcp2_ksl_it it = ngtcp2_ksl_end(&rtb->ents); in ngtcp2_rtb_remove_excessive_lost_pkt()
1370 ngtcp2_ksl_it it; in ngtcp2_rtb_remove_expired_lost_pkt()
1413 ngtcp2_ksl_it it; in ngtcp2_rtb_lost_pkt_ts()
1570 ngtcp2_ksl_it i in ngtcp2_rtb_remove_all()
[all...]
H A Dngtcp2_strm.c66 ngtcp2_ksl_it it; in ngtcp2_strm_free()
204 ngtcp2_ksl_it it; in strm_streamfrq_unacked_pop()
550 ngtcp2_ksl_it it; in ngtcp2_strm_streamfrq_unacked_offset()
581 ngtcp2_ksl_it it; in ngtcp2_strm_streamfrq_top()
596 ngtcp2_ksl_it it; in ngtcp2_strm_streamfrq_clear()
H A Dngtcp2_acktr.h176 ngtcp2_ksl_it ngtcp2_acktr_get(ngtcp2_acktr *acktr);
H A Dngtcp2_rtb.h376 ngtcp2_ksl_it ngtcp2_rtb_head(ngtcp2_rtb *rtb);
H A Dngtcp2_conn.c733 ngtcp2_ksl_it it; in pktns_free()
842 ngtcp2_ksl_it it; in delete_scid()
1679 ngtcp2_ksl_it it; in conn_create_ack_frame()
1948 ngtcp2_ksl_it it; in conn_cryptofrq_clear()
1969 ngtcp2_ksl_it it; in conn_cryptofrq_unacked_offset()
2005 ngtcp2_ksl_it it; in conn_cryptofrq_unacked_pop()
2134 ngtcp2_ksl_it it; in conn_cryptofrq_pop()
2306 ngtcp2_ksl_it it; in conn_verify_dcid()
3115 ngtcp2_ksl_it it; in conn_write_handshake_pkts()
3294 ngtcp2_ksl_it i in conn_enqueue_new_connection_id()
[all...]

Completed in 16 milliseconds