Searched refs:NGX_HTTP_V2_END_HEADERS_FLAG (Results 1 – 4 of 4) sorted by relevance
48 #define NGX_HTTP_V2_END_HEADERS_FLAG 0x04 macro
1211 if (!(h2c->state.flags & NGX_HTTP_V2_END_HEADERS_FLAG) in ngx_http_v2_state_header_block()1307 if (!(h2c->state.flags & NGX_HTTP_V2_END_HEADERS_FLAG) in ngx_http_v2_state_field_len()1428 if (h2c->state.flags & NGX_HTTP_V2_END_HEADERS_FLAG) { in ngx_http_v2_state_field_huff()1473 if (h2c->state.flags & NGX_HTTP_V2_END_HEADERS_FLAG) { in ngx_http_v2_state_field_raw()1515 if (h2c->state.flags & NGX_HTTP_V2_END_HEADERS_FLAG) { in ngx_http_v2_state_field_skip()1705 if (!(h2c->state.flags & NGX_HTTP_V2_END_HEADERS_FLAG)) { in ngx_http_v2_state_header_complete()
1112 flags |= NGX_HTTP_V2_END_HEADERS_FLAG; in ngx_http_v2_create_headers_frame()1218 flags |= NGX_HTTP_V2_END_HEADERS_FLAG; in ngx_http_v2_create_push_frame()
1010 f->flags |= NGX_HTTP_V2_END_HEADERS_FLAG; in ngx_http_grpc_create_request()2606 if (ctx->flags & NGX_HTTP_V2_END_HEADERS_FLAG) { in ngx_http_grpc_parse_header()