Searched refs:nghttp2_pq_entry (Results 1 - 11 of 11) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_pq.h | 40 } 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 D | nghttp2_pq.c | 46 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 D | nghttp2_stream.h | 151 nghttp2_pq_entry pq_entry;
|
H A D | nghttp2_stream.c | 940 nghttp2_pq_entry *ent; in nghttp2_stream_next_outbound_item()
|
H A D | nghttp2_session.c | 1034 nghttp2_pq_entry *ent; in session_sched_get_next_outbound_item()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_pq.h | 40 } 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 D | nghttp2_pq.c | 46 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 D | nghttp2_stream.h | 151 nghttp2_pq_entry pq_entry;
|
H A D | nghttp2_stream.c | 940 nghttp2_pq_entry *ent; in nghttp2_stream_next_outbound_item()
|
H A D | nghttp2_session.c | 1029 nghttp2_pq_entry *ent; in session_sched_get_next_outbound_item()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_pq_test.c | 34 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