Home
last modified time | relevance | path

Searched refs:nghttp3_tnode_unschedule (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_tnode.h68 void nghttp3_tnode_unschedule(nghttp3_tnode *tnode, nghttp3_pq *pq);
Dnghttp3_tnode.c65 void nghttp3_tnode_unschedule(nghttp3_tnode *tnode, nghttp3_pq *pq) { in nghttp3_tnode_unschedule() function
Dnghttp3_conn.c2131 nghttp3_tnode_unschedule(node, conn_get_sched_pq(conn, node)); in nghttp3_conn_unschedule_stream()