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

/freebsd-11.0-release/contrib/apr/include/
H A Dapr_errno.h916 #define APR_STATUS_IS_EEXIST(s) ((s) == APR_EEXIST \ macro
1035 #define APR_STATUS_IS_EEXIST(s) ((s) == APR_EEXIST \ macro
1140 #define APR_STATUS_IS_EEXIST(s) ((s) == APR_EEXIST) macro
1211 #define APR_STATUS_IS_EEXIST(s) ((s) == APR_EEXIST) macro

Completed in 53 milliseconds