Searched defs:vary_this (Results 1 - 3 of 3) sorted by relevance

/httpd/include/
H A Dap_expr.h128 const char **vary_this; member in struct:__anon2
144 * response header if ctx->vary_this is set.
/httpd/server/
H A Dutil_expr_eval.c903 if (ctx->vary_this && *ctx->vary_this)
904 apr_table_merge(ctx->r->headers_out, "Vary", *ctx->vary_this);
917 const char *tmp_source = NULL, *vary_this = NULL; local
931 ctx.vary_this = dont_vary ? NULL : &vary_this;
952 const char *tmp_source, *vary_this; local
965 vary_this = NULL;
978 ctx.vary_this = dont_vary ? NULL : &vary_this;
[all...]
/httpd/modules/mappers/
H A Dmod_rewrite.c393 const char *vary_this; member in struct:__anon242
1777 ctx->vary_this = ctx->vary_this
1778 ? apr_pstrcat(ctx->r->pool, ctx->vary_this, ", ",
4090 ctx->vary_this = NULL;
4115 * Reset vary_this if the novary flag is set for this condition.
4118 ctx->vary_this = NULL;
4123 ctx->vary_this = NULL;
4141 if (ctx->vary_this) {
4143 ? apr_pstrcat(r->pool, ctx->vary, ", ", ctx->vary_this,
[all...]

Completed in 23 milliseconds