Searched refs:nghttp2_pq_update (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_pq.h | 114 void nghttp2_pq_update(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg);
|
D | nghttp2_pq.c | 156 void nghttp2_pq_update(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg) { in nghttp2_pq_update() function
|
/third_party/nghttp2/lib/ |
D | nghttp2_pq.h | 114 void nghttp2_pq_update(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg);
|
D | nghttp2_pq.c | 156 void nghttp2_pq_update(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg) { in nghttp2_pq_update() function
|
D | libnghttp2_shared.map | 208 nghttp2_pq_update;
|
/third_party/nghttp2/tests/ |
D | nghttp2_pq_test.c | 157 nghttp2_pq_update(&pq, node_update, NULL); in test_nghttp2_pq_update()
|