Searched +refs:conf +refs:key (Results 51 - 75 of 256) sorted by relevance

1234567891011

/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy_scgi.c274 if ( (!strcmp(env[j].key, GATEWAY_INTERFACE))
275 || (!strcmp(env[j].key, CONTENT_LENGTH))
276 || (!strcmp(env[j].key, SCGI_MAGIC))) {
279 headerlen += strlen(env[j].key) + strlen(env[j].val) + 2;
302 if ( (!strcmp(env[j].key, GATEWAY_INTERFACE))
303 || (!strcmp(env[j].key, CONTENT_LENGTH))
304 || (!strcmp(env[j].key, SCGI_MAGIC))) {
307 len = strlen(env[j].key) + 1;
308 memcpy(cp, env[j].key, len);
357 scgi_config *conf; local
498 scgi_handler(request_rec *r, proxy_worker *worker, proxy_server_conf *conf, char *url, const char *proxyname, apr_port_t proxyport) argument
558 scgi_config *conf=apr_palloc(p, sizeof(*conf)); local
569 scgi_config *base=base_, *add=add_, *conf=apr_palloc(p, sizeof(*conf)); local
582 scgi_config *conf=mconfig; local
[all...]
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
940 char *key; local
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/bind9-45.101/bind9/bin/tests/system/autosign/
H A Dclean.sh19 rm -f */K* */dsset-* */*.signed */trusted.conf */tmp* */*.jnl */*.bk
20 rm -f active.key inact.key del.key unpub.key standby.key rev.key
21 rm -f nopriv.key vanishing.key del1.key del
[all...]
/macosx-10.10/NFS-82/nfsd/
H A Dmain.c148 static void config_sanity_check(struct nfs_conf_server *conf);
525 * read the NFS server values from nfs.conf
528 config_read(struct nfs_conf_server *conf) argument
532 char *line, *p, *key, *value; local
548 /* find key start */
549 key = line;
550 while (isspace(*key))
551 key++;
554 if (p) /* trim trailing whitespace on key */
561 if (strncmp(key, "nf
629 config_sanity_check(struct nfs_conf_server *conf) argument
[all...]
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dmod_cache_socache.c41 * Fetch URI key (may contain Format #1 or Format #2)
44 * regenerate key using HeaderName+HeaderValue+.../foo/bar/baz
45 * re-read in key (must be format #2)
81 const char *key; /* On-disk prefix; URI with Vary bits (if present) */ member in struct:cache_socache_object_t
191 apr_size_t key = *slider, colon = 0, len = 0; local
203 if (key == *slider) {
219 + key, len - key), apr_pstrndup(r->pool,
225 key = *slider;
248 if (elts[i].key !
348 create_entity(cache_handle_t *h, request_rec *r, const char *key, apr_off_t len, apr_bucket_brigade *bb) argument
353 cache_socache_conf *conf = ap_get_module_config(r->server->module_config, local
429 open_entity(cache_handle_t *h, request_rec *r, const char *key) argument
433 cache_socache_conf *conf = ap_get_module_config(r->server->module_config, local
720 cache_socache_conf *conf = ap_get_module_config(r->server->module_config, local
783 cache_socache_conf *conf = ap_get_module_config(r->server->module_config, local
1097 cache_socache_conf *conf = ap_get_module_config(r->server->module_config, local
1235 cache_socache_conf *conf = apr_pcalloc(p, sizeof(cache_socache_conf)); local
1257 cache_socache_conf *conf = ap_get_module_config(cmd->server->module_config, local
1367 cache_socache_conf *conf = local
1399 cache_socache_conf *conf = local
[all...]
H A Dmod_cache.c77 cache_server_conf *conf; local
79 conf = (cache_server_conf *) ap_get_module_config(r->server->module_config,
83 if (!conf->quick) {
90 if (!(providers = cache_get_providers(r, conf, r->parsed_uri))) {
175 rv = cache_try_lock(conf, cache, r);
382 cache_server_conf *conf; local
384 conf = (cache_server_conf *) ap_get_module_config(r->server->module_config,
388 if (conf->quick) {
395 if (!(providers = cache_get_providers(r, conf, r->parsed_uri))) {
469 rv = cache_try_lock(conf, cach
684 cache_save_store(ap_filter_t *f, apr_bucket_brigade *in, cache_server_conf *conf, cache_request_rec *cache) argument
759 cache_header_cmp(apr_pool_t *pool, apr_table_t *left, apr_table_t *right, const char *key) argument
797 cache_server_conf *conf; local
1702 *conf = local
1743 *conf = local
1843 *conf = local
2071 cache_server_conf *conf; local
2097 cache_server_conf *conf; local
2140 cache_server_conf *conf; local
2168 cache_server_conf *conf; local
2198 cache_server_conf *conf; local
2254 cache_server_conf *conf; local
2342 cache_server_conf *conf; local
2355 cache_server_conf *conf; local
2368 cache_server_conf *conf; local
2386 cache_server_conf *conf; local
2412 cache_server_conf *conf = local
2435 cache_server_conf *conf = local
2450 cache_server_conf *conf; local
[all...]
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
337 create_entity(cache_handle_t *h, request_rec *r, const char *key, apr_off_t len, apr_bucket_brigade *bb) argument
341 disk_cache_conf *conf = ap_get_module_config(r->server->module_config, local
403 open_entity(cache_handle_t *h, request_rec *r, const char *key) argument
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...]
H A Dcache_util.c170 cache_server_conf *conf,
183 for (i = 0; i < conf->cachedisable->nelts; i++) {
185 (struct cache_disable *)conf->cachedisable->elts;
200 for (i = 0; i < conf->cacheenable->nelts; i++) {
202 (struct cache_enable *)conf->cacheenable->elts;
240 * Try obtain a cache wide lock on the given cache key.
260 apr_status_t cache_try_lock(cache_server_conf *conf, cache_request_rec *cache, argument
274 if (!conf || !conf->lock || !conf
169 cache_get_providers(request_rec *r, cache_server_conf *conf, apr_uri_t uri) argument
353 cache_remove_lock(cache_server_conf *conf, cache_request_rec *cache, request_rec *r, apr_bucket_brigade *bb) argument
416 cache_server_conf *conf = local
459 cache_server_conf *conf = local
508 cache_server_conf *conf = local
1182 cache_server_conf *conf; local
1274 cache_table_getm_do(void *v, const char *key, const char *val) argument
1300 cache_table_getm(apr_pool_t *p, const apr_table_t *t, const char *key) argument
[all...]
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_reflector.c33 static int header_do(void *dummy, const char *key, const char *value) argument
38 payload = apr_table_get(r->headers_in, key);
49 reflector_cfg *conf; local
56 conf = (reflector_cfg *) ap_get_module_config(r->per_dir_config,
83 apr_table_do(header_do, r, conf->headers, NULL);
184 reflector_cfg *conf = apr_pcalloc(p, sizeof(reflector_cfg)); local
186 conf->headers = apr_table_make(p, 8);
188 return conf;
/macosx-10.10/xar-254/xar/
H A Dconfig.status275 rm -f conf$$ conf$$.exe conf$$.file
276 if test -d conf$$.dir; then
277 rm -f conf$$.dir/conf$$.file
279 rm -f conf$$.dir
280 mkdir conf$$.dir 2>/dev/null
282 if (echo >conf$$.file) 2>/dev/null; then
283 if ln -s conf
[all...]
/macosx-10.10/apache-793/httpd/
H A Dhttpd.spec143 --sysconfdir=%{_sysconfdir}/httpd/conf \
187 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d
229 if [ ! -f %{_sysconfdir}/httpd/conf/server.key ] ; then
230 %{_bindir}/openssl genrsa -rand /proc/apm:/proc/cpuinfo:/proc/dma:/proc/filesystems:/proc/interrupts:/proc/ioports:/proc/pci:/proc/rtc:/proc/uptime 1024 > %{_sysconfdir}/httpd/conf/server.key 2> /dev/null
238 if [ ! -f %{_sysconfdir}/httpd/conf/server.crt ] ; then
239 cat << EOF | %{_bindir}/openssl req -new -key %{_sysconfdir}/httpd/conf/server.key
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/tsig/ns1/
H A Dnamed.conf17 /* $Id: named.conf,v 1.5 2007/06/19 23:47:06 tbox Exp $ */
33 key "md5" {
38 key "sha1" {
43 key "sha224" {
48 key "sha256" {
53 key "sha384" {
58 key "sha512" {
63 key "md5-trunc" {
68 key "sha1-trunc" {
73 key "sha22
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/rndc/
H A Drndc.conf18 /* $Id: rndc.conf,v 1.11 2007/06/19 23:46:59 tbox Exp $ */
26 default-key "key";
30 key "key";
33 key "cc64b3d1db63fc88d7cb5d2f9f57d258" {
39 key "cc64b3d1db63fc88d7cb5d2f9f57d258";
44 key "key" {
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dconf.sh24 # @(#)conf.sh (AT&T Research) 2011-08-26
44 command=conf
64 -*) echo "Usage: $command [-a] [-ccall-pattern] [-dN] [-l] [-nname_pattern] [-t] [-v] conf.tab" >&2; exit 2 ;;
82 tmp=conf.tmp
270 *VERSION*)key=${standard}${section} ;;
271 *) key= ;;
273 case $key in
274 ''|*_) key=${key}${name} ;;
275 *) key
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/dlv/ns2/
H A Dsign.sh24 . $SYSTEMTESTTOP/conf.sh
37 cat $infile $keyname1.key $keyname2.key >$zonefile
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/pending/ns2/
H A Dsign.sh20 . $SYSTEMTESTTOP/conf.sh
32 cat $infile $keyname1.key $keyname2.key > $zonefile
/macosx-10.10/bind9-45.101/bind9/bin/tests/virtual-time/autosign-ksk/ns1/
H A Dsign.sh20 . $SYSTEMTESTTOP/conf.sh
32 cat $infile $zskname.key $kskname.key > $zonefile
/macosx-10.10/apache-793/httpd/modules/arch/win32/
H A Dmod_win32.c56 win32_dir_conf *conf; local
57 conf = (win32_dir_conf*)apr_palloc(p, sizeof(win32_dir_conf));
58 conf->script_interpreter_source = INTERPRETER_SOURCE_UNSET;
59 return conf;
148 ap_regkey_t *key; local
163 /* Open the key associated with the script filetype extension */
174 /* Open the key associated with the script filetype extension */
179 /* Open the key for the script command path by:
181 * 1) the 'named' filetype key for ExecCGI/Command
182 * 2) the extension's type key fo
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/allow_query/ns2/
H A Dnamed31.conf17 /* $Id: named31.conf,v 1.2 2010/11/16 01:37:39 sar Exp $ */
22 key one {
27 key two {
39 allow-query { key one; };
42 include "../../common/controls.conf";
46 allow-query { key one; };
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/autosign/ns2/
H A Dkeygen.sh20 . $SYSTEMTESTTOP/conf.sh
40 $DSFROMKEY $kskname.key > dsset-${zone}.
50 # Extract saved keys for the revoke-to-duplicate-key test
55 for i in Xbar.+005+30676.key Xbar.+005+30804.key Xbar.+005+30676.private \
61 $DSFROMKEY Kbar.+005+30804.key > dsset-bar.
/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/metadata/
H A Dtests.sh20 . $SYSTEMTESTTOP/conf.sh
28 echo "I:setting key timers"
29 $SETTIME -A now+15s `cat rolling.key` > /dev/null
31 inact=`sed 's/^K'${czone}'.+005+0*\([0-9]\)/\1/' < inact.key`
32 ksk=`sed 's/^K'${czone}'.+005+0*\([0-9]\)/\1/' < ksk.key`
33 pending=`sed 's/^K'${czone}'.+005+0*\([0-9]\)/\1/' < pending.key`
34 postrev=`sed 's/^K'${czone}'.+005+0*\([0-9]\)/\1/' < postrev.key`
35 prerev=`sed 's/^K'${czone}'.+005+0*\([0-9]\)/\1/' < prerev.key`
36 rolling=`sed 's/^K'${czone}'.+005+0*\([0-9]\)/\1/' < rolling.key`
37 standby=`sed 's/^K'${czone}'.+005+0*\([0-9]\)/\1/' < standby.key`
[all...]
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D056SyncApp2.t48 my $conf = qq(
59 log4perl.appender.Syncer.key = blah
63 Log::Log4perl::init(\$conf);
/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/session/
H A Dmod_session_crypto.c83 const void *key; local
94 apr_hash_this(hi, &key, &klen, NULL);
102 strncpy(options + offset, key, klen);
126 apr_crypto_key_t *key = NULL; local
156 res = apr_crypto_passphrase(&key, &ivSize, passphrase,
170 "the key type is not known");
178 res = apr_crypto_block_encrypt_init(&block, &iv, key, &blockSize, r->pool);
228 apr_crypto_key_t *key = NULL; local
256 res = apr_crypto_passphrase(&key, &ivSize, passphrase,
272 "the key typ
407 session_crypto_conf *conf = ap_get_module_config(s->module_config, local
518 session_crypto_conf *conf = local
[all...]

Completed in 469 milliseconds

1234567891011