Searched refs:nghttp2_pq_top (Results 1 – 8 of 8) sorted by relevance
65 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 …]
88 nghttp2_pq_entry *nghttp2_pq_top(nghttp2_pq *pq);
90 nghttp2_pq_entry *nghttp2_pq_top(nghttp2_pq *pq) { in nghttp2_pq_top() function
937 ent = nghttp2_pq_top(&stream->obq); in nghttp2_stream_next_outbound_item()
207 nghttp2_pq_top;