Home
last modified time | relevance | path

Searched refs:NGTCP2_FRAME_STREAM (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_strm.c180 assert(frc->fr.type == NGTCP2_FRAME_STREAM); in ngtcp2_strm_streamfrq_push()
311 nfr->type = NGTCP2_FRAME_STREAM; in strm_streamfrq_unacked_pop()
415 nfr->type = NGTCP2_FRAME_STREAM; in ngtcp2_strm_streamfrq_pop()
Dngtcp2_rtb.c161 case NGTCP2_FRAME_STREAM: in ngtcp2_frame_chain_objalloc_del()
448 case NGTCP2_FRAME_STREAM: in rtb_reclaim_frame()
777 case NGTCP2_FRAME_STREAM: in rtb_process_acked_pkt()
1496 case NGTCP2_FRAME_STREAM: in rtb_on_pkt_lost_resched_move()
Dngtcp2_pkt.c547 if (has_mask(type, NGTCP2_FRAME_STREAM)) { in ngtcp2_pkt_decode_frame()
623 dest->type = NGTCP2_FRAME_STREAM; in ngtcp2_pkt_decode_stream_frame()
624 dest->flags = (uint8_t)(type & ~NGTCP2_FRAME_STREAM); in ngtcp2_pkt_decode_stream_frame()
1510 case NGTCP2_FRAME_STREAM: in ngtcp2_pkt_encode_frame()
1603 *p++ = flags | NGTCP2_FRAME_STREAM; in ngtcp2_pkt_encode_stream_frame()
Dngtcp2_pkt.h155 NGTCP2_FRAME_STREAM = 0x08, enumerator
Dngtcp2_log.c469 case NGTCP2_FRAME_STREAM: in log_fr()
Dngtcp2_qlog.c800 case NGTCP2_FRAME_STREAM: in ngtcp2_qlog_write_frame()
Dngtcp2_conn.c3719 case NGTCP2_FRAME_STREAM: in conn_write_pkt()
4058 nfrc->fr.stream.type = NGTCP2_FRAME_STREAM; in conn_write_pkt()
5234 case NGTCP2_FRAME_STREAM: in ngtcp2_conn_resched_frames()
9069 case NGTCP2_FRAME_STREAM: in conn_recv_pkt()
9113 case NGTCP2_FRAME_STREAM: in conn_recv_pkt()