Lines Matching refs:rc
131 apr_status_t rc;
141 if ((rc = apr_stat(&tmp.finfo, fspec, APR_FINFO_MIN,
143 ap_log_error(APLOG_MARK, APLOG_WARNING, rc, cmd->server, APLOGNO(00795)
158 rc = apr_file_open(&fd, fspec, APR_READ | APR_BINARY | APR_XTHREAD,
160 if (rc != APR_SUCCESS) {
161 ap_log_error(APLOG_MARK, APLOG_WARNING, rc, cmd->server, APLOGNO(00798)
177 if ((rc = apr_mmap_create(&new_file->mm, fd, 0,
181 ap_log_error(APLOG_MARK, APLOG_WARNING, rc, cmd->server, APLOGNO(00799)
313 int rc = OK;
375 rc = mmap_handler(r, match);
377 rc = sendfile_handler(r, match);
380 return rc;