HomeSort by relevance Sort by last modified time
    Searched defs:NI_MAXHOST (Results 1 - 18 of 18) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 108 #ifndef NI_MAXHOST
109 #define NI_MAXHOST 1025
111 #endif /* !NI_MAXHOST */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 108 #ifndef NI_MAXHOST
109 #define NI_MAXHOST 1025
111 #endif /* !NI_MAXHOST */
socketmodule.c 430 #if !defined(NI_MAXHOST)
431 #define NI_MAXHOST 1025
965 char buf[NI_MAXHOST];
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 117 #ifndef NI_MAXHOST
118 #define NI_MAXHOST 1025
120 #endif /* !NI_MAXHOST */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 108 #ifndef NI_MAXHOST
109 #define NI_MAXHOST 1025
111 #endif /* !NI_MAXHOST */
socketmodule.c 425 #if !defined(NI_MAXHOST)
426 #define NI_MAXHOST 1025
907 char buf[NI_MAXHOST];
    [all...]
  /external/curl/lib/
setup-os400.h 26 /* OS/400 netdb.h does not define NI_MAXHOST. */
27 #define NI_MAXHOST 1025
ftp.c 85 #ifndef NI_MAXHOST
86 #define NI_MAXHOST 1025
939 char hbuf[NI_MAXHOST];
    [all...]
  /external/python/cpython2/Modules/
addrinfo.h 108 #ifndef NI_MAXHOST
109 #define NI_MAXHOST 1025
111 #endif /* !NI_MAXHOST */
socketmodule.c 454 #if !defined(NI_MAXHOST)
455 #define NI_MAXHOST 1025
989 char buf[NI_MAXHOST];
    [all...]
  /external/python/cpython3/Modules/
addrinfo.h 108 #ifndef NI_MAXHOST
109 #define NI_MAXHOST 1025
111 #endif /* !NI_MAXHOST */
socketmodule.c 467 #if !defined(NI_MAXHOST)
468 #define NI_MAXHOST 1025
    [all...]
  /external/tcpdump/
netdissect-stdinc.h 335 #ifndef NI_MAXHOST
336 #define NI_MAXHOST 1025
  /bionic/libc/include/
netdb.h 175 #define NI_MAXHOST 1025
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 222 #define NI_MAXHOST 1025
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 642 # define NI_MAXHOST 1025
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 289 #define NI_MAXHOST 1025
  /external/libevent/
http.c 110 #define NI_MAXHOST 1025
    [all...]

Completed in 1137 milliseconds