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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h938 #define APR_STATUS_IS_ENOENT(s) ((s) == APR_ENOENT \ macro
1057 #define APR_STATUS_IS_ENOENT(s) ((s) == APR_ENOENT \ macro
1161 #define APR_STATUS_IS_ENOENT(s) ((s) == APR_ENOENT) macro
1243 #define APR_STATUS_IS_ENOENT(s) ((s) == APR_ENOENT \ macro
1246 #define APR_STATUS_IS_ENOENT(s) ((s) == APR_ENOENT) macro

Completed in 103 milliseconds