Searched refs:h_error (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | 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) {
|
D | getnameinfo.c | 115 int h_error; local 189 hp = getipnodebyaddr(addr, gni_afd->a_addrlen, gni_afd->a_af, &h_error);
|
D | socketmodule.c | 548 set_herror(int h_error) in set_herror() argument 553 v = Py_BuildValue("(is)", h_error, (char *)hstrerror(h_error)); in set_herror() 555 v = Py_BuildValue("(is)", h_error, "host not found"); in set_herror()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | socketmodule.c | 560 set_herror(int h_error) in set_herror() argument 565 v = Py_BuildValue("(is)", h_error, (char *)hstrerror(h_error)); in set_herror() 567 v = Py_BuildValue("(is)", h_error, "host not found"); in set_herror()
|