Home
last modified time | relevance | path

Searched refs:nghttp2_pq_top (Results 1 - 9 of 9) sorted by relevance

/third_party/nghttp2/tests/
H A Dnghttp2_pq_test.c67 top = (string_entry *)nghttp2_pq_top(&pq); in test_nghttp2_pq()
70 top = (string_entry *)nghttp2_pq_top(&pq); in test_nghttp2_pq()
73 top = (string_entry *)nghttp2_pq_top(&pq); in test_nghttp2_pq()
78 top = (string_entry *)nghttp2_pq_top(&pq); in test_nghttp2_pq()
85 top = (string_entry *)nghttp2_pq_top(&pq); in test_nghttp2_pq()
90 top = (string_entry *)nghttp2_pq_top(&pq); in test_nghttp2_pq()
95 top = (string_entry *)nghttp2_pq_top(&pq); in test_nghttp2_pq()
102 CU_ASSERT(NULL == nghttp2_pq_top(&pq)); in test_nghttp2_pq()
110 top = (string_entry *)nghttp2_pq_top(&pq); in test_nghttp2_pq()
162 nd = (node *)nghttp2_pq_top( in test_nghttp2_pq_update()
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_pq.h82 nghttp2_pq_entry *nghttp2_pq_top(nghttp2_pq *pq);
H A Dnghttp2_pq.c89 nghttp2_pq_entry *nghttp2_pq_top(nghttp2_pq *pq) { in nghttp2_pq_top() function
H A Dnghttp2_stream.c952 ent = nghttp2_pq_top(&stream->obq); in nghttp2_stream_next_outbound_item()
H A Dnghttp2_session.c920 stream = nghttp2_struct_of(nghttp2_pq_top(pq), nghttp2_stream, pq_entry); in pq_get_first_cycle()
1038 ent = nghttp2_pq_top(&session->sched[i].ob_data); in session_sched_get_next_outbound_item()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_pq.h82 nghttp2_pq_entry *nghttp2_pq_top(nghttp2_pq *pq);
H A Dnghttp2_pq.c89 nghttp2_pq_entry *nghttp2_pq_top(nghttp2_pq *pq) { in nghttp2_pq_top() function
H A Dnghttp2_stream.c952 ent = nghttp2_pq_top(&stream->obq); in nghttp2_stream_next_outbound_item()
H A Dnghttp2_session.c915 stream = nghttp2_struct_of(nghttp2_pq_top(pq), nghttp2_stream, pq_entry); in pq_get_first_cycle()
1033 ent = nghttp2_pq_top(&session->sched[i].ob_data); in session_sched_get_next_outbound_item()

Completed in 21 milliseconds