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

/freebsd-10-stable/contrib/apr/include/
H A Dapr_errno.h64 #define APR_FROM_OS_ERROR(e) (e == 0 ? APR_SUCCESS : e + APR_OS_START_SYSERR) macro
840 #define APR_FROM_OS_ERROR( macro
1012 #define APR_FROM_OS_ERROR macro
1128 #define APR_FROM_OS_ERROR macro
1192 #define APR_FROM_OS_ERROR macro
[all...]

Completed in 98 milliseconds