Home
last modified time | relevance | path

Searched refs:nghttp2_pq_update (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/nghttp2/lib/
Dnghttp2_pq.h114 void nghttp2_pq_update(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg);
Dnghttp2_pq.c156 void nghttp2_pq_update(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg) { in nghttp2_pq_update() function
/third_party/nghttp2/lib/
Dnghttp2_pq.h114 void nghttp2_pq_update(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg);
Dnghttp2_pq.c156 void nghttp2_pq_update(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg) { in nghttp2_pq_update() function
Dlibnghttp2_shared.map208 nghttp2_pq_update;
/third_party/nghttp2/tests/
Dnghttp2_pq_test.c157 nghttp2_pq_update(&pq, node_update, NULL); in test_nghttp2_pq_update()