Home
last modified time | relevance | path

Searched refs:APR_OS_START_EAIERR (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/misc/unix/
H A Derrorcodes.c425 else if (statcode < APR_OS_START_EAIERR) { in apr_strerror()
430 statcode -= APR_OS_START_EAIERR; in apr_strerror()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/unix/
H A Dsockaddr.c410 return error + APR_OS_START_EAIERR;
703 return rc + APR_OS_START_EAIERR; /* return the EAI_ error */
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_errno.h180 #define APR_OS_START_EAIERR (APR_OS_START_CANONERR + APR_OS_ERRSPACE_SIZE) macro
185 #define APR_OS_START_SYSERR (APR_OS_START_EAIERR + APR_OS_ERRSPACE_SIZE)