Searched refs:lpqsRestrictions (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddlldef.h88 _org_WSALookupServiceBeginA(LPWSAQUERYSETA lpqsRestrictions,
93 _org_WSALookupServiceBeginW(LPWSAQUERYSETW lpqsRestrictions,
H A Ddllfunc.c256 WSALookupServiceBeginA(LPWSAQUERYSETA lpqsRestrictions, argument
262 LPSTR name = lpqsRestrictions->lpszServiceInstanceName;
263 LPGUID class = lpqsRestrictions->lpServiceClassId;
275 /* strcpy(lpqsRestrictions->lpszQueryString, nbuff); */
276 lpqsRestrictions->lpszServiceInstanceName = nbuff;
278 ret = _org_WSALookupServiceBeginA(lpqsRestrictions,
326 WSALookupServiceBeginW(LPWSAQUERYSETW lpqsRestrictions, argument
332 ret = _org_WSALookupServiceBeginW(lpqsRestrictions,

Completed in 10 milliseconds