Searched refs:nghttp2_pq_item_cb (Results 1 - 4 of 4) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_pq.h | 100 typedef int (*nghttp2_pq_item_cb)(nghttp2_pq_entry *item, void *arg); typedef 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);
|
H A D | nghttp2_pq.c | 155 void nghttp2_pq_update(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg) { in nghttp2_pq_update() 171 int nghttp2_pq_each(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg) { in nghttp2_pq_each()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_pq.h | 100 typedef int (*nghttp2_pq_item_cb)(nghttp2_pq_entry *item, void *arg); typedef 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);
|
H A D | nghttp2_pq.c | 155 void nghttp2_pq_update(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg) { in nghttp2_pq_update() 171 int nghttp2_pq_each(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg) { in nghttp2_pq_each()
|
Completed in 2 milliseconds