Searched refs:nghttp2_pq_entry (Results 1 – 4 of 4) sorted by relevance
40 } nghttp2_pq_entry; typedef44 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);
50 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()
140 nghttp2_pq_entry pq_entry;
978 nghttp2_pq_entry *ent; in nghttp2_stream_next_outbound_item()
Completed in 6 milliseconds