Functions | |
| apr_status_t | ap_parse_mutex (const char *arg, apr_pool_t *pool, apr_lockmech_e *mutexmech, const char **mutexfile) |
Variables | |
| AP_DECLARE_DATA const char | ap_available_mutexes_string [] |
| AP_DECLARE_DATA const char | ap_all_available_mutexes_string [] |
| apr_status_t ap_parse_mutex | ( | const char * | arg, | |
| apr_pool_t * | pool, | |||
| apr_lockmech_e * | mutexmech, | |||
| const char ** | mutexfile | |||
| ) |
Get Mutex config data and parse it
| arg | The mutex config string | |
| pool | The allocation pool | |
| mutexmech | The APR mutex locking mechanism | |
| mutexfile | The lockfile to use as required |
| AP_DECLARE_DATA const char ap_all_available_mutexes_string[] |
| AP_DECLARE_DATA const char ap_available_mutexes_string[] |