Home
last modified time | relevance | path

Searched refs:nghttp2_pq_item_cb (Results 1 - 4 of 4) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_pq.h100 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 Dnghttp2_pq.c155 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 Dnghttp2_pq.h100 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 Dnghttp2_pq.c155 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