Lines Matching refs:nghttp2_pq
54 } nghttp2_pq;
59 void nghttp2_pq_init(nghttp2_pq *pq, nghttp2_less less, nghttp2_mem *mem);
65 void nghttp2_pq_free(nghttp2_pq *pq);
76 int nghttp2_pq_push(nghttp2_pq *pq, nghttp2_pq_entry *item);
82 nghttp2_pq_entry *nghttp2_pq_top(nghttp2_pq *pq);
88 void nghttp2_pq_pop(nghttp2_pq *pq);
93 int nghttp2_pq_empty(nghttp2_pq *pq);
98 size_t nghttp2_pq_size(nghttp2_pq *pq);
108 void nghttp2_pq_update(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg);
117 int nghttp2_pq_each(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg);
122 void nghttp2_pq_remove(nghttp2_pq *pq, nghttp2_pq_entry *item);