Searched refs:def (Results 1 - 9 of 9) sorted by relevance

/httpd/support/
H A Dctlogconfig24 def create_tables(db_name):
43 def record_id_arg(cur, args, required=False):
60 def log_id_arg(cur, args, required=True):
73 def public_key_arg(args):
84 def time_arg(args):
105 def configure_public_key(cur, args):
118 def configure_url(cur, args):
141 def forget_log(cur, args):
157 def trust_distrust_log(cur, args):
177 def trust_lo
[all...]
H A Dctauditscts34 def usage():
40 def audit(fn, tmp, already_checked, cur):
137 def main():
/httpd/build/
H A DNWGNUtail.inc222 $(call DEL,$(@:.opt=.def))
272 @echo $(DL)-commandfile $(@:.opt=.def)$(DL)>> $@
273 @echo $(DL)# Do not edit this file - it is created by make!$(DL)> $(@:.opt=.def)
274 @echo $(DL)# All your changes will be lost!!$(DL)>> $(@:.opt=.def)
276 @echo $(DL)Messages $(FILE_nlm_msg)$(DL)>> $(@:.opt=.def)
279 @echo $(DL)Help $(FILE_nlm_hlp)$(DL)>> $(@:.opt=.def)
282 @echo $(DL)copyright "$(NLM_COPYRIGHT)"$(DL)>> $(@:.opt=.def)
284 @echo $(DL)description "$(NLM_DESCRIPTION)"$(DL)>> $(@:.opt=.def)
285 @echo $(DL)threadname "$(NLM_THREAD_NAME)"$(DL)>> $(@:.opt=.def)
286 @echo $(DL)screenname "$(NLM_SCREEN_NAME)"$(DL)>> $(@:.opt=.def)
[all...]
/httpd/modules/loggers/
H A Dmod_log_config.h61 int def));
H A Dmod_log_config.c1597 ap_log_handler_fn_t *handler, int def)
1601 log_struct->want_orig_default = def;
1596 ap_register_log_handler(apr_pool_t *p, char *tag, ap_log_handler_fn_t *handler, int def) argument
/httpd/server/
H A Dutil_mutex.c147 mutex_cfg_t *def; local
158 def = apr_pcalloc(p, sizeof *def);
159 def->mech = APR_LOCK_DEFAULT;
160 def->dir = ap_runtime_dir_relative(p, "");
161 apr_hash_set(mxcfg_by_type, "default", APR_HASH_KEY_STRING, def);
/httpd/modules/proxy/
H A Dproxy_util.c1100 hash.def = ap_proxy_hashfunc(uri, PROXY_HASHFUNC_DEFAULT);
1104 if (balancer->hash.def == hash.def && balancer->hash.fnv == hash.fnv) {
1197 bshared->hash.def = ap_proxy_hashfunc(bshared->name, PROXY_HASHFUNC_DEFAULT);
1224 if ((balancer->s->hash.def != shm->hash.def) ||
1757 wshared->hash.def = ap_proxy_hashfunc(wshared->name, PROXY_HASHFUNC_DEFAULT);
1811 if ((worker->s->hash.def != shm->hash.def) ||
3186 if (!shm->hash.def || !sh
[all...]
H A Dmod_proxy.h342 unsigned int def; member in struct:__anon283
H A Dmod_proxy.c1309 if (b1->hash.def == b2->hash.def && b1->hash.fnv == b2->hash.fnv) {
2824 conf->forward->hash.def = conf->forward->s->hash.def =
2841 reverse->hash.def = reverse->s->hash.def =

Completed in 487 milliseconds