Home
last modified time | relevance | path

Searched refs:nghttp2_pq_init (Results 1 – 8 of 8) sorted by relevance

/third_party/nghttp2/tests/
Dnghttp2_pq_test.c59 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/
Dnghttp2_pq.h65 int nghttp2_pq_init(nghttp2_pq *pq, nghttp2_less less, nghttp2_mem *mem);
Dnghttp2_pq.c32 int nghttp2_pq_init(nghttp2_pq *pq, nghttp2_less less, nghttp2_mem *mem) { in nghttp2_pq_init() function
Dnghttp2_stream.c66 nghttp2_pq_init(&stream->obq, stream_less, mem); in nghttp2_stream_init()
/third_party/nghttp2/lib/
Dnghttp2_pq.h65 int nghttp2_pq_init(nghttp2_pq *pq, nghttp2_less less, nghttp2_mem *mem);
Dnghttp2_pq.c32 int nghttp2_pq_init(nghttp2_pq *pq, nghttp2_less less, nghttp2_mem *mem) { in nghttp2_pq_init() function
Dlibnghttp2_shared.map202 nghttp2_pq_init;
Dnghttp2_stream.c66 nghttp2_pq_init(&stream->obq, stream_less, mem); in nghttp2_stream_init()