Home
last modified time | relevance | path

Searched refs:nghttp2_pq_entry (Results 1 - 11 of 11) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_pq.h40 } nghttp2_pq_entry; typedef
44 nghttp2_pq_entry **q;
76 int nghttp2_pq_push(nghttp2_pq *pq, nghttp2_pq_entry *item);
82 nghttp2_pq_entry *nghttp2_pq_top(nghttp2_pq *pq);
100 typedef int (*nghttp2_pq_item_cb)(nghttp2_pq_entry *item, void *arg);
122 void nghttp2_pq_remove(nghttp2_pq *pq, nghttp2_pq_entry *item);
H A Dnghttp2_pq.c46 nghttp2_pq_entry *a = pq->q[i]; in swap()
47 nghttp2_pq_entry *b = pq->q[j]; in swap()
67 int nghttp2_pq_push(nghttp2_pq *pq, nghttp2_pq_entry *item) { in nghttp2_pq_push()
75 ncapacity * sizeof(nghttp2_pq_entry *)); in nghttp2_pq_push()
89 nghttp2_pq_entry *nghttp2_pq_top(nghttp2_pq *pq) { in nghttp2_pq_top()
127 void nghttp2_pq_remove(nghttp2_pq *pq, nghttp2_pq_entry *item) { in nghttp2_pq_remove()
H A Dnghttp2_stream.h151 nghttp2_pq_entry pq_entry;
H A Dnghttp2_stream.c940 nghttp2_pq_entry *ent; in nghttp2_stream_next_outbound_item()
H A Dnghttp2_session.c1034 nghttp2_pq_entry *ent; in session_sched_get_next_outbound_item()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_pq.h40 } nghttp2_pq_entry; typedef
44 nghttp2_pq_entry **q;
76 int nghttp2_pq_push(nghttp2_pq *pq, nghttp2_pq_entry *item);
82 nghttp2_pq_entry *nghttp2_pq_top(nghttp2_pq *pq);
100 typedef int (*nghttp2_pq_item_cb)(nghttp2_pq_entry *item, void *arg);
122 void nghttp2_pq_remove(nghttp2_pq *pq, nghttp2_pq_entry *item);
H A Dnghttp2_pq.c46 nghttp2_pq_entry *a = pq->q[i]; in swap()
47 nghttp2_pq_entry *b = pq->q[j]; in swap()
67 int nghttp2_pq_push(nghttp2_pq *pq, nghttp2_pq_entry *item) { in nghttp2_pq_push()
75 ncapacity * sizeof(nghttp2_pq_entry *)); in nghttp2_pq_push()
89 nghttp2_pq_entry *nghttp2_pq_top(nghttp2_pq *pq) { in nghttp2_pq_top()
127 void nghttp2_pq_remove(nghttp2_pq *pq, nghttp2_pq_entry *item) { in nghttp2_pq_remove()
H A Dnghttp2_stream.h151 nghttp2_pq_entry pq_entry;
H A Dnghttp2_stream.c940 nghttp2_pq_entry *ent; in nghttp2_stream_next_outbound_item()
H A Dnghttp2_session.c1029 nghttp2_pq_entry *ent; in session_sched_get_next_outbound_item()
/third_party/nghttp2/tests/
H A Dnghttp2_pq_test.c34 nghttp2_pq_entry ent;
121 nghttp2_pq_entry ent;
132 static int node_update(nghttp2_pq_entry *item, void *arg) { in node_update()

Completed in 27 milliseconds