Searched refs:NGX_HTTP_V2_PRIORITY_FLAG (Results 1 – 3 of 3) sorted by relevance
50 #define NGX_HTTP_V2_PRIORITY_FLAG 0x20 macro
1020 priority = h2c->state.flags & NGX_HTTP_V2_PRIORITY_FLAG; in ngx_http_v2_state_headers()
2440 + (ctx->flags & NGX_HTTP_V2_PRIORITY_FLAG ? 5 : 0); in ngx_http_grpc_parse_header()2457 } else if (ctx->flags & NGX_HTTP_V2_PRIORITY_FLAG) { in ngx_http_grpc_parse_header()2511 if (ctx->flags & NGX_HTTP_V2_PRIORITY_FLAG) { in ngx_http_grpc_parse_header()