Home
last modified time | relevance | path

Searched refs:pq_entry (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_stream.c49 lhs = nghttp2_struct_of(lhsx, nghttp2_stream, pq_entry); in stream_less()
50 rhs = nghttp2_struct_of(rhsx, nghttp2_stream, pq_entry); in stream_less()
170 rv = nghttp2_pq_push(&dep_stream->obq, &stream->pq_entry); in stream_obq_push()
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()
251 nghttp2_pq_push(&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()
312 nghttp2_pq_push(&dep_stream->obq, &stream->pq_entry); in nghttp2_stream_change_weight()
994 stream = nghttp2_struct_of(ent, nghttp2_stream, pq_entry); in nghttp2_stream_next_outbound_item()
A Dnghttp2_stream.h140 nghttp2_pq_entry pq_entry; member

Completed in 5 milliseconds