Searched refs:nghttp3_tnode_unschedule (Results 1 – 3 of 3) sorted by relevance
68 void nghttp3_tnode_unschedule(nghttp3_tnode *tnode, nghttp3_pq *pq);
65 void nghttp3_tnode_unschedule(nghttp3_tnode *tnode, nghttp3_pq *pq) { in nghttp3_tnode_unschedule() function
2131 nghttp3_tnode_unschedule(node, conn_get_sched_pq(conn, node)); in nghttp3_conn_unschedule_stream()