Go to the documentation of this file. 64 #define APR_FROM_OS_ERROR(e) (e == 0 ? APR_SUCCESS : e + APR_OS_START_SYSERR) 75 #define APR_TO_OS_ERROR(e) (e == 0 ? APR_SUCCESS : e - APR_OS_START_SYSERR) 117 #define APR_OS_START_ERROR 20000 123 #define APR_OS_ERRSPACE_SIZE 50000 132 #define APR_UTIL_ERRSPACE_SIZE 20000 136 #define APR_OS_START_STATUS (APR_OS_START_ERROR + APR_OS_ERRSPACE_SIZE) 141 #define APR_UTIL_START_STATUS (APR_OS_START_STATUS + \ 142 (APR_OS_ERRSPACE_SIZE - APR_UTIL_ERRSPACE_SIZE)) 164 #define APR_OS_START_USERERR (APR_OS_START_STATUS + APR_OS_ERRSPACE_SIZE) 169 #define APR_OS_START_USEERR APR_OS_START_USERERR 174 #define APR_OS_START_CANONERR (APR_OS_START_USERERR \ 175 + (APR_OS_ERRSPACE_SIZE * 10)) 180 #define APR_OS_START_EAIERR (APR_OS_START_CANONERR + APR_OS_ERRSPACE_SIZE) 185 #define APR_OS_START_SYSERR (APR_OS_START_EAIERR + APR_OS_ERRSPACE_SIZE) 225 #define APR_SUCCESS 0 288 #define APR_ENOSTAT (APR_OS_START_ERROR + 1) 290 #define APR_ENOPOOL (APR_OS_START_ERROR + 2) 293 #define APR_EBADDATE (APR_OS_START_ERROR + 4) 295 #define APR_EINVALSOCK (APR_OS_START_ERROR + 5) 297 #define APR_ENOPROC (APR_OS_START_ERROR + 6) 299 #define APR_ENOTIME (APR_OS_START_ERROR + 7) 301 #define APR_ENODIR (APR_OS_START_ERROR + 8) 303 #define APR_ENOLOCK (APR_OS_START_ERROR + 9) 305 #define APR_ENOPOLL (APR_OS_START_ERROR + 10) 307 #define APR_ENOSOCKET (APR_OS_START_ERROR + 11) 309 #define APR_ENOTHREAD (APR_OS_START_ERROR + 12) 311 #define APR_ENOTHDKEY (APR_OS_START_ERROR + 13)