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

/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_errno.h938 #define APR_STATUS_IS_EINVAL(s) ((s) == APR_EINVAL \ macro
1067 #define APR_STATUS_IS_EINVAL(s) ((s) == APR_EINVAL \ macro
1149 #define APR_STATUS_IS_EINVAL(s) ((s) == APR_EINVAL) macro
1244 #define APR_STATUS_IS_EINVAL(s) ((s) == APR_EINVAL) macro

Completed in 111 milliseconds