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

/httpd/modules/metadata/
H A Dmod_headers.c532 "envclause should be in the form env=envar ";
709 const char *envar = hdr->condition_var; local
712 if (!early && (envar == condition_early)) {
716 else if (early && (envar != condition_early)) {
732 /* Have any conditional envar-controlled Header processing to do? */
733 else if (envar && !early) {
734 if (*envar != '!') {
735 if (apr_table_get(r->subprocess_env, envar) == NULL)
739 if (apr_table_get(r->subprocess_env, &envar[1]) != NULL)
/httpd/modules/loggers/
H A Dmod_log_config.c1134 char *envar; local
1146 envar = cls->condition_var;
1147 if (*envar != '!') {
1148 if (apr_table_get(r->subprocess_env, envar) == NULL) {
1153 if (apr_table_get(r->subprocess_env, &envar[1]) != NULL) {

Completed in 19 milliseconds