Home
last modified time | relevance | path

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

/third_party/nghttp2/tests/
H A Dnghttp2_pq_test.c64 CU_ASSERT(0 == nghttp2_pq_push(&pq, &string_entry_new("foo")->ent)); in test_nghttp2_pq()
69 CU_ASSERT(0 == nghttp2_pq_push(&pq, &string_entry_new("bar")->ent)); in test_nghttp2_pq()
72 CU_ASSERT(0 == nghttp2_pq_push(&pq, &string_entry_new("baz")->ent)); in test_nghttp2_pq()
75 CU_ASSERT(0 == nghttp2_pq_push(&pq, &string_entry_new("C")->ent)); in test_nghttp2_pq()
106 CU_ASSERT(0 == nghttp2_pq_push(&pq, &string_entry_new("foo")->ent)); in test_nghttp2_pq()
156 nghttp2_pq_push(&pq, &nodes[i].ent); in test_nghttp2_pq_update()
175 nghttp2_pq_push(pq, &dest[i].ent); in push_nodes()
/third_party/nghttp2/lib/
H A Dnghttp2_pq.h76 int nghttp2_pq_push(nghttp2_pq *pq, nghttp2_pq_entry *item);
H A Dnghttp2_pq.c67 int nghttp2_pq_push(nghttp2_pq *pq, nghttp2_pq_entry *item) { in nghttp2_pq_push() function
H A Dnghttp2_stream.c161 rv = nghttp2_pq_push(&dep_stream->obq, &stream->pq_entry); in stream_obq_push()
239 nghttp2_pq_push(&dep_stream->obq, &stream->pq_entry); in nghttp2_stream_reschedule()
298 nghttp2_pq_push(&dep_stream->obq, &stream->pq_entry); in nghttp2_stream_change_weight()
H A Dnghttp2_session.c946 rv = nghttp2_pq_push(pq, &stream->pq_entry); in session_ob_data_push()
1084 rv = nghttp2_pq_push(pq, &stream->pq_entry); in session_sched_reschedule_stream()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_pq.h76 int nghttp2_pq_push(nghttp2_pq *pq, nghttp2_pq_entry *item);
H A Dnghttp2_pq.c67 int nghttp2_pq_push(nghttp2_pq *pq, nghttp2_pq_entry *item) { in nghttp2_pq_push() function
H A Dnghttp2_stream.c161 rv = nghttp2_pq_push(&dep_stream->obq, &stream->pq_entry); in stream_obq_push()
239 nghttp2_pq_push(&dep_stream->obq, &stream->pq_entry); in nghttp2_stream_reschedule()
298 nghttp2_pq_push(&dep_stream->obq, &stream->pq_entry); in nghttp2_stream_change_weight()
H A Dnghttp2_session.c941 rv = nghttp2_pq_push(pq, &stream->pq_entry); in session_ob_data_push()
1079 rv = nghttp2_pq_push(pq, &stream->pq_entry); in session_sched_reschedule_stream()

Completed in 35 milliseconds