Searched defs:gethostbyname (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dresolver.h47 #undef gethostbyname macro
48 #define gethostbyname idn_resolver_gethostbyname macro
H A Dresolver.c82 #undef gethostbyname macro
116 * is implemented using another function (e.g. gethostbyname() implemented
535 ENTRY(gethostbyname)(const char *name) { function
542 return (REAL(gethostbyname)(name));
544 TRACE(("gethostbyname(name=%s)\n", idn__debug_xstring(name, 60)));
553 hp = copy_decode_hostent_static(REAL(gethostbyname)(name),
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllfunc.c67 gethostbyname(const char FAR * name) { function
74 TRACE("ENTER gethostbyname <%-.100s>\n",
80 TRACE("gethostbyname: not encode here\n");
83 TRACE("gethostbyname: name is NULL\n");
112 TRACE("LEAVE gethostbyname NULL\n");
114 TRACE("LEAVE gethostbyname <%s>\n",
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllfunc.c114 gethostbyname(const char FAR * name) { function
121 TRACE("ENTER gethostbyname <%-.100s>\n",
155 TRACE("LEAVE gethostbyname NULL\n");
157 TRACE("LEAVE gethostbyname <%s>\n",
/bind-9.11.3/lib/lwres/win32/include/lwres/
H A Dnetdb.h48 * Error return codes from gethostbyname() and gethostbyaddr()
245 #ifdef gethostbyname
246 #undef gethostbyname macro
248 #define gethostbyname lwres_gethostbyname macro

Completed in 17 milliseconds