Lines Matching defs:rc
803 apr_status_t rc;809 rc = apr_temp_dir_get(&path, pool);810 if (rc != APR_SUCCESS)811 return rc;813 rc = apr_filepath_merge(&tmpl, path, "apreqXXXXXX",816 if (rc != APR_SUCCESS)817 return rc;828 rc = apr_file_mktemp(fp, tmpl, flag, pool);830 if (rc == APR_SUCCESS) {838 return rc;