Lines Matching refs:pri
749 nghttp3_pri pri = *dest;
794 pri.inc = val.b;
803 pri.urgency = (uint32_t)val.i;
819 *dest = pri;
827 nghttp3_pri pri;
934 pri.urgency = nghttp3_pri_uint8_urgency(http->pri);
935 pri.inc = nghttp3_pri_uint8_inc(http->pri);
936 if (nghttp3_http_parse_priority(&pri, nv->value->base, nv->value->len) ==
938 http->pri = nghttp3_pri_to_uint8(&pri);