saved 72 http/modules/ngx_http_charset_filter_module.c u_char saved[NGX_UTF_LEN]; saved 684 http/modules/ngx_http_charset_filter_module.c u_char c, *p, *src, *dst, *saved, **table; saved 723 http/modules/ngx_http_charset_filter_module.c saved = src; saved 724 http/modules/ngx_http_charset_filter_module.c n = ngx_utf8_decode(&saved, size); saved 729 http/modules/ngx_http_charset_filter_module.c ngx_memcpy(ctx->saved, src, size); saved 784 http/modules/ngx_http_charset_filter_module.c ctx->saved[i] = *p++; saved 791 http/modules/ngx_http_charset_filter_module.c saved = ctx->saved; saved 792 http/modules/ngx_http_charset_filter_module.c n = ngx_utf8_decode(&saved, i); saved 821 http/modules/ngx_http_charset_filter_module.c ngx_memcpy(&ctx->saved[ctx->saved_len], src, i); saved 853 http/modules/ngx_http_charset_filter_module.c saved = &ctx->saved[NGX_UTF_LEN]; saved 865 http/modules/ngx_http_charset_filter_module.c src += (saved - ctx->saved) - ctx->saved_len; saved 923 http/modules/ngx_http_charset_filter_module.c ngx_memcpy(ctx->saved, src, len); saved 452 http/modules/ngx_http_ssi_filter_module.c "saved: %d state: %d", ctx->saved, ctx->state); saved 469 http/modules/ngx_http_ssi_filter_module.c "saved: %d", ctx->saved); saved 471 http/modules/ngx_http_ssi_filter_module.c if (ctx->saved) { saved 495 http/modules/ngx_http_ssi_filter_module.c b->last = ngx_http_ssi_string + ctx->saved; saved 500 http/modules/ngx_http_ssi_filter_module.c ctx->saved = 0; saved 548 http/modules/ngx_http_ssi_filter_module.c && ctx->saved + (ctx->copy_end - ctx->copy_start)) saved 551 http/modules/ngx_http_ssi_filter_module.c ctx->saved + (ctx->copy_end - ctx->copy_start)); saved 557 http/modules/ngx_http_ssi_filter_module.c if (ctx->saved) { saved 559 http/modules/ngx_http_ssi_filter_module.c ctx->saved); saved 588 http/modules/ngx_http_ssi_filter_module.c ctx->saved = 0; saved 882 http/modules/ngx_http_ssi_filter_module.c ctx->saved = ctx->looked; saved 1094 http/modules/ngx_http_ssi_filter_module.c ctx->saved = 0; saved 59 http/modules/ngx_http_ssi_filter_module.h size_t saved; saved 32 http/modules/ngx_http_sub_filter_module.c ngx_str_t saved; saved 150 http/modules/ngx_http_sub_filter_module.c ctx->saved.data = ngx_pnalloc(r->pool, slcf->match.len); saved 151 http/modules/ngx_http_sub_filter_module.c if (ctx->saved.data == NULL) { saved 239 http/modules/ngx_http_sub_filter_module.c "saved: \"%V\" state: %d", &ctx->saved, ctx->state); saved 254 http/modules/ngx_http_sub_filter_module.c "saved: \"%V\"", &ctx->saved); saved 256 http/modules/ngx_http_sub_filter_module.c if (ctx->saved.len) { saved 278 http/modules/ngx_http_sub_filter_module.c b->pos = ngx_pnalloc(r->pool, ctx->saved.len); saved 283 http/modules/ngx_http_sub_filter_module.c ngx_memcpy(b->pos, ctx->saved.data, ctx->saved.len); saved 284 http/modules/ngx_http_sub_filter_module.c b->last = b->pos + ctx->saved.len; saved 290 http/modules/ngx_http_sub_filter_module.c ctx->saved.len = 0; saved 423 http/modules/ngx_http_sub_filter_module.c ctx->saved.len = ctx->looked.len; saved 424 http/modules/ngx_http_sub_filter_module.c ngx_memcpy(ctx->saved.data, ctx->looked.data, ctx->looked.len); saved 580 http/modules/ngx_http_sub_filter_module.c ctx->saved.len = 0; saved 567 http/ngx_http.c ngx_http_conf_ctx_t *ctx, saved; saved 573 http/ngx_http.c saved = *ctx; saved 583 http/ngx_http.c rv = module->merge_srv_conf(cf, saved.srv_conf[ctx_index], saved 596 http/ngx_http.c rv = module->merge_loc_conf(cf, saved.loc_conf[ctx_index], saved 617 http/ngx_http.c *ctx = saved; saved 629 http/ngx_http.c ngx_http_conf_ctx_t *ctx, saved; saved 638 http/ngx_http.c saved = *ctx; saved 662 http/ngx_http.c *ctx = saved;