Searched refs:nghttp2_pq_remove (Results 1 – 3 of 3) sorted by relevance
128 void nghttp2_pq_remove(nghttp2_pq *pq, nghttp2_pq_entry *item);
199 nghttp2_pq_remove(&dep_stream->obq, &stream->pq_entry); in stream_obq_remove()231 nghttp2_pq_remove(&src->obq, &stream->pq_entry); in stream_obq_move()246 nghttp2_pq_remove(&dep_stream->obq, &stream->pq_entry); in nghttp2_stream_reschedule()286 nghttp2_pq_remove(&dep_stream->obq, &stream->pq_entry); in nghttp2_stream_change_weight()
136 void nghttp2_pq_remove(nghttp2_pq *pq, nghttp2_pq_entry *item) in nghttp2_pq_remove() function
Completed in 7 milliseconds