Searched defs:sts (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/aaa/
H A Dmod_auth_digest.c225 static void log_error_and_cleanup(char *msg, apr_status_t sts, server_rec *s) argument
227 ap_log_error(APLOG_MARK, APLOG_ERR, sts, s, APLOGNO(01760)
239 apr_status_t sts; local
253 sts = apr_shm_create(&client_shm, shmem_size,
255 if (APR_SUCCESS != sts) {
256 ap_log_error(APLOG_MARK, APLOG_ERR, sts, s, APLOGNO(01762)
259 log_error_and_cleanup("failed to initialize shm", sts, s);
263 sts = apr_rmm_init(&client_rmm,
267 if (sts != APR_SUCCESS) {
268 log_error_and_cleanup("failed to initialize rmm", sts,
390 apr_status_t sts; local
[all...]
/httpd/modules/ldap/
H A Dutil_ldap.c3063 apr_status_t sts; local
3069 sts = apr_global_mutex_child_init(&st->util_ldap_cache_lock,
3071 if (sts != APR_SUCCESS) {
3072 ap_log_error(APLOG_MARK, APLOG_CRIT, sts, s, APLOGNO(01322)

Completed in 770 milliseconds