Home
last modified time | relevance | path

Searched refs:nghttp3_tnode_is_scheduled (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_tnode.h81 int nghttp3_tnode_is_scheduled(nghttp3_tnode *tnode);
Dnghttp3_tnode.c108 int nghttp3_tnode_is_scheduled(nghttp3_tnode *tnode) { in nghttp3_tnode_is_scheduled() function
Dnghttp3_conn.c2120 if (nghttp3_tnode_is_scheduled(stream_get_sched_node(stream))) { in nghttp3_conn_ensure_stream_scheduled()