MCPcopy Create free account
hub / github.com/apache/httpd / util_ldap_pre_config

Function util_ldap_pre_config

modules/ldap/util_ldap.c:2975–2987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2973}
2974
2975static int util_ldap_pre_config(apr_pool_t *pconf, apr_pool_t *plog,
2976 apr_pool_t *ptemp)
2977{
2978 apr_status_t result;
2979
2980 result = ap_mutex_register(pconf, ldap_cache_mutex_type, NULL,
2981 APR_LOCK_DEFAULT, 0);
2982 if (result != APR_SUCCESS) {
2983 return result;
2984 }
2985
2986 return OK;
2987}
2988
2989static int util_ldap_post_config(apr_pool_t *p, apr_pool_t *plog,
2990 apr_pool_t *ptemp, server_rec *s)

Callers

nothing calls this directly

Calls 1

ap_mutex_registerFunction · 0.85

Tested by

no test coverage detected