HomeSort by relevance Sort by last modified time
    Searched refs:WSAEINVAL (Results 1 - 14 of 14) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_wsa_errnos.h 15 #define WSAEINVAL (WSABASEERR + 22 )
  /external/libmicrohttpd/src/platform/
w32functions.c 86 case WSAEINVAL: return EINVAL;
220 case WSAEINVAL:
  /external/c-ares/
setup_once.h 392 #define EINVAL WSAEINVAL
  /external/curl/lib/
curl_setup_once.h 462 #define EINVAL WSAEINVAL
strerror.c 451 case WSAEINVAL:
  /external/libevent/
util-internal.h 100 (e) == WSAEINVAL)
bufferevent_async.c 622 * code is set to WSAEINVAL when the socket is already bound. */
637 WSAGetLastError() != WSAEINVAL)
evutil.c     [all...]
  /external/llvm/lib/Support/
ErrorHandling.cpp 198 MAP_ERR_TO_COND(WSAEINVAL, invalid_argument);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 167 #define EAI_BADFLAGS WSAEINVAL
winerror.h     [all...]
  /system/core/adb/
sysdeps_win32.cpp 633 case WSAEINVAL: errno = EINVAL; break;
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-win.c     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 823 milliseconds