Lines Matching defs:env
307 /* single linked list for env vars and cookies */
322 data_item *env; /* added environment variables */
2465 static void do_expand_env(data_item *env, rewrite_ctx *ctx)
2469 while (env) {
2470 name = do_expand(env->data, ctx, NULL);
2474 rewritelog((ctx->r, 5, NULL, "unsetting env variable '%s'", name));
2484 rewritelog((ctx->r, 5, NULL, "setting env variable '%s' to '%s'",
2488 env = env->next;
3513 if (!*key || !strcasecmp(key, "nv")) { /* env */
3514 data_item *cp = cfg->env;
3517 cp = cfg->env = apr_palloc(p, sizeof(*cp));
3740 newrule->env = NULL;
4158 do_expand_env(p->env, ctx);
4576 * add the SCRIPT_URL variable to the env. this is a bit complicated
4595 * create the SCRIPT_URI variable for the env