Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Daddrinfo.h108 #ifndef NI_MAXHOST
109 #define NI_MAXHOST 1025 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Daddrinfo.h108 #ifndef NI_MAXHOST
109 #define NI_MAXHOST 1025 macro
Dsocketmodule.c425 #if !defined(NI_MAXHOST)
426 #define NI_MAXHOST 1025 macro
907 char buf[NI_MAXHOST]; in makeipaddr()
4164 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV];
5338 #ifdef NI_MAXHOST
5339 PyModule_AddIntConstant(m, "NI_MAXHOST", NI_MAXHOST);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Daddrinfo.h117 #ifndef NI_MAXHOST
118 #define NI_MAXHOST 1025 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Daddrinfo.h108 #ifndef NI_MAXHOST
109 #define NI_MAXHOST 1025 macro
Dsocketmodule.c430 #if !defined(NI_MAXHOST)
431 #define NI_MAXHOST 1025 macro
965 char buf[NI_MAXHOST]; in makeipaddr()
4261 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV];
5440 #ifdef NI_MAXHOST
5441 PyModule_AddIntConstant(m, "NI_MAXHOST", NI_MAXHOST);
/device/linaro/bootloader/edk2/StdLib/Include/
Dnetdb.h222 #define NI_MAXHOST 1025 macro