Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h50 #define NGX_HTTP_V2_PRIORITY_FLAG 0x20 macro
H A Dngx_http_v2.c1020 priority = h2c->state.flags & NGX_HTTP_V2_PRIORITY_FLAG; in ngx_http_v2_state_headers()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_grpc_module.c2440 + (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()