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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h952 #define APR_STATUS_IS_EINVAL(s) ((s) == APR_EINVAL \ macro
1083 #define APR_STATUS_IS_EINVAL(s) ((s) == APR_EINVAL \ macro
1168 #define APR_STATUS_IS_EINVAL(s) ((s) == APR_EINVAL) macro
1266 #define APR_STATUS_IS_EINVAL(s) ((s) == APR_EINVAL) macro

Completed in 174 milliseconds