Searched refs:nghttp2_less (Results 1 - 6 of 6) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_pq.h | 53 nghttp2_less less; 59 void nghttp2_pq_init(nghttp2_pq *pq, nghttp2_less less, nghttp2_mem *mem);
|
H A D | nghttp2_int.h | 37 typedef int (*nghttp2_less)(const void *lhs, const void *rhs); typedef
|
H A D | nghttp2_pq.c | 32 void nghttp2_pq_init(nghttp2_pq *pq, nghttp2_less less, nghttp2_mem *mem) { in nghttp2_pq_init()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_pq.h | 53 nghttp2_less less; 59 void nghttp2_pq_init(nghttp2_pq *pq, nghttp2_less less, nghttp2_mem *mem);
|
H A D | nghttp2_int.h | 37 typedef int (*nghttp2_less)(const void *lhs, const void *rhs); typedef
|
H A D | nghttp2_pq.c | 32 void nghttp2_pq_init(nghttp2_pq *pq, nghttp2_less less, nghttp2_mem *mem) { in nghttp2_pq_init()
|
Completed in 3 milliseconds