Home
last modified time | relevance | path

Searched refs:nghttp3_ksl_it_begin (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_ksl.h248 * iterator which satisfies nghttp3_ksl_it_begin(it) != 0.
301 * undefined if this function is called when nghttp3_ksl_it_begin(it)
314 * nghttp3_ksl_it_begin returns nonzero if |it| points to the first
315 * node. |it| might satisfy both nghttp3_ksl_it_begin(&it) and
318 int nghttp3_ksl_it_begin(const nghttp3_ksl_it *it);
H A Dnghttp3_ksl.c802 assert(!nghttp3_ksl_it_begin(it)); in nghttp3_ksl_it_prev()
812 int nghttp3_ksl_it_begin(const nghttp3_ksl_it *it) { in nghttp3_ksl_it_begin() function

Completed in 3 milliseconds