Home
last modified time | relevance | path

Searched refs:APR_EINPROGRESS (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/apr/include/
H A Dapr_errno.h756 #define APR_EINPROGRESS EINPROGRESS macro
758 #define APR_EINPROGRESS (APR_OS_START_CANONERR + 17) macro
967 #define APR_STATUS_IS_EINPROGRESS(s) ((s) == APR_EINPROGRESS \
1106 #define APR_STATUS_IS_EINPROGRESS(s) ((s) == APR_EINPROGRESS \
1180 #define APR_STATUS_IS_EINPROGRESS(s) ((s) == APR_EINPROGRESS \
1287 #define APR_STATUS_IS_EINPROGRESS(s) ((s) == APR_EINPROGRESS)
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Derrorcode.inc139 { 620017, "APR_EINPROGRESS" },