Searched refs:conf (Results 201 - 225 of 1079) sorted by relevance

1234567891011>>

/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_authz_user.c36 authz_user_config_rec *conf = apr_palloc(p, sizeof(*conf)); local
38 return conf;
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/build_unix/
H A DMakefile3 BUILD= aix.html conf.html flags.html freebsd.html hpux.html install.html \
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D030LDLevel.t30 my $conf = <<EOT;
36 Log::Log4perl::init(\$conf);
H A D045Composite.t43 my $conf = qq(
57 Log::Log4perl->init(\$conf);
83 $conf .= <<EOT;
86 Log::Log4perl->init(\$conf);
101 $conf = qq(
116 Log::Log4perl->init(\$conf);
138 $conf = qq(
153 Log::Log4perl->init(\$conf);
175 $conf = qq(
190 Log::Log4perl->init(\$conf);
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcsmatch.h50 int32_t conf,
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Disatty.c39 #include <sys/conf.h>
/macosx-10.10/NFS-82/files/
H A DMakefile21 install -c -o root -g wheel -m 444 $(SRCROOT)/nfs.conf.5 $(MAN_DIR)
/macosx-10.10/OpenSSL098-52/src/crypto/conf/
H A Dconf_sap.c62 #include <openssl/conf.h>
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_buffer.c47 buffer_conf *conf; member in struct:buffer_ctx
76 ctx->conf = ap_get_module_config(f->r->per_dir_config, &buffer_module);
139 if (len > ctx->conf->size) {
206 ctx->conf = ap_get_module_config(f->r->per_dir_config, &buffer_module);
216 ctx->remaining = ctx->conf->size;
312 buffer_conf *conf = dconf; local
314 if (APR_SUCCESS != apr_strtoff(&(conf->size), arg, NULL, 10) || conf->size
318 conf->size_set = 1;
/macosx-10.10/apache-793/httpd/modules/generators/
H A Dmod_cgi.c118 cgi_server_conf *conf = ap_get_module_config(s->module_config, local
121 conf->logname = ap_server_root_relative(cmd->pool, arg);
123 if (!conf->logname) {
135 cgi_server_conf *conf = ap_get_module_config(s->module_config, local
138 conf->logbytes = atol(arg);
146 cgi_server_conf *conf = ap_get_module_config(s->module_config, local
149 conf->bufbytes = atoi(arg);
164 static int log_scripterror(request_rec *r, cgi_server_conf * conf, int ret, argument
176 if (!conf->logname ||
177 ((apr_stat(&finfo, conf
220 log_script(request_rec *r, cgi_server_conf * conf, int ret, char *dbuf, const char *sbuf, apr_bucket_brigade *bb, apr_file_t *script_err) argument
391 core_dir_config *conf = ap_get_core_module_config(r->per_dir_config); local
757 cgi_server_conf *conf; local
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/builtin/
H A Dtests.sh22 $RNDC -c ../common/rndc.conf -s 10.53.0.1 -p 9953 reconfig
33 $RNDC -c ../common/rndc.conf -s 10.53.0.1 -p 9953 reload > /dev/null
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/database/
H A Dtests.sh20 . $SYSTEMTESTTOP/conf.sh
28 RNDCCMD="$RNDC -s 10.53.0.1 -p 9953 -c ../common/rndc.conf"
40 cp ns1/named.conf2 ns1/named.conf
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/masterformat/
H A Dtests.sh20 . $SYSTEMTESTTOP/conf.sh
60 . $SYSTEMTESTTOP/conf.sh
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Dzone.c109 if ( zp->conf ) free ((zconf_t *)zp->conf);
183 new->conf = cp;
195 int zone_readdir (const char *dir, const char *zone, const char *zfile, zone_t **listp, const zconf_t *conf, int dyn_zone) argument
203 assert (conf != NULL);
233 localconf = dupconfig (conf);
234 conf = loadconfig (path, localconf);
240 zfile = conf->zonefile;
261 zone_new (listp, zone, dir, zfile, signed_ext, conf);
/macosx-10.10/crontabs-52/files/daily/
H A D310.accounting8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
/macosx-10.10/crontabs-52/files/monthly/
H A D199.rotate-fax5 if [ -r /etc/defaults/periodic.conf ]
7 . /etc/defaults/periodic.conf
/macosx-10.10/ruby-106/ruby/lib/irb/
H A Dinput-method.rb52 @stdin = IO.open(STDIN.to_i, :external_encoding => IRB.conf[:LC_MESSAGES].encoding, :internal_encoding => "-")
53 @stdout = IO.open(STDOUT.to_i, 'w', :external_encoding => IRB.conf[:LC_MESSAGES].encoding, :internal_encoding => "-")
142 @stdin = IO.open(STDIN.to_i, :external_encoding => IRB.conf[:LC_MESSAGES].encoding, :internal_encoding => "-")
143 @stdout = IO.open(STDOUT.to_i, 'w', :external_encoding => IRB.conf[:LC_MESSAGES].encoding, :internal_encoding => "-")
/macosx-10.10/ruby-106/ruby/test/irb/
H A Dtest_completion.rb11 -e IRB.conf[:MAIN_CONTEXT]=IRB::Irb.new.context
/macosx-10.10/xnu-2782.1.97/libkern/
H A DMakefile21 COMP_SUBDIRS = conf
/macosx-10.10/xnu-2782.1.97/pexpert/
H A DMakefile22 conf
/macosx-10.10/apache-793/
H A Dhttpd-wrapper.rb22 ServerDefaultWebConfigPath = "#{$SERVER_WEB_CONFIG_DIR}httpd_server_app.conf"
23 ServerDefaultWebVHostConfigPath = "#{$SERVER_WEB_CONFIG_DIR}sites/0000_any_80_.conf"
24 ServerDefaultWebSecureVHostConfigPath = "#{$SERVER_WEB_CONFIG_DIR}sites/0000_any_443_.conf"
25 DesktopDefaultWebConfigPath = '/etc/apache2/httpd.conf'
95 elsif config == 'server_config' && line.match(/^\s*Include\s+\/private\/etc\/apache2\/extra\/httpd-ssl.conf/)
109 if line.match(/^\s*Include\s+.*httpd_wsgi.conf/)
111 elsif line.match(/^\s*Include\s+.*httpd_corecollaboration_required.conf/)
113 elsif line.match(/^\s*Include\s+.*httpd_devicemanagement.conf/)
115 elsif line.match(/^\s*Include\s+.*httpd_calendarserver.conf/)
117 elsif line.match(/^\s*Include\s+.*httpd_webdavsharing.conf/)
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/xfer/
H A Dtests.sh21 . $SYSTEMTESTTOP/conf.sh
79 $RNDC -c ../common/rndc.conf -s 10.53.0.1 -p 9953 reload 2>&1 | sed 's/^/I:ns1 /'
80 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
81 $RNDC -c ../common/rndc.conf -s 10.53.0.3 -p 9953 reload 2>&1 | sed 's/^/I:ns3 /'
82 $RNDC -c ../common/rndc.conf -s 10.53.0.6 -p 9953 reload 2>&1 | sed 's/^/I:ns6 /'
83 $RNDC -c ../common/rndc.conf -s 10.53.0.7 -p 9953 reload 2>&1 | sed 's/^/I:ns7 /'
94 $RNDC -c ../common/rndc.conf -s 10.53.0.1 -p 9953 reload 2>&1 | sed 's/^/I:ns1 /'
101 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 reload 2>&1 | sed 's/^/I:ns2 /'
108 $RNDC -c ../common/rndc.conf -s 10.53.0.6 -p 9953 reload 2>&1 | sed 's/^/I:ns6 /'
115 $RNDC -c ../common/rndc.conf
[all...]
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dmod_cache_disk.c74 static char *header_file(apr_pool_t *p, disk_cache_conf *conf, argument
78 dobj->hashfile = ap_cache_generate_name(p, conf->dirlevels,
79 conf->dirlength, name);
87 return apr_pstrcat(p, conf->cache_root, "/", dobj->hashfile,
92 static char *data_file(apr_pool_t *p, disk_cache_conf *conf, argument
96 dobj->hashfile = ap_cache_generate_name(p, conf->dirlevels,
97 conf->dirlength, name);
105 return apr_pstrcat(p, conf->cache_root, "/", dobj->hashfile,
110 static apr_status_t mkdir_structure(disk_cache_conf *conf, const char *file, apr_pool_t *pool) argument
115 for (p = (char*)file + conf
135 safe_file_rename(disk_cache_conf *conf, const char *src, const char *dest, apr_pool_t *pool) argument
161 file_cache_el_final(disk_cache_conf *conf, disk_cache_file_t *file, request_rec *r) argument
202 file_cache_create(disk_cache_conf *conf, disk_cache_file_t *file, apr_pool_t *pool) argument
341 disk_cache_conf *conf = ap_get_module_config(r->server->module_config, local
410 disk_cache_conf *conf = ap_get_module_config(r->server->module_config, local
955 disk_cache_conf *conf = ap_get_module_config(r->server->module_config, local
1316 disk_cache_conf *conf = ap_get_module_config(r->server->module_config, local
1404 disk_cache_conf *conf = apr_pcalloc(p, sizeof(disk_cache_conf)); local
1422 disk_cache_conf *conf = ap_get_module_config(parms->server->module_config, local
1440 disk_cache_conf *conf = ap_get_module_config(parms->server->module_config, local
1453 disk_cache_conf *conf = ap_get_module_config(parms->server->module_config, local
[all...]
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy_balancer.c55 proxy_server_conf *conf);
456 proxy_server_conf *conf, char **url)
471 !(*balancer = ap_proxy_get_balancer(r->pool, conf, *url, 1)))
488 ap_proxy_sync_balancer(*balancer, r->server, conf);
624 proxy_server_conf *conf)
702 proxy_server_conf *conf = (proxy_server_conf *) ap_get_module_config(sconf, &proxy_module); local
704 balancer = (proxy_balancer *)conf->balancers->elts;
705 for (i = 0; i < conf->balancers->nelts; i++, balancer++) {
719 proxy_server_conf *conf; local
763 conf
453 proxy_balancer_pre_request(proxy_worker **worker, proxy_balancer **balancer, request_rec *r, proxy_server_conf *conf, char **url) argument
621 proxy_balancer_post_request(proxy_worker *worker, proxy_balancer *balancer, request_rec *r, proxy_server_conf *conf) argument
986 proxy_server_conf *conf; local
1665 proxy_server_conf *conf = (proxy_server_conf *)ap_get_module_config(sconf, &proxy_module); local
[all...]
/macosx-10.10/apache-793/httpd/modules/metadata/
H A Dmod_expires.c65 * following directive in a conf file:
122 * if bad directives are given in the conf files.
450 expires_dir_config *conf; local
455 conf = (expires_dir_config *) ap_get_module_config(r->per_dir_config,
477 expiry = apr_table_get(conf->expiresbytype,
484 if (conf->wildcards) {
501 expiry = apr_table_get(conf->expiresbytype, checkmime);
509 expiry = conf->expiresdefault;
522 expires_dir_config *conf; local
532 conf
[all...]

Completed in 209 milliseconds

1234567891011>>