Home
last modified time | relevance | path

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

/third_party/nghttp2/tests/
Dnghttp2_pq_test.c65 top = (string_entry *)nghttp2_pq_top(&pq); in test_nghttp2_pq()
68 top = (string_entry *)nghttp2_pq_top(&pq); in test_nghttp2_pq()
71 top = (string_entry *)nghttp2_pq_top(&pq); in test_nghttp2_pq()
76 top = (string_entry *)nghttp2_pq_top(&pq); in test_nghttp2_pq()
83 top = (string_entry *)nghttp2_pq_top(&pq); in test_nghttp2_pq()
88 top = (string_entry *)nghttp2_pq_top(&pq); in test_nghttp2_pq()
93 top = (string_entry *)nghttp2_pq_top(&pq); in test_nghttp2_pq()
100 CU_ASSERT(NULL == nghttp2_pq_top(&pq)); in test_nghttp2_pq()
108 top = (string_entry *)nghttp2_pq_top(&pq); in test_nghttp2_pq()
160 nd = (node *)nghttp2_pq_top(&pq); in test_nghttp2_pq_update()
[all …]
/third_party/node/deps/nghttp2/lib/
Dnghttp2_pq.h88 nghttp2_pq_entry *nghttp2_pq_top(nghttp2_pq *pq);
Dnghttp2_pq.c90 nghttp2_pq_entry *nghttp2_pq_top(nghttp2_pq *pq) { in nghttp2_pq_top() function
Dnghttp2_stream.c937 ent = nghttp2_pq_top(&stream->obq); in nghttp2_stream_next_outbound_item()
/third_party/nghttp2/lib/
Dnghttp2_pq.h88 nghttp2_pq_entry *nghttp2_pq_top(nghttp2_pq *pq);
Dnghttp2_pq.c90 nghttp2_pq_entry *nghttp2_pq_top(nghttp2_pq *pq) { in nghttp2_pq_top() function
Dlibnghttp2_shared.map207 nghttp2_pq_top;
Dnghttp2_stream.c937 ent = nghttp2_pq_top(&stream->obq); in nghttp2_stream_next_outbound_item()