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

/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_errno.h534 #define APR_STATUS_IS_TIMEUP(s) ((s) == APR_TIMEUP) macro
962 #undef APR_STATUS_IS_TIMEUP macro
963 #define APR_STATUS_IS_TIMEUP(s) ((s) == APR_TIMEUP \ macro
1101 #undef APR_STATUS_IS_TIMEUP macro
1102 #define APR_STATUS_IS_TIMEUP(s) ((s) == APR_TIMEUP \ macro
1171 #undef APR_STATUS_IS_TIMEUP macro
1172 #define APR_STATUS_IS_TIMEUP(s) ((s) == APR_TIMEUP \ macro

Completed in 110 milliseconds