Lines Matching refs:TRACE
59 TRACE("ENTER gethostname\n");
61 TRACE("LEAVE gethostname %d <%-.100s>\n", ret, name);
74 TRACE("ENTER gethostbyname <%-.100s>\n",
80 TRACE("gethostbyname: not encode here\n");
83 TRACE("gethostbyname: name is NULL\n");
88 TRACE("idnConvReq failed\n");
91 TRACE("Converted Name <%s>\n",
98 TRACE("Resulting Name <%s>\n",
103 TRACE("Decoding failed - return the name verbatim\n");
105 TRACE("Converted Back <%s>\n",
112 TRACE("LEAVE gethostbyname NULL\n");
114 TRACE("LEAVE gethostbyname <%s>\n",
129 TRACE("ENTER gethostbyaddr <%s>\n",
137 TRACE("Resulting Name <%s>\n",
142 TRACE("Decoding failed - return the name verbatim\n");
144 TRACE("Converted Back <%s>\n",
151 TRACE("LEAVE gethostbyaddr NULL\n") ;
153 TRACE("LEAVE gethostbyaddr <%s>\n",
168 TRACE("ENTER WSAAsyncGetHostByName <%-.100s>\n", name);
178 TRACE("Converted Name <%s>\n",
184 TRACE("LEAVE WSAAsyncGetHostByName HANDLE %08x\n", ret);
203 TRACE("ENTER WSAAsyncGetHostByAddr <%s>\n",
207 TRACE("LEAVE WSAAsyncGetHostByAddr HANDLE %08x\n", ret);