Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_filter_module.c196 status = ngx_http_v2_indexed(NGX_HTTP_V2_STATUS_200_INDEX); in ngx_http_v2_header_filter()
210 status = ngx_http_v2_indexed(NGX_HTTP_V2_STATUS_204_INDEX); in ngx_http_v2_header_filter()
214 status = ngx_http_v2_indexed(NGX_HTTP_V2_STATUS_206_INDEX); in ngx_http_v2_header_filter()
219 status = ngx_http_v2_indexed(NGX_HTTP_V2_STATUS_304_INDEX); in ngx_http_v2_header_filter()
229 status = ngx_http_v2_indexed(NGX_HTTP_V2_STATUS_400_INDEX); in ngx_http_v2_header_filter()
233 status = ngx_http_v2_indexed(NGX_HTTP_V2_STATUS_404_INDEX); in ngx_http_v2_header_filter()
237 status = ngx_http_v2_indexed(NGX_HTTP_V2_STATUS_500_INDEX); in ngx_http_v2_header_filter()
1020 *pos++ = ngx_http_v2_indexed(NGX_HTTP_V2_METHOD_GET_INDEX); in ngx_http_v2_push_resource()
1032 *pos++ = ngx_http_v2_indexed(NGX_HTTP_V2_SCHEME_HTTPS_INDEX); in ngx_http_v2_push_resource()
1037 *pos++ = ngx_http_v2_indexed(NGX_HTTP_V2_SCHEME_HTTP_INDEX); in ngx_http_v2_push_resource()
H A Dngx_http_v2.h370 #define ngx_http_v2_indexed(i) (128 + (i)) macro
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_grpc_module.c767 *b->last++ = ngx_http_v2_indexed(NGX_HTTP_V2_METHOD_GET_INDEX); in ngx_http_grpc_create_request()
773 *b->last++ = ngx_http_v2_indexed(NGX_HTTP_V2_METHOD_POST_INDEX); in ngx_http_grpc_create_request()
789 *b->last++ = ngx_http_v2_indexed(NGX_HTTP_V2_SCHEME_HTTPS_INDEX); in ngx_http_grpc_create_request()
796 *b->last++ = ngx_http_v2_indexed(NGX_HTTP_V2_SCHEME_HTTP_INDEX); in ngx_http_grpc_create_request()
805 *b->last++ = ngx_http_v2_indexed(NGX_HTTP_V2_PATH_ROOT_INDEX); in ngx_http_grpc_create_request()