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

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_errno.h924 #define APR_STATUS_IS_ENOENT(s) ((s) == APR_ENOENT \ macro
1041 #define APR_STATUS_IS_ENOENT(s) ((s) == APR_ENOENT \ macro
1142 #define APR_STATUS_IS_ENOENT(s) ((s) == APR_ENOENT) macro
1221 #define APR_STATUS_IS_ENOENT(s) ((s) == APR_ENOENT \ macro
1224 #define APR_STATUS_IS_ENOENT(s) ((s) == APR_ENOENT) macro
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_errno.h922 #define APR_STATUS_IS_ENOENT(s) ((s) == APR_ENOENT \ macro
1039 #define APR_STATUS_IS_ENOENT(s) ((s) == APR_ENOENT \ macro
1140 #define APR_STATUS_IS_ENOENT(s) ((s) == APR_ENOENT) macro
1219 #define APR_STATUS_IS_ENOENT(s) ((s) == APR_ENOENT \ macro
1222 #define APR_STATUS_IS_ENOENT(s) ((s) == APR_ENOENT) macro

Completed in 66 milliseconds