Searched refs:val_text (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/filters/
H A Dmod_include.c2709 const char *key_text, *val_text; local
2715 val_text = elts[i].val;
2716 if (val_text == LAZY_VALUE)
2717 val_text = add_include_vars_lazy(r, elts[i].key, ctx->time_str);
2718 val_text = ap_escape_html(ctx->dpool, val_text);
2720 apr_brigade_putstrs(bb, NULL, NULL, key_text, "=", val_text, "\n",

Completed in 20 milliseconds