Home
last modified time | relevance | path

Searched refs:pkt_count (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/lib/vquic/
H A Dcurl_ngtcp2.c274 size_t pkt_count; member
294 pktx->pkt_count = 0; in pktx_init()
1557 ++pktx->pkt_count; in recv_pkt()
1612 pktx->pkt_count = 0; in cf_progress_ingress()
1617 if(pktx->pkt_count < pkts_chunk) /* got less than we could */ in cf_progress_ingress()
H A Dcurl_quiche.c657 size_t pkt_count, gsolen; in cf_flush_egress() local
680 pkt_count = 0; in cf_flush_egress()
701 ++pkt_count; in cf_flush_egress()
702 if((size_t)nread < gsolen || pkt_count >= MAX_PKT_BURST) { in cf_flush_egress()
711 pkt_count = 0; in cf_flush_egress()

Completed in 6 milliseconds