Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_pq.h128 void nghttp2_pq_remove(nghttp2_pq *pq, nghttp2_pq_entry *item);
A Dnghttp2_stream.c199 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()
A Dnghttp2_pq.c136 void nghttp2_pq_remove(nghttp2_pq *pq, nghttp2_pq_entry *item) in nghttp2_pq_remove() function

Completed in 7 milliseconds