Searched defs:APR_STATUS_IS_ETIMEDOUT (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h974 #define APR_STATUS_IS_ETIMEDOUT(s) ((s) == APR_ETIMEDOUT \ macro
1114 #define APR_STATUS_IS_ETIMEDOUT(s) ((s) == APR_ETIMEDOUT \ macro
1187 #define APR_STATUS_IS_ETIMEDOUT(s) ((s) == APR_ETIMEDOUT \ macro
1311 #define APR_STATUS_IS_ETIMEDOUT(s) ((s) == APR_ETIMEDOUT) macro

Completed in 194 milliseconds