Home
last modified time | relevance | path

Searched refs:NGX_HTTP_V2_CONTINUATION_FRAME (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h42 #define NGX_HTTP_V2_CONTINUATION_FRAME 0x9 macro
H A Dngx_http_v2_filter_module.c1165 type = NGX_HTTP_V2_CONTINUATION_FRAME; in ngx_http_v2_create_headers_frame()
1284 type = NGX_HTTP_V2_CONTINUATION_FRAME; in ngx_http_v2_create_push_frame()
H A Dngx_http_v2.c1759 if (ngx_http_v2_parse_type(head) != NGX_HTTP_V2_CONTINUATION_FRAME) { in ngx_http_v2_handle_continuation()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_grpc_module.c1002 f->type = NGX_HTTP_V2_CONTINUATION_FRAME; in ngx_http_grpc_create_request()
1533 || (ctx->type == NGX_HTTP_V2_CONTINUATION_FRAME in ngx_http_grpc_process_header()
1535 || (ctx->type != NGX_HTTP_V2_CONTINUATION_FRAME in ngx_http_grpc_process_header()
1669 && ctx->type != NGX_HTTP_V2_CONTINUATION_FRAME) in ngx_http_grpc_process_header()
1916 if ((ctx->type == NGX_HTTP_V2_CONTINUATION_FRAME in ngx_http_grpc_filter()
1918 || (ctx->type != NGX_HTTP_V2_CONTINUATION_FRAME in ngx_http_grpc_filter()
2121 || ctx->type == NGX_HTTP_V2_CONTINUATION_FRAME) in ngx_http_grpc_filter()
2464 } else if (ctx->type == NGX_HTTP_V2_CONTINUATION_FRAME) { in ngx_http_grpc_parse_header()