Home
last modified time | relevance | path

Searched refs:ngtcp2_ksl_it_key (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_gaptr.c73 k = *(ngtcp2_range *)ngtcp2_ksl_it_key(&it); in ngtcp2_gaptr_push()
110 r = *(ngtcp2_range *)ngtcp2_ksl_it_key(&it); in ngtcp2_gaptr_first_gap_offset()
130 return *(ngtcp2_range *)ngtcp2_ksl_it_key(&it); in ngtcp2_gaptr_get_first_gap_after()
146 k = *(ngtcp2_range *)ngtcp2_ksl_it_key(&it); in ngtcp2_gaptr_is_pushed()
164 r = *(ngtcp2_range *)ngtcp2_ksl_it_key(&it); in ngtcp2_gaptr_drop_first_gap()
H A Dngtcp2_ksl.h323 #define ngtcp2_ksl_it_key(IT) \ macro
H A Dngtcp2_acktr.c200 assert(*(int64_t *)ngtcp2_ksl_it_key(&it) == (int64_t)ent->pkt_num); in ngtcp2_acktr_forget()
H A Dngtcp2_rtb.c998 pkt_num = *(int64_t *)ngtcp2_ksl_it_key(&it); in ngtcp2_rtb_recv_ack()
1030 pkt_num = *(int64_t *)ngtcp2_ksl_it_key(&it); in ngtcp2_rtb_recv_ack()
H A Dngtcp2_conn.c3309 ngtcp2_cid_eq(ngtcp2_ksl_it_key(&it), &cid)) { in conn_enqueue_new_connection_id()

Completed in 21 milliseconds