Searched refs:nghttp2_pq_push (Results 1 – 3 of 3) sorted by relevance
82 int nghttp2_pq_push(nghttp2_pq *pq, nghttp2_pq_entry *item);
72 int nghttp2_pq_push(nghttp2_pq *pq, nghttp2_pq_entry *item) in nghttp2_pq_push() function
170 rv = nghttp2_pq_push(&dep_stream->obq, &stream->pq_entry); in stream_obq_push()251 nghttp2_pq_push(&dep_stream->obq, &stream->pq_entry); in nghttp2_stream_reschedule()312 nghttp2_pq_push(&dep_stream->obq, &stream->pq_entry); in nghttp2_stream_change_weight()
Completed in 6 milliseconds