Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_stream.c66 NGHTTP3_DEFAULT_URGENCY); in nghttp3_stream_new()
80 stream->rx.http.pri = NGHTTP3_DEFAULT_URGENCY; in nghttp3_stream_new()
Dnghttp3_conn.c931 rstate->fr.priority_update.pri.urgency = NGHTTP3_DEFAULT_URGENCY; in nghttp3_conn_read_control()
985 rstate->fr.priority_update.pri.urgency = NGHTTP3_DEFAULT_URGENCY; in nghttp3_conn_read_control()
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
Dnghttp3.h2397 #define NGHTTP3_DEFAULT_URGENCY 3 macro