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

/freebsd-10-stable/contrib/apr/include/
H A Dapr_errno.h953 #define APR_STATUS_IS_EINPROGRESS(s) ((s) == APR_EINPROGRESS \ macro
1090 #define APR_STATUS_IS_EINPROGRESS(s) ((s) == APR_EINPROGRESS \ macro
1161 #define APR_STATUS_IS_EINPROGRESS(s) ((s) == APR_EINPROGRESS \ macro
1265 #define APR_STATUS_IS_EINPROGRESS(s) ((s) == APR_EINPROGRESS) macro

Completed in 196 milliseconds