Searched defs:getaddrinfo (Results 1 - 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
H A D | addrinfo.h | 33 * Error return codes from getaddrinfo()
54 #undef getaddrinfo
macro 55 #define getaddrinfo fake_getaddrinfo
macro 74 * Flag values for getaddrinfo()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
H A D | addrinfo.h | 33 * Error return codes from getaddrinfo()
54 #undef getaddrinfo
macro 55 #define getaddrinfo fake_getaddrinfo
macro 74 * Flag values for getaddrinfo()
|
H A D | socketmodule.c | 19 - socket.gaierror: exception raised for getaddrinfo/getnameinfo errors,
37 - socket.getaddrinfo(host, port [, family, socktype, proto, flags])
185 /* On systems on which getaddrinfo() is believed to not be thread-safe,
186 (this includes the getaddrinfo emulation) protect access with a lock. */
332 /* On OS X, getaddrinfo returns no error indication of lookup
356 #define getaddrinfo fake_getaddrinfo
macro 359 #include "getaddrinfo.c"
592 v = Py_BuildValue("(is)", error, "getaddrinfo failed");
824 thread to be in gethostbyname or getaddrinfo */
853 error = getaddrinfo(NUL [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
H A D | addrinfo.h | 42 * Error return codes from getaddrinfo()
63 #undef getaddrinfo
macro 64 #define getaddrinfo fake_getaddrinfo
macro 83 * Flag values for getaddrinfo()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
H A D | addrinfo.h | 33 * Error return codes from getaddrinfo()
54 #undef getaddrinfo
macro 55 #define getaddrinfo fake_getaddrinfo
macro 74 * Flag values for getaddrinfo()
|
H A D | getaddrinfo.c | 236 getaddrinfo(const char*hostname, const char*servname,
function 451 * XXX getaddrinfo() is a name->address
|
H A D | socketmodule.c | 19 - socket.gaierror: exception raised for getaddrinfo/getnameinfo errors,
37 - socket.getaddrinfo(host, port [, family, socktype, proto, flags])
180 /* On systems on which getaddrinfo() is believed to not be thread-safe,
181 (this includes the getaddrinfo emulation) protect access with a lock. */
327 /* On OS X, getaddrinfo returns no error indication of lookup
351 #define getaddrinfo fake_getaddrinfo
macro 354 #include "getaddrinfo.c"
580 v = Py_BuildValue("(is)", error, "getaddrinfo failed");
766 thread to be in gethostbyname or getaddrinfo */
795 error = getaddrinfo(NUL [all...] |
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
H A D | getaddrinfo.c | 1 /* $NetBSD: getaddrinfo.c,v 1.91.6.1 2009/01/26 00:27:34 snj Exp $ */
2 /* $KAME: getaddrinfo.c,v 1.29 2000/08/31 17:26:57 itojun Exp $ */
58 __RCSID("$NetBSD: getaddrinfo.c,v 1.91.6.1 2009/01/26 00:27:34 snj Exp $");
107 __weak_alias(getaddrinfo,_getaddrinfo)
354 getaddrinfo(const char *hostname, const char *servname,
function 590 switch (nsdispatch(&result, dtab, NSDB_HOSTS, "getaddrinfo",
1478 error = getaddrinfo(addr, NULL, &hints, &res0);
1583 error = getaddrinfo(addr, NULL, &hints, &res0);
|
Completed in 38 milliseconds