Lines Matching defs:apr_err
337 apr_status_t apr_err;
341 apr_err = apr_gethostname(hostname_str, sizeof(hostname_str), pool);
342 if (apr_err)
343 return svn_error_wrap_apr(apr_err, _("Can't get local hostname"));
2994 apr_status_t apr_err;
3042 apr_err = apr_getopt_long(os, svnsync_options, &opt_id, &opt_arg);
3043 if (APR_STATUS_IS_EOF(apr_err))
3045 else if (apr_err)
3273 if (err->apr_err == SVN_ERR_CL_INSUFFICIENT_ARGS
3274 || err->apr_err == SVN_ERR_CL_ARG_PARSING_ERROR)