Searched defs:dconf (Results 1 - 25 of 34) sorted by relevance

12

/httpd/modules/proxy/
H A Dmod_proxy_express.c31 void *dconf,
45 void *dconf,
56 void *dconf,
115 proxy_dir_conf *dconf; local
119 dconf = ap_get_module_config(r->per_dir_config, &proxy_module);
166 ralias = (struct proxy_alias *)dconf->raliases->elts;
172 * NOTE: dconf is process specific so this wil only
176 for (i = 0; i < dconf->raliases->nelts; i++, ralias++) {
187 ralias = apr_array_push(dconf->raliases);
189 ralias->real = apr_pstrdup(dconf
30 set_dbmfile(cmd_parms *cmd, void *dconf, const char *arg) argument
44 set_dbmtype(cmd_parms *cmd, void *dconf, const char *arg) argument
55 set_enabled(cmd_parms *cmd, void *dconf, int flag) argument
[all...]
H A Dajp_header.c540 proxy_dir_conf *dconf)
634 value = ap_proxy_cookie_reverse_map(r, dconf, value);
643 value = ap_proxy_location_reverse_map(r, dconf, value);
538 ajp_unmarshal_response(ajp_msg_t *msg, request_rec *r, proxy_dir_conf *dconf) argument
H A Dmod_proxy_ajp.c739 proxy_dir_conf *dconf = ap_get_module_config(r->per_dir_config, local
821 status = ap_proxy_ajp_request(p, r, backend, origin, dconf, uri, locurl,
H A Dmod_proxy_wstunnel.c180 proxyws_dir_conf *dconf = ap_get_module_config(baton->r->per_dir_config, &proxy_wstunnel_module); local
182 status = proxy_wstunnel_pump(baton, dconf->async_delay, dconf->is_async);
190 dconf->idle_timeout);
353 proxyws_dir_conf *dconf = ap_get_module_config(r->per_dir_config, &proxy_wstunnel_module); local
420 if (!dconf->is_async) {
421 status = proxy_wstunnel_pump(baton, dconf->idle_timeout, dconf->is_async);
424 status = proxy_wstunnel_pump(baton, dconf->async_delay, dconf
567 proxyws_dir_conf *dconf = conf; local
574 proxyws_dir_conf *dconf = conf; local
[all...]
H A Dmod_proxy_fcgi.c870 proxy_dir_conf *dconf = ap_get_module_config(r->per_dir_config, local
930 status = fcgi_do_request(p, r, backend, origin, dconf, uri, url,
/httpd/modules/cluster/
H A Dmod_heartbeat.c167 void *dconf, const char *addr)
166 cmd_hb_address(cmd_parms *cmd, void *dconf, const char *addr) argument
H A Dmod_heartmonitor.c807 void *dconf, const char *path)
825 void *dconf, const char *mcast_addr)
874 void *dconf, const char *data)
806 cmd_hm_storage(cmd_parms *cmd, void *dconf, const char *path) argument
824 cmd_hm_listen(cmd_parms *cmd, void *dconf, const char *mcast_addr) argument
873 cmd_hm_maxworkers(cmd_parms *cmd, void *dconf, const char *data) argument
/httpd/modules/filters/
H A Dmod_buffer.c317 static const char *set_buffer_size(cmd_parms *cmd, void *dconf, const char *arg) { argument
318 buffer_conf *conf = dconf;
H A Dmod_request.c80 request_dir_conf *dconf = ap_get_module_config(f->r->per_dir_config, local
84 if (!dconf->keep_body || f->r->kept_body) {
111 if (dconf->keep_body < ctx->remaining) {
115 " of %" APR_OFF_T_FMT, ctx->remaining, dconf->keep_body);
123 ctx->remaining = dconf->keep_body;
354 static const char *set_kept_body_size(cmd_parms *cmd, void *dconf, argument
357 request_dir_conf *conf = dconf;
/httpd/modules/loggers/
H A Dmod_log_debug.c57 log_debug_dirconf *dconf = ap_get_module_config(r->per_dir_config, &log_debug_module); local
59 if (dconf->entries == NULL)
62 for (i = 0; i < dconf->entries->nelts; i++) {
64 msg_entry *entry = APR_ARRAY_IDX(dconf->entries, i, msg_entry *);
163 log_debug_dirconf *dconf = apr_pcalloc(p, sizeof(log_debug_dirconf)); local
164 return dconf;
188 log_debug_dirconf *dconf = dconf_; local
241 if (!dconf->entries)
242 dconf->entries = apr_array_make(cmd->pool, 4, sizeof(msg_entry *));
244 APR_ARRAY_PUSH(dconf
[all...]
/httpd/modules/metadata/
H A Dmod_cern_meta.c171 cern_meta_dir_config *dconf = in_dconf; local
173 dconf->metadir = arg;
179 cern_meta_dir_config *dconf = in_dconf; local
181 dconf->metasuffix = arg;
187 cern_meta_dir_config *dconf = in_dconf; local
189 dconf->metafiles = arg;
276 cern_meta_dir_config *dconf; local
280 dconf = ap_get_module_config(r->per_dir_config, &cern_meta_module);
282 if (!dconf->metafiles) {
317 dconf
[all...]
/httpd/modules/session/
H A Dmod_session_cookie.c246 set_remove(cmd_parms * parms, void *dconf, int flag) argument
248 session_cookie_dir_conf *conf = dconf;
H A Dmod_session.c94 session_dir_conf *dconf = ap_get_module_config(r->per_dir_config, local
101 if (!dconf || !dconf->enabled) {
106 if (!session_included(r, dconf)) {
154 if (dconf->maxage) {
156 zz->expiry = now + dconf->maxage * APR_USEC_PER_SEC;
158 zz->maxage = dconf->maxage;
182 session_dir_conf *dconf = ap_get_module_config(r->per_dir_config, local
200 if (dconf->maxage) {
201 z->expiry = now + dconf
560 set_session_enable(cmd_parms * parms, void *dconf, int flag) argument
571 set_session_maxage(cmd_parms * parms, void *dconf, const char *arg) argument
582 set_session_header(cmd_parms * parms, void *dconf, const char *arg) argument
593 set_session_env(cmd_parms * parms, void *dconf, int flag) argument
603 add_session_include(cmd_parms * cmd, void *dconf, const char *f) argument
613 add_session_exclude(cmd_parms * cmd, void *dconf, const char *f) argument
[all...]
H A Dmod_session_dbd.c544 set_dbd_peruser(cmd_parms * parms, void *dconf, int flag) argument
546 session_dbd_dir_conf *conf = dconf;
555 set_dbd_cookie_remove(cmd_parms * parms, void *dconf, int flag) argument
557 session_dbd_dir_conf *conf = dconf;
H A Dmod_session_crypto.c67 session_crypto_dir_conf * dconf)
80 *cipher = apr_hash_get(ciphers, dconf->cipher, APR_HASH_KEY_STRING);
109 "session encryption not possible, options: %s", dconf->cipher, options);
123 session_crypto_dir_conf *dconf, const char *in, char **out)
149 res = crypt_init(r, f, &cipher, dconf);
155 passphrase = APR_ARRAY_IDX(dconf->passphrases, 0, char *);
225 session_crypto_dir_conf *dconf, const char *in, char **out)
244 res = crypt_init(r, f, &cipher, dconf);
250 for (; i < dconf->passphrases->nelts; i++) {
251 const char *passphrase = APR_ARRAY_IDX(dconf
65 crypt_init(request_rec *r, const apr_crypto_t *f, apr_crypto_block_key_type_e **cipher, session_crypto_dir_conf * dconf) argument
122 encrypt_string(request_rec * r, const apr_crypto_t *f, session_crypto_dir_conf *dconf, const char *in, char **out) argument
224 decrypt_string(request_rec * r, const apr_crypto_t *f, session_crypto_dir_conf *dconf, const char *in, char **out) argument
348 session_crypto_dir_conf *dconf = ap_get_module_config(r->per_dir_config, local
379 session_crypto_dir_conf *dconf = ap_get_module_config(r->per_dir_config, local
534 session_crypto_dir_conf *dconf = (session_crypto_dir_conf *) config; local
603 session_crypto_dir_conf *dconf = (session_crypto_dir_conf *) config; local
[all...]
/httpd/modules/test/
H A Dmod_dialup.c263 void *dconf,
268 dialup_dcfg_t *dcfg = (dialup_dcfg_t*)dconf;
262 cmd_modem_standard(cmd_parms *cmd, void *dconf, const char *input) argument
/httpd/modules/mappers/
H A Dmod_alias.c667 void *dconf = r->per_dir_config; local
669 (alias_dir_conf *) ap_get_module_config(dconf, &alias_module);
/httpd/modules/proxy/balancers/
H A Dmod_lbmethod_heartbeat.c434 void *dconf, const char *path)
433 cmd_lb_hb_storage(cmd_parms *cmd, void *dconf, const char *path) argument
/httpd/modules/database/
H A Dmod_dbd.c161 static const char *dbd_param(cmd_parms *cmd, void *dconf, const char *val) argument
204 static const char *dbd_param_int(cmd_parms *cmd, void *dconf, const char *val) argument
240 static const char *dbd_param_flag(cmd_parms *cmd, void *dconf, int flag) argument
254 static const char *dbd_prepare(cmd_parms *cmd, void *dconf, const char *query, argument
267 static const char *dbd_init_sql(cmd_parms *cmd, void *dconf, const char *query) argument
/httpd/modules/aaa/
H A Dmod_authnz_fcgi.c799 fcgi_dir_conf *dconf = ap_get_module_config(r->per_dir_config, local
809 prov = dconf && dconf->name ? dconf->name : NULL;
821 dconf->authoritative ? "yes" : "no",
822 dconf->require_basic_auth ? "yes" : "no",
823 dconf->user_expr ? "yes" : "no",
831 if (dconf->require_basic_auth) {
854 if (dconf->user_expr) {
856 const char *user = ap_expr_str_exec(r, dconf
1328 fcgi_dir_conf *dconf = apr_pcalloc(p, sizeof(fcgi_dir_conf)); local
[all...]
/httpd/modules/arch/win32/
H A Dmod_isapi.c478 isapi_dir_conf dconf; member in struct:isapi_cid
957 else if (cid->dconf.log_unsupported) {
1002 if (cid->dconf.log_unsupported)
1013 if (cid->dconf.log_to_query) {
1019 if (cid->dconf.log_to_errlog)
1032 if (cid->dconf.fake_async) {
1037 if (cid->dconf.log_unsupported)
1056 if (!cid->dconf.fake_async && (tf->dwFlags & HSE_IO_ASYNC)) {
1057 if (cid->dconf.log_unsupported)
1172 if (cid->dconf
1409 isapi_dir_conf *dconf; local
[all...]
/httpd/modules/cache/
H A Dcache_util.c173 cache_dir_conf *dconf = ap_get_module_config(r->per_dir_config, &cache_module); local
178 if (dconf->disable) {
193 for (i = 0; i < dconf->cacheenable->nelts; i++) {
195 (struct cache_enable *)dconf->cacheenable->elts;
H A Dmod_cache.c815 cache_dir_conf *dconf; local
871 dconf = ap_get_module_config(r->per_dir_config, &cache_module);
884 if (dconf->stale_on_error && r->status >= HTTP_INTERNAL_SERVER_ERROR) {
1044 else if (!dconf->store_expired && exp != APR_DATE_BAD
1049 else if (!dconf->store_expired && (control.must_revalidate
1072 == NULL) && (dconf->no_last_mod_ignore == 0) && !control.max_age
1083 else if (!dconf->store_nostore && control.no_store) {
1090 else if (!dconf->store_private && control.private) {
1416 x = dconf->defex;
1421 if (x < dconf
1773 cache_dir_conf *dconf = ap_get_module_config(r->per_dir_config, &cache_module); local
1833 cache_dir_conf *dconf; local
1920 cache_dir_conf *dconf = apr_pcalloc(p, sizeof(cache_dir_conf)); local
2107 cache_dir_conf *dconf = (cache_dir_conf *)dummy; local
2131 cache_dir_conf *dconf = (cache_dir_conf *)dummy; local
2141 cache_dir_conf *dconf = (cache_dir_conf *)dummy; local
2151 cache_dir_conf *dconf = (cache_dir_conf *)dummy; local
2218 cache_dir_conf *dconf = (cache_dir_conf *)dummy; local
2274 cache_dir_conf *dconf = (cache_dir_conf *)dummy; local
2319 cache_dir_conf *dconf = (cache_dir_conf *)dummy; local
2329 cache_dir_conf *dconf = (cache_dir_conf *)dummy; local
2339 cache_dir_conf *dconf = (cache_dir_conf *)dummy; local
2349 cache_dir_conf *dconf = (cache_dir_conf *)dummy; local
2426 cache_dir_conf *dconf = (cache_dir_conf *)dummy; local
2449 cache_dir_conf *dconf = (cache_dir_conf *)dummy; local
2493 cache_dir_conf *dconf = (cache_dir_conf *)dummy; local
[all...]
H A Dmod_cache_disk.c340 disk_cache_dir_conf *dconf = ap_get_module_config(r->per_dir_config, &cache_disk_module); local
360 if (len > dconf->maxfs) {
364 key, len, dconf->maxfs);
367 if (len >= 0 && len < dconf->minfs) {
371 key, len, dconf->minfs);
1130 disk_cache_dir_conf *dconf = ap_get_module_config(r->per_dir_config, &cache_disk_module); local
1134 dobj->offset = dconf->readsize;
1136 if (!dobj->timeout && dconf->readtime) {
1137 dobj->timeout = apr_time_now() + dconf->readtime;
1234 if (dobj->file_size > dconf
1375 disk_cache_dir_conf *dconf = apr_pcalloc(p, sizeof(disk_cache_dir_conf)); local
1468 disk_cache_dir_conf *dconf = (disk_cache_dir_conf *)in_struct_ptr; local
1482 disk_cache_dir_conf *dconf = (disk_cache_dir_conf *)in_struct_ptr; local
1496 disk_cache_dir_conf *dconf = (disk_cache_dir_conf *)in_struct_ptr; local
1510 disk_cache_dir_conf *dconf = (disk_cache_dir_conf *)in_struct_ptr; local
[all...]
H A Dmod_cache_socache.c353 cache_socache_dir_conf *dconf = local
392 if (len > dconf->max) {
396 key, len, dconf->max);
402 if (APR_SUCCESS != store_table(r->headers_out, NULL, dconf->max, &total)
403 || APR_SUCCESS != store_table(r->headers_in, NULL, dconf->max,
408 key, total, dconf->max);
412 if (total >= dconf->max) {
416 key, len, dconf->max);
433 cache_socache_dir_conf *dconf = local
466 sobj->buffer = apr_palloc(sobj->pool, dconf
783 cache_socache_dir_conf *dconf = local
945 cache_socache_dir_conf *dconf = local
1201 cache_socache_dir_conf *dconf = local
1292 cache_socache_dir_conf *dconf = (cache_socache_dir_conf *) in_struct_ptr; local
1305 cache_socache_dir_conf *dconf = (cache_socache_dir_conf *) in_struct_ptr; local
1319 cache_socache_dir_conf *dconf = (cache_socache_dir_conf *) in_struct_ptr; local
1333 cache_socache_dir_conf *dconf = (cache_socache_dir_conf *) in_struct_ptr; local
1346 cache_socache_dir_conf *dconf = (cache_socache_dir_conf *) in_struct_ptr; local
[all...]

Completed in 98 milliseconds

12