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

/httpd/docs/log-message-tags/
H A Dmacros.h23 #define AP_DECLARE_MODULE(foo) module foo##_module
/httpd/support/
H A Dapxs.in519 if ($content =~ m|.*AP_DECLARE_MODULE\s*\(\s*([a-zA-Z0-9_]+)\s*\)\s*=.*|s || $content =~ m|.*module\s+(?:AP_MODULE_DECLARE_DATA\s+)?([a-zA-Z0-9_]+)_module\s*=\s*.*|s) {
545 push(@lmd, sprintf("LoadModule %-18s %s", "${name}_module", "$dir$t"));
641 $lmd =~ m|LoadModule\s+(.+?)_module.*|;
733 ** LoadModule %NAME%_module modules/mod_%NAME%.so
782 module AP_MODULE_DECLARE_DATA %NAME%_module = {
/httpd/include/
H A Dhttp_config.h425 * trailing "_module" part
429 extern module AP_MODULE_DECLARE_DATA foo##_module; \
430 static int * const aplog_module_index = &(foo##_module.module_index)
441 module AP_MODULE_DECLARE_DATA foo##_module
H A Dapreq_module.h362 * prefix. The generated struct is named by appending "_module" to
367 pre##_module = { #pre, mmn, \

Completed in 18 milliseconds