Home
last modified time | relevance | path

Searched refs:nghttp2_pq_entry (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_pq.h40 } nghttp2_pq_entry; typedef
44 nghttp2_pq_entry **q;
82 int nghttp2_pq_push(nghttp2_pq *pq, nghttp2_pq_entry *item);
88 nghttp2_pq_entry *nghttp2_pq_top(nghttp2_pq *pq);
106 typedef int (*nghttp2_pq_item_cb)(nghttp2_pq_entry *item, void *arg);
128 void nghttp2_pq_remove(nghttp2_pq *pq, nghttp2_pq_entry *item);
A Dnghttp2_pq.c50 nghttp2_pq_entry *a = pq->q[i]; in swap()
51 nghttp2_pq_entry *b = pq->q[j]; in swap()
72 int nghttp2_pq_push(nghttp2_pq *pq, nghttp2_pq_entry *item) in nghttp2_pq_push()
81 ncapacity * sizeof(nghttp2_pq_entry *)); in nghttp2_pq_push()
95 nghttp2_pq_entry *nghttp2_pq_top(nghttp2_pq *pq) in nghttp2_pq_top()
136 void nghttp2_pq_remove(nghttp2_pq *pq, nghttp2_pq_entry *item) in nghttp2_pq_remove()
A Dnghttp2_stream.h140 nghttp2_pq_entry pq_entry;
A Dnghttp2_stream.c978 nghttp2_pq_entry *ent; in nghttp2_stream_next_outbound_item()

Completed in 6 milliseconds