Lines Matching refs:status
64 apr_status_t status;
73 status = ap_pcfg_openfile(&f, r->pool, conf->pwfile);
75 if (status != APR_SUCCESS) {
76 ap_log_rerror(APLOG_MARK, APLOG_ERR, status, r, APLOGNO(01620)
104 status = ap_password_validate(r, user, password, file_password);
105 if (status != APR_SUCCESS) {
119 apr_status_t status;
128 status = ap_pcfg_openfile(&f, r->pool, conf->pwfile);
130 if (status != APR_SUCCESS) {
131 ap_log_rerror(APLOG_MARK, APLOG_ERR, status, r, APLOGNO(01622)