Lines Matching refs:sconf
119 a_server_config *sconf = apr_palloc(p, sizeof(*sconf));
121 sconf->fileht = apr_hash_make(p);
122 return sconf;
127 a_server_config *sconf;
201 sconf = ap_get_module_config(cmd->server->module_config, &file_cache_module);
202 apr_hash_set(sconf->fileht, new_file->filename, strlen(new_file->filename), new_file);
241 a_server_config *sconf;
245 sconf = ap_get_module_config(r->server->module_config, &file_cache_module);
248 if (!apr_hash_count(sconf->fileht)) {
258 match = (a_file *) apr_hash_get(sconf->fileht, r->filename, APR_HASH_KEY_STRING);