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

/freebsd-13-stable/contrib/apr/include/
H A Dapr_errno.h534 #define APR_STATUS_IS_TIMEUP(s) ((s) == APR_TIMEUP) macro
976 #undef APR_STATUS_IS_TIMEUP macro
977 #define APR_STATUS_IS_TIMEUP(s) ((s) == APR_TIMEUP \ macro
1117 #undef APR_STATUS_IS_TIMEUP macro
1118 #define APR_STATUS_IS_TIMEUP(s) ((s) == APR_TIMEUP \ macro
1190 #undef APR_STATUS_IS_TIMEUP macro
1191 #define APR_STATUS_IS_TIMEUP(s) ((s) == APR_TIMEUP \ macro

Completed in 67 milliseconds