Searched refs:h_error (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Modules/ |
H A D | getaddrinfo.c | 500 int h_error; local 504 hp = getipnodebyaddr(addr, gai_afd->a_addrlen, gai_afd->a_af, &h_error); 545 int i, error = 0, h_error; local 554 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error); 556 hp = getipnodebyname(hostname, af, AI_ADDRCONFIG, &h_error); 559 h_error = h_errno; 562 switch (h_error) {
|
H A D | getnameinfo.c | 110 int h_error; local 184 hp = getipnodebyaddr(addr, gni_afd->a_addrlen, gni_afd->a_af, &h_error);
|
H A D | socketmodule.c | 628 set_herror(int h_error) in set_herror() argument 633 v = Py_BuildValue("(is)", h_error, hstrerror(h_error)); in set_herror() 635 v = Py_BuildValue("(is)", h_error, "host not found"); in set_herror()
|
Completed in 13 milliseconds