Searched refs:nghttp2_pq_update (Results 1 - 5 of 5) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_pq.h | 108 void nghttp2_pq_update(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() function
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_pq.h | 108 void nghttp2_pq_update(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() function
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_pq_test.c | 159 nghttp2_pq_update(&pq, node_update, NULL); in test_nghttp2_pq_update()
|
Completed in 4 milliseconds