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

/httpd/modules/core/
H A Dmod_macro.c79 ap_macros is reset to NULL in pre_config hook to not depend
84 static apr_hash_t *ap_macros = NULL; variable
700 if (ap_macros == NULL)
701 ap_macros = apr_hash_make(cmd->temp_pool);
702 ap_assert(ap_macros != NULL);
704 pool = apr_hash_pool_get(ap_macros);
730 macro = apr_hash_get(ap_macros, name, APR_HASH_KEY_STRING);
792 apr_hash_set(ap_macros, name, APR_HASH_KEY_STRING, macro);
811 if (ap_macros == NULL) {
824 macro = apr_hash_get(ap_macros, nam
[all...]

Completed in 654 milliseconds