HomeSort by relevance Sort by last modified time
    Searched defs:getaddrinfo (Results 26 - 27 of 27) sorted by null

12

  /external/python/cpython3/Modules/
socketmodule.c 19 - socket.gaierror: exception raised for getaddrinfo/getnameinfo errors,
36 - socket.getaddrinfo(host, port [, family, type, proto, flags])
88 /* for getaddrinfo thread safety test on old versions of OS X */
197 /* On systems on which getaddrinfo() is believed to not be thread-safe,
198 (this includes the getaddrinfo emulation) protect access with a lock.
200 getaddrinfo is thread-safe on Mac OS X 10.5 and later. Originally it was
204 includes the requirement that getaddrinfo be thread-safe. See issue #25924.
211 http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libc/net/getaddrinfo.c.diff?r1=1.82&r2=1.83
380 /* On OS X, getaddrinfo returns no error indication of lookup
404 #define getaddrinfo fake_getaddrinf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 545 #define getaddrinfo(...) (pthread_testcancel(), getaddrinfo(__VA_ARGS__)) macro
    [all...]

Completed in 142 milliseconds

12