Searched refs:nghttp2_pq_init (Results 1 – 8 of 8) sorted by relevance
/third_party/nghttp2/tests/ |
D | nghttp2_pq_test.c | 59 nghttp2_pq_init(&pq, pq_less, nghttp2_mem_default()); in test_nghttp2_pq() 149 nghttp2_pq_init(&pq, node_less, nghttp2_mem_default()); in test_nghttp2_pq_update() 197 nghttp2_pq_init(&pq, node_less, nghttp2_mem_default()); in test_nghttp2_pq_remove() 207 nghttp2_pq_init(&pq, node_less, nghttp2_mem_default()); in test_nghttp2_pq_remove() 217 nghttp2_pq_init(&pq, node_less, nghttp2_mem_default()); in test_nghttp2_pq_remove()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_pq.h | 65 int nghttp2_pq_init(nghttp2_pq *pq, nghttp2_less less, nghttp2_mem *mem);
|
D | nghttp2_pq.c | 32 int nghttp2_pq_init(nghttp2_pq *pq, nghttp2_less less, nghttp2_mem *mem) { in nghttp2_pq_init() function
|
D | nghttp2_stream.c | 66 nghttp2_pq_init(&stream->obq, stream_less, mem); in nghttp2_stream_init()
|
/third_party/nghttp2/lib/ |
D | nghttp2_pq.h | 65 int nghttp2_pq_init(nghttp2_pq *pq, nghttp2_less less, nghttp2_mem *mem);
|
D | nghttp2_pq.c | 32 int nghttp2_pq_init(nghttp2_pq *pq, nghttp2_less less, nghttp2_mem *mem) { in nghttp2_pq_init() function
|
D | libnghttp2_shared.map | 202 nghttp2_pq_init;
|
D | nghttp2_stream.c | 66 nghttp2_pq_init(&stream->obq, stream_less, mem); in nghttp2_stream_init()
|