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

/httpd/modules/loggers/
H A Dmod_log_config.c180 static apr_hash_t *log_hash; variable
1033 handler = (ap_log_handler *)apr_hash_get(log_hash, s, 3);
1039 handler = (ap_log_handler *)apr_hash_get(log_hash, s++, 1);
1603 apr_hash_set(log_hash, tag, strlen(tag), (const void *)log_struct);
1914 /* Init log_hash before we register the optional function. It is
1920 log_hash = apr_hash_make(p);

Completed in 459 milliseconds