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

  /external/python/cpython2/Modules/
getnameinfo.c 108 int h_error; local
181 hp = getipnodebyaddr(addr, gni_afd->a_addrlen, gni_afd->a_af, &h_error);
184 h_error = h_errno;
getaddrinfo.c 497 int h_error; local
501 hp = getipnodebyaddr(addr, gai_afd->a_addrlen, gai_afd->a_af, &h_error);
542 int i, error = 0, h_error; local
551 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
553 hp = getipnodebyname(hostname, af, AI_ADDRCONFIG, &h_error);
556 h_error = h_errno;
559 switch (h_error) {
socketmodule.c 584 set_herror(int h_error)
589 v = Py_BuildValue("(is)", h_error, (char *)hstrerror(h_error));
591 v = Py_BuildValue("(is)", h_error, "host not found");
    [all...]
  /external/python/cpython3/Modules/
getnameinfo.c 108 int h_error; local
181 hp = getipnodebyaddr(addr, gni_afd->a_addrlen, gni_afd->a_af, &h_error);
184 h_error = h_errno;
getaddrinfo.c 497 int h_error; local
501 hp = getipnodebyaddr(addr, gai_afd->a_addrlen, gai_afd->a_af, &h_error);
542 int i, error = 0, h_error; local
551 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
553 hp = getipnodebyname(hostname, af, AI_ADDRCONFIG, &h_error);
556 h_error = h_errno;
559 switch (h_error) {
socketmodule.c 608 set_herror(int h_error)
613 v = Py_BuildValue("(is)", h_error, (char *)hstrerror(h_error));
615 v = Py_BuildValue("(is)", h_error, "host not found");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getnameinfo.c 115 int h_error; local
189 hp = getipnodebyaddr(addr, gni_afd->a_addrlen, gni_afd->a_af, &h_error);
192 //h_error = h_errno;
getaddrinfo.c 497 int h_error; local
501 hp = getipnodebyaddr(addr, gai_afd->a_addrlen, gai_afd->a_af, &h_error);
542 int i, error = 0, h_error; local
551 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
553 hp = getipnodebyname(hostname, af, AI_ADDRCONFIG, &h_error);
556 h_error = h_errno;
559 switch (h_error) {
socketmodule.c 548 set_herror(int h_error)
553 v = Py_BuildValue("(is)", h_error, (char *)hstrerror(h_error));
555 v = Py_BuildValue("(is)", h_error, "host not found");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 560 set_herror(int h_error)
565 v = Py_BuildValue("(is)", h_error, (char *)hstrerror(h_error));
567 v = Py_BuildValue("(is)", h_error, "host not found");
    [all...]

Completed in 2354 milliseconds