Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/apr/include/
Dapr_errno.h742 #define APR_ENOTSOCK ENOTSOCK macro
744 #define APR_ENOTSOCK (APR_OS_START_CANONERR + 15) macro
963 #define APR_STATUS_IS_ENOTSOCK(s) ((s) == APR_ENOTSOCK \
1102 #define APR_STATUS_IS_ENOTSOCK(s) ((s) == APR_ENOTSOCK \
1176 #define APR_STATUS_IS_ENOTSOCK(s) ((s) == APR_ENOTSOCK \
1283 #define APR_STATUS_IS_ENOTSOCK(s) ((s) == APR_ENOTSOCK)
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Derrorcode.inc137 { 620015, "APR_ENOTSOCK" },