Searched refs:wMsg (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddlldef.h79 _org_WSAAsyncGetHostByName(HWND hWnd, u_int wMsg, const char FAR * name,
82 _org_WSAAsyncGetHostByAddr(HWND hWnd, u_int wMsg, const char FAR * addr,
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.c68 u_int wMsg; 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
106 hp->wMsg = wMsg;
210 idnHook(HWND hWnd, u_int wMsg, char FAR *buf, idn_resconf_t ctx) argument
220 if (hookListAppend(hWnd, wMsg, buf, ctx) != TRUE) {
H A Dwrapcommon.h107 extern BOOL idnHook(HWND hWnd, u_int wMsg, char FAR *buf, idn_resconf_t ctx);
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddlldef.h80 _org_WSAAsyncGetHostByName(HWND hWnd, u_int wMsg, const char FAR * name,
84 _org_WSAAsyncGetHostByAddr(HWND hWnd, u_int wMsg, const char FAR * addr,
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 13 milliseconds