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

/freebsd-13-stable/contrib/apr/include/
H A Dapr_errno.h782 #define APR_ETIMEDOUT ETIMEDOUT macro
784 #define APR_ETIMEDOUT (APR_OS_START_CANONERR + 20) macro
974 #define APR_STATUS_IS_ETIMEDOUT(s) ((s) == APR_ETIMEDOUT \
1114 #define APR_STATUS_IS_ETIMEDOUT(s) ((s) == APR_ETIMEDOUT \
1187 #define APR_STATUS_IS_ETIMEDOUT(s) ((s) == APR_ETIMEDOUT \
1311 #define APR_STATUS_IS_ETIMEDOUT(s) ((s) == APR_ETIMEDOUT)

Completed in 292 milliseconds