Searched refs:tmprv (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/ssl/ |
H A D | mod_ssl_ct.c | 281 apr_status_t rv, tmprv; local 431 tmprv = apr_file_close(tmpfile); 432 if (tmprv != APR_SUCCESS) { 433 ap_log_error(APLOG_MARK, APLOG_ERR, tmprv, s, 437 rv = tmprv; 460 if ((tmprv = apr_global_mutex_unlock(ssl_ct_sct_update)) != APR_SUCCESS) { 461 ap_log_error(APLOG_MARK, APLOG_ERR, tmprv, s, 464 rv = tmprv; 576 apr_status_t rv, tmprv; local 610 tmprv 1411 apr_status_t rv, tmprv; local 1737 apr_status_t tmprv; local [all...] |
/httpd/modules/aaa/ |
H A D | mod_authnz_fcgi.c | 576 apr_status_t tmprv; local 581 tmprv = apr_brigade_flatten(ob, rspbuf, rspbuflen); 582 if (tmprv != APR_SUCCESS) { 586 ap_log_rerror(APLOG_MARK, APLOG_ERR, tmprv, r,
|
Completed in 481 milliseconds