Searched refs:APR_ERANGE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h845 #define APR_ERANGE ERANGE macro
847 #define APR_ERANGE (APR_OS_START_CANONERR + 29) macro
996 #define APR_STATUS_IS_ERANGE(s) ((s) == APR_ERANGE)
1143 #define APR_STATUS_IS_ERANGE(s) ((s) == APR_ERANGE)
1207 #define APR_STATUS_IS_ERANGE(s) ((s) == APR_ERANGE)
1331 #define APR_STATUS_IS_ERANGE(s) ((s) == APR_ERANGE)
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_cstr.c335 return APR_ERANGE;
369 return APR_ERANGE;

Completed in 300 milliseconds