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

/macosx-10.10/apache-793/httpd/modules/metadata/
H A Dmod_env.c95 env_dir_config_rec *sconf = sconf_; local
96 apr_table_t *vars = sconf->vars;
114 env_dir_config_rec *sconf = sconf_; local
119 apr_table_setn(sconf->vars, name, value ? value : "");
127 env_dir_config_rec *sconf = sconf_; local
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, local
155 if (apr_is_empty_table(sconf->vars)) {
160 sconf
[all...]
H A Dmod_setenvif.c287 sei_cfg_rec *sconf; local
298 sconf = (cmd->path != NULL)
302 entries = (sei_entry *) sconf->conditionals->elts;
315 for (i = 0; i < sconf->conditionals->nelts; ++i) {
326 i = sconf->conditionals->nelts - 1;
334 new = apr_array_push(sconf->conditionals);
422 sei_cfg_rec *sconf; local
431 sconf = (cmd->path != NULL)
442 new = apr_array_push(sconf->conditionals);
493 sei_cfg_rec *sconf; local
[all...]
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy_express.c34 express_server_conf *sconf; local
35 sconf = ap_get_module_config(cmd->server->module_config, &proxy_express_module);
37 if ((sconf->dbmfile = ap_server_root_relative(cmd->pool, arg)) == NULL) {
48 express_server_conf *sconf; local
49 sconf = ap_get_module_config(cmd->server->module_config, &proxy_express_module);
51 sconf->dbmtype = apr_pstrdup(cmd->pool, arg);
59 express_server_conf *sconf; local
60 sconf = ap_get_module_config(cmd->server->module_config, &proxy_express_module);
62 sconf->enabled = flag;
116 express_server_conf *sconf; local
[all...]
H A Dmod_proxy.c497 void *sconf = r->server->module_config; local
499 (proxy_server_conf *) ap_get_module_config(sconf, &proxy_module);
735 proxy_server_conf *sconf = ap_get_module_config(r->server->module_config, local
738 ap_conf_vector_t **sec_proxy = (ap_conf_vector_t **) sconf->sec_proxy->elts;
741 int num_sec = sconf->sec_proxy->nelts;
915 void *sconf = r->server->module_config; local
917 ap_get_module_config(sconf, &proxy_module);
981 ap_get_core_module_config(sconf);
2207 proxy_server_conf *sconf = ap_get_module_config(s->module_config, local
2209 void **new_space = (void **)apr_array_push(sconf
2229 proxy_server_conf *sconf = local
2497 void *sconf = r->server->module_config; local
2593 void *sconf = s->module_config; local
[all...]
H A Dmod_proxy_balancer.c701 void *sconf = s->module_config; local
702 proxy_server_conf *conf = (proxy_server_conf *) ap_get_module_config(sconf, &proxy_module);
762 void *sconf = s->module_config; local
763 conf = (proxy_server_conf *)ap_get_module_config(sconf, &proxy_module);
985 void *sconf; local
1009 sconf = r->server->module_config;
1010 conf = (proxy_server_conf *) ap_get_module_config(sconf, &proxy_module);
1664 void *sconf = s->module_config; local
1665 proxy_server_conf *conf = (proxy_server_conf *)ap_get_module_config(sconf, &proxy_module);
H A Dmod_proxy_balancer.c.orig701 void *sconf = s->module_config;
702 proxy_server_conf *conf = (proxy_server_conf *) ap_get_module_config(sconf, &proxy_module);
762 void *sconf = s->module_config;
763 conf = (proxy_server_conf *)ap_get_module_config(sconf, &proxy_module);
982 void *sconf;
1006 sconf = r->server->module_config;
1007 conf = (proxy_server_conf *) ap_get_module_config(sconf, &proxy_module);
1661 void *sconf = s->module_config;
1662 proxy_server_conf *conf = (proxy_server_conf *)ap_get_module_config(sconf, &proxy_module);
H A Dmod_proxy.h456 proxy_server_conf *sconf; member in struct:proxy_balancer
H A Dproxy_util.c871 proxy_server_conf *sconf = (proxy_server_conf *) local
883 (balancer = ap_proxy_get_balancer(r->pool, sconf, real, 1))) {
1209 (*balancer)->sconf = conf;
2531 void *sconf = s->module_config; local
2533 (proxy_server_conf *) ap_get_module_config(sconf, &proxy_module);
H A Dmod_proxy_http.c1088 void *sconf = r->server->module_config; local
1093 psc = (proxy_server_conf *) ap_get_module_config(sconf, &proxy_module);
/macosx-10.10/apache-793/httpd/modules/core/
H A Dmod_so.c189 so_server_conf *sconf; local
206 sconf = (so_server_conf *)ap_get_module_config(cmd->server->module_config,
208 modie = (ap_module_symbol_t *)sconf->loaded_modules->elts;
209 for (i = 0; i < sconf->loaded_modules->nelts; i++) {
257 modi = apr_array_push(sconf->loaded_modules);
344 so_server_conf *sconf; local
349 sconf = (so_server_conf *)ap_get_module_config(s->module_config,
351 modie = (ap_module_symbol_t *)sconf->loaded_modules->elts;
353 for (i = 0; i < sconf->loaded_modules->nelts; i++) {
366 so_server_conf *sconf; local
[all...]
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dmod_file_cache.c119 a_server_config *sconf = apr_palloc(p, sizeof(*sconf)); local
121 sconf->fileht = apr_hash_make(p);
122 return sconf;
127 a_server_config *sconf; local
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; local
245 sconf = ap_get_module_config(r->server->module_config, &file_cache_module);
248 if (!apr_hash_count(sconf
[all...]
/macosx-10.10/apache-793/httpd/server/
H A Dlog.c1113 core_server_config *sconf = NULL; local
1170 sconf = ap_get_core_module_config(s->module_config);
1173 if (sconf->error_log_conn && sconf->error_log_conn->nelts > 0)
1184 if (sconf->error_log_req && sconf->error_log_req->nelts > 0)
1213 lines = (apr_array_header_t **)sconf->error_log_conn->elts;
1222 if (line_number == sconf->error_log_conn->nelts) {
1231 lines = (apr_array_header_t **)sconf->error_log_req->elts;
1240 if (line_number == sconf
[all...]
H A Drequest.c558 core_server_config *sconf = local
560 ap_conf_vector_t **sec_ent = (ap_conf_vector_t **) sconf->sec_dir->elts;
561 int num_sec = sconf->sec_dir->nelts;
979 sconf->access_name);
1347 core_server_config *sconf = local
1349 ap_conf_vector_t **sec_ent = (ap_conf_vector_t **)sconf->sec_url->elts;
1350 int num_sec = sconf->sec_url->nelts;
H A Dcore.c532 core_server_config *sconf = ap_get_core_module_config(s->module_config); local
533 void **new_space = (void **)apr_array_push(sconf->sec_dir);
540 core_server_config *sconf = ap_get_core_module_config(s->module_config); local
541 void **new_space = (void **)apr_array_push(sconf->sec_url);
636 core_server_config *sconf; local
644 sconf = ap_get_core_module_config(s->module_config);
645 sec_dir = sconf->sec_dir;
744 core_server_config *sconf; local
748 sconf = ap_get_core_module_config(r->server->module_config);
749 return sconf
1163 void *sconf = cmd->server->module_config; local
1365 void *sconf = cmd->server->module_config; local
1401 void *sconf = cmd->server->module_config; local
4822 core_server_config *sconf = ap_get_core_module_config(s->module_config); local
[all...]
/macosx-10.10/apache_mod_hfs_apple-14/
H A Dmod_hfs_apple2.c155 core_server_config *sconf = (core_server_config*) local
157 void **sec = (void**) sconf->sec_dir->elts;
158 int i,num_sec = sconf->sec_dir->nelts;
/macosx-10.10/apache-793/httpd/modules/mappers/
H A Dmod_rewrite.c2892 rewrite_server_conf *sconf; local
2894 sconf = ap_get_module_config(cmd->server->module_config, &rewrite_module);
2898 sconf->state = (flag ? ENGINE_ENABLED : ENGINE_DISABLED);
2899 sconf->state_set = 1;
2900 dconf->state = sconf->state;
2960 rewrite_server_conf *sconf = local
2964 sconf->options |= options;
2965 sconf->options_set = 1;
2983 rewrite_server_conf *sconf; local
2988 sconf
3232 rewrite_server_conf *sconf; local
3651 rewrite_server_conf *sconf; local
[all...]
H A Dmod_alias.c440 ap_conf_vector_t *sconf = r->server->module_config; local
441 alias_server_conf *serverconf = ap_get_module_config(sconf, &alias_module);
/macosx-10.10/apache-793/httpd/modules/arch/netware/
H A Dmod_nw_ssl.c248 char* key, int mutual, server_rec *sconf)
274 ap_log_error(APLOG_MARK, APLOG_CRIT, WSAGetLastError(), sconf,
286 ap_log_error(APLOG_MARK, APLOG_CRIT, WSAGetLastError(), sconf,
302 ap_log_error(APLOG_MARK, APLOG_CRIT, WSAGetLastError(), sconf,
314 ap_log_error(APLOG_MARK, APLOG_CRIT, WSAGetLastError(), sconf,
246 make_secure_socket(apr_pool_t *pconf, const struct sockaddr_in *server, char* key, int mutual, server_rec *sconf) argument
/macosx-10.10/apache-793/httpd/server/mpm/prefork/
H A Dprefork.c159 core_server_config *sconf = local
161 char *dir = sconf->gprof_dir;
167 int len = strlen(sconf->gprof_dir) - 1;
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_include.c3820 include_server_config *sconf= ap_get_module_config(r->server->module_config, local
3862 intern->start_seq = sconf->default_start_tag;
3865 intern->end_seq = sconf->default_end_tag;

Completed in 203 milliseconds