Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_sub_filter_module.c77 } ngx_http_sub_ctx_t; typedef
84 ngx_http_sub_ctx_t *ctx);
86 ngx_http_sub_ctx_t *ctx, ngx_uint_t flush);
87 static ngx_int_t ngx_http_sub_match(ngx_http_sub_ctx_t *ctx, ngx_int_t start,
175 ngx_http_sub_ctx_t *ctx; in ngx_http_sub_header_filter()
189 ctx = ngx_pcalloc(r->pool, sizeof(ngx_http_sub_ctx_t)); in ngx_http_sub_header_filter()
292 ngx_http_sub_ctx_t *ctx; in ngx_http_sub_body_filter()
538 ngx_http_sub_output(ngx_http_request_t *r, ngx_http_sub_ctx_t *ctx) in ngx_http_sub_output()
607 ngx_http_sub_parse(ngx_http_request_t *r, ngx_http_sub_ctx_t *ctx, in ngx_http_sub_parse()
744 ngx_http_sub_match(ngx_http_sub_ctx_t *ctx, ngx_int_t start, ngx_str_t *m) in ngx_http_sub_match()