Searched defs:hWnd (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllfunc.c160 WSAAsyncGetHostByName(HWND hWnd, u_int wMsg, argument
173 ret = _org_WSAAsyncGetHostByName(hWnd, wMsg, name,
176 idnHook(hWnd, wMsg, buf, encodeCtx);
180 ret = _org_WSAAsyncGetHostByName(hWnd, wMsg, nbuff,
190 WSAAsyncGetHostByAddr(HWND hWnd, u_int wMsg, const char FAR * addr, argument
200 idnHook(hWnd, wMsg, buf, encodeCtx);
205 ret = _org_WSAAsyncGetHostByAddr(hWnd, wMsg, addr, len, type,
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dhook.c67 HWND hWnd; member in struct:_HOOK
83 hookListSearch(HWND hWnd, u_int wMsg) { argument
87 if (hp->hWnd == hWnd && hp->wMsg == wMsg) {
95 hookListAppend(HWND hWnd, u_int wMsg, char FAR *buf, idn_resconf_t ctx) { argument
105 hp->hWnd = hWnd;
210 idnHook(HWND hWnd, u_int wMsg, char FAR *buf, idn_resconf_t ctx) argument
220 if (hookListAppend(hWnd, wMsg, buf, ctx) != TRUE) {
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllfunc.c203 WSAAsyncGetHostByName(HWND hWnd, u_int wMsg, argument
216 ret = _org_WSAAsyncGetHostByName(hWnd, wMsg,
219 idnHook(hWnd, wMsg, buf, encodeCtx);
223 ret = _org_WSAAsyncGetHostByName(hWnd, wMsg, nbuff,
233 WSAAsyncGetHostByAddr(HWND hWnd, u_int wMsg, const char FAR * addr, argument
243 idnHook(hWnd, wMsg, buf, encodeCtx);
248 ret = _org_WSAAsyncGetHostByAddr(hWnd, wMsg, addr, len, type,

Completed in 38 milliseconds