Searched refs:NGX_HTTP_V2_PUSH_PROMISE_FRAME (Results 1 – 3 of 3) sorted by relevance
38 #define NGX_HTTP_V2_PUSH_PROMISE_FRAME 0x5 macro
1211 type = NGX_HTTP_V2_PUSH_PROMISE_FRAME; in ngx_http_v2_create_push_frame()1223 + ((type == NGX_HTTP_V2_PUSH_PROMISE_FRAME) in ngx_http_v2_create_push_frame()1235 if (type == NGX_HTTP_V2_PUSH_PROMISE_FRAME) { in ngx_http_v2_create_push_frame()
1662 if (ctx->type == NGX_HTTP_V2_PUSH_PROMISE_FRAME) { in ngx_http_grpc_process_header()2114 if (ctx->type == NGX_HTTP_V2_PUSH_PROMISE_FRAME) { in ngx_http_grpc_filter()