Searched refs:nghttp2_pq_item_cb (Results 1 – 2 of 2) sorted by relevance
106 typedef int (*nghttp2_pq_item_cb)(nghttp2_pq_entry *item, void *arg); typedef114 void nghttp2_pq_update(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg);123 int nghttp2_pq_each(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg);
171 void nghttp2_pq_update(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg) in nghttp2_pq_update()188 int nghttp2_pq_each(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg) in nghttp2_pq_each()
Completed in 3 milliseconds