Home
last modified time | relevance | path

Searched refs:ngx_http_v2_inc_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.c461 *pos++ = ngx_http_v2_inc_indexed(NGX_HTTP_V2_STATUS_INDEX); in ngx_http_v2_header_filter()
483 *pos++ = ngx_http_v2_inc_indexed(NGX_HTTP_V2_SERVER_INDEX); in ngx_http_v2_header_filter()
514 *pos++ = ngx_http_v2_inc_indexed(NGX_HTTP_V2_DATE_INDEX); in ngx_http_v2_header_filter()
520 *pos++ = ngx_http_v2_inc_indexed(NGX_HTTP_V2_CONTENT_TYPE_INDEX); in ngx_http_v2_header_filter()
562 *pos++ = ngx_http_v2_inc_indexed(NGX_HTTP_V2_CONTENT_LENGTH_INDEX); in ngx_http_v2_header_filter()
572 *pos++ = ngx_http_v2_inc_indexed(NGX_HTTP_V2_LAST_MODIFIED_INDEX); in ngx_http_v2_header_filter()
593 *pos++ = ngx_http_v2_inc_indexed(NGX_HTTP_V2_LOCATION_INDEX); in ngx_http_v2_header_filter()
603 *pos++ = ngx_http_v2_inc_indexed(NGX_HTTP_V2_VARY_INDEX); in ngx_http_v2_header_filter()
987 *pos++ = ngx_http_v2_inc_indexed(ph[i].index); in ngx_http_v2_push_resource()
1025 *pos++ = ngx_http_v2_inc_indexed(NGX_HTTP_V2_PATH_INDEX); in ngx_http_v2_push_resource()
[all …]
H A Dngx_http_v2.h371 #define ngx_http_v2_inc_indexed(i) (64 + (i)) macro
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_grpc_module.c779 *b->last++ = ngx_http_v2_inc_indexed(NGX_HTTP_V2_METHOD_INDEX); in ngx_http_grpc_create_request()
808 *b->last++ = ngx_http_v2_inc_indexed(NGX_HTTP_V2_PATH_INDEX); in ngx_http_grpc_create_request()
832 *b->last++ = ngx_http_v2_inc_indexed(NGX_HTTP_V2_PATH_INDEX); in ngx_http_grpc_create_request()
839 *b->last++ = ngx_http_v2_inc_indexed(NGX_HTTP_V2_PATH_INDEX); in ngx_http_grpc_create_request()
848 *b->last++ = ngx_http_v2_inc_indexed(NGX_HTTP_V2_AUTHORITY_INDEX); in ngx_http_grpc_create_request()