Lines Matching refs:sconf
95 env_dir_config_rec *sconf = sconf_;
96 apr_table_t *vars = sconf->vars;
114 env_dir_config_rec *sconf = sconf_;
119 apr_table_setn(sconf->vars, name, value ? value : "");
127 env_dir_config_rec *sconf = sconf_;
133 apr_table_set(sconf->unsetenv, arg, NULL);
134 apr_table_unset(sconf->vars, arg);
152 env_dir_config_rec *sconf = ap_get_module_config(r->per_dir_config,
155 if (apr_is_empty_table(sconf->vars)) {
160 sconf->vars);