Searched refs:copy_start (Results 1 – 3 of 3) sorted by relevance
464 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 …]
43 u_char *copy_start; member
60 u_char *copy_start; member359 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()