Searched refs:NGX_HTTP_V2_CONTINUATION_FRAME (Results 1 – 4 of 4) sorted by relevance
42 #define NGX_HTTP_V2_CONTINUATION_FRAME 0x9 macro
1165 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()
1759 if (ngx_http_v2_parse_type(head) != NGX_HTTP_V2_CONTINUATION_FRAME) { in ngx_http_v2_handle_continuation()
1002 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()