Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_errno.h858 #define apr_set_netos_error(e) (errno = APR_TO_OS_ERROR(e)) macro
1021 #define apr_set_netos_error(e) (WSASetLastError(APR_TO_OS_ERROR(e))) macro
1136 #define apr_set_netos_error(e) (WSASetLastError(APR_TO_OS_ERROR(e))) macro
1201 #define apr_set_netos_error(e) (errno = (e)) macro