Home
last modified time | relevance | path

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

/dports/www/libnghttp3/nghttp3-b9e565c/tests/
H A Dnghttp3_tnode_test.c56 nghttp3_tnode_init(&node, &nid, 0, (1 << 7) | NGHTTP3_DEFAULT_URGENCY); in test_nghttp3_tnode_schedule()
66 nghttp3_tnode_init(&node2, &nid2, 1, (1 << 7) | NGHTTP3_DEFAULT_URGENCY); in test_nghttp3_tnode_schedule()
89 nghttp3_tnode_init(&node, &nid, 0, NGHTTP3_DEFAULT_URGENCY); in test_nghttp3_tnode_schedule()
99 nghttp3_tnode_init(&node2, &nid2, 1, NGHTTP3_DEFAULT_URGENCY); in test_nghttp3_tnode_schedule()
/dports/www/libnghttp3/nghttp3-b9e565c/lib/includes/nghttp3/
H A Dnghttp3.h2344 #define NGHTTP3_DEFAULT_URGENCY 3 macro
/dports/www/libnghttp3/nghttp3-b9e565c/lib/
H A Dnghttp3_stream.c60 NGHTTP3_DEFAULT_URGENCY); in nghttp3_stream_new()
89 stream->rx.http.pri = NGHTTP3_DEFAULT_URGENCY; in nghttp3_stream_new()
H A Dnghttp3_conn.c924 rstate->fr.priority_update.pri.urgency = NGHTTP3_DEFAULT_URGENCY; in nghttp3_conn_read_control()
982 rstate->fr.priority_update.pri.urgency = NGHTTP3_DEFAULT_URGENCY; in nghttp3_conn_read_control()