Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_pq.h87 int nghttp3_pq_push(nghttp3_pq *pq, nghttp3_pq_entry *item);
H A Dnghttp3_tnode.c105 return nghttp3_pq_push(pq, &tnode->pe); in nghttp3_tnode_schedule()
H A Dnghttp3_pq.c69 int nghttp3_pq_push(nghttp3_pq *pq, nghttp3_pq_entry *item) { in nghttp3_pq_push() function
H A Dnghttp3_qpack.c1077 return nghttp3_pq_push(&encoder->min_cnts, &ref->min_cnts_pe); in qpack_encoder_add_stream_ref()
1746 return nghttp3_pq_push(&stream->max_cnts, &ref->max_cnts_pe); in nghttp3_qpack_stream_add_ref()
H A Dnghttp3_conn.c2424 return nghttp3_pq_push(&conn->qpack_blocked_streams, in nghttp3_conn_qpack_blocked_streams_push()

Completed in 9 milliseconds