Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssi_filter_module.c464 ctx->copy_start = ctx->pos; in ngx_http_ssi_body_filter()
485 if (ctx->copy_start != ctx->copy_end) { in ngx_http_ssi_body_filter()
545 b->pos = ctx->copy_start; in ngx_http_ssi_body_filter()
614 ctx->copy_start = ctx->pos; in ngx_http_ssi_body_filter()
618 ctx->copy_start = NULL; in ngx_http_ssi_body_filter()
1031 if (ctx->copy_start == NULL) { in ngx_http_ssi_parse()
1032 ctx->copy_start = ctx->buf->pos; in ngx_http_ssi_parse()
1478 ctx->copy_start = ctx->buf->pos; in ngx_http_ssi_parse()
1527 ctx->copy_start = ctx->buf->pos; in ngx_http_ssi_parse()
1547 if (ctx->copy_start == NULL && ctx->copy_end) { in ngx_http_ssi_parse()
[all …]
H A Dngx_http_ssi_filter_module.h43 u_char *copy_start; member
H A Dngx_http_sub_filter_module.c60 u_char *copy_start; member
359 rc, &ctx->looked, ctx->copy_start, ctx->copy_end); in ngx_http_sub_body_filter()
394 if (ctx->copy_start != ctx->copy_end) { in ngx_http_sub_body_filter()
405 b->pos = ctx->copy_start; in ngx_http_sub_body_filter()
721 ctx->copy_start = ctx->pos; in ngx_http_sub_parse()