Lines Matching refs:status
93 apr_status_t status;
96 if ((status = ap_pcfg_openfile(&f, p, grpfile)) != APR_SUCCESS) {
97 return status ;
148 apr_status_t status;
163 status = groups_for_user(r->pool, user, conf->groupfile,
166 if (status != APR_SUCCESS) {
167 ap_log_rerror(APLOG_MARK, APLOG_ERR, status, r, APLOGNO(01665)
215 apr_status_t status;
231 status = groups_for_user(r->pool, user, conf->groupfile,
233 if (status != APR_SUCCESS) {
234 ap_log_rerror(APLOG_MARK, APLOG_ERR, status, r, APLOGNO(01669)