Lines Matching refs:inLevel
200 void DebugDumpQuerySet( DebugLevel inLevel, const WSAQUERYSETW *inQuerySet );
1695 void DebugDumpQuerySet( DebugLevel inLevel, const WSAQUERYSETW *inQuerySet ) in DebugDumpQuerySet() argument
1703 dlog( inLevel, "QuerySet:\n" ); in DebugDumpQuerySet()
1704 …dlog( inLevel, " dwSize: %d (expected %d)\n", inQuerySet->dwSize, sizeof( *inQ… in DebugDumpQuerySet()
1707 dlog( inLevel, " lpszServiceInstanceName: %S\n", inQuerySet->lpszServiceInstanceName ); in DebugDumpQuerySet()
1711 dlog( inLevel, " lpszServiceInstanceName: <null>\n" ); in DebugDumpQuerySet()
1715 dlog( inLevel, " lpServiceClassId: %U\n", inQuerySet->lpServiceClassId ); in DebugDumpQuerySet()
1719 dlog( inLevel, " lpServiceClassId: <null>\n" ); in DebugDumpQuerySet()
1723 dlog( inLevel, " lpVersion:\n" ); in DebugDumpQuerySet()
1724 dlog( inLevel, " dwVersion: %d\n", inQuerySet->lpVersion->dwVersion ); in DebugDumpQuerySet()
1725 dlog( inLevel, " dwVersion: %d\n", inQuerySet->lpVersion->ecHow ); in DebugDumpQuerySet()
1729 dlog( inLevel, " lpVersion: <null>\n" ); in DebugDumpQuerySet()
1733 dlog( inLevel, " lpszComment: %S\n", inQuerySet->lpszComment ); in DebugDumpQuerySet()
1737 dlog( inLevel, " lpszComment: <null>\n" ); in DebugDumpQuerySet()
1739 dlog( inLevel, " dwNameSpace: %d %s\n", inQuerySet->dwNameSpace, in DebugDumpQuerySet()
1743 dlog( inLevel, " lpNSProviderId: %U\n", inQuerySet->lpNSProviderId ); in DebugDumpQuerySet()
1747 dlog( inLevel, " lpNSProviderId: <null>\n" ); in DebugDumpQuerySet()
1751 dlog( inLevel, " lpszContext: %S\n", inQuerySet->lpszContext ); in DebugDumpQuerySet()
1755 dlog( inLevel, " lpszContext: <null>\n" ); in DebugDumpQuerySet()
1757 dlog( inLevel, " dwNumberOfProtocols: %d\n", inQuerySet->dwNumberOfProtocols ); in DebugDumpQuerySet()
1758 dlog( inLevel, " lpafpProtocols: %s\n", inQuerySet->lpafpProtocols ? "" : "<null>" ); in DebugDumpQuerySet()
1763 dlog( inLevel, "\n" ); in DebugDumpQuerySet()
1765 …dlog( inLevel, " iAddressFamily: %d %s\n", inQuerySet->lpafpProtocols[ i ].iAddres… in DebugDumpQuerySet()
1767 …dlog( inLevel, " iProtocol: %d %s\n", inQuerySet->lpafpProtocols[ i ].iProtoc… in DebugDumpQuerySet()
1772 dlog( inLevel, " lpszQueryString: %S\n", inQuerySet->lpszQueryString ); in DebugDumpQuerySet()
1776 dlog( inLevel, " lpszQueryString: <null>\n" ); in DebugDumpQuerySet()
1778 dlog( inLevel, " dwNumberOfCsAddrs: %d\n", inQuerySet->dwNumberOfCsAddrs ); in DebugDumpQuerySet()
1779 dlog( inLevel, " lpcsaBuffer: %s\n", inQuerySet->lpcsaBuffer ? "" : "<null>" ); in DebugDumpQuerySet()
1784 dlog( inLevel, "\n" ); in DebugDumpQuerySet()
1789 dlog( inLevel, " LocalAddr: %##a\n", in DebugDumpQuerySet()
1794 dlog( inLevel, " LocalAddr: <null/empty>\n" ); in DebugDumpQuerySet()
1799 dlog( inLevel, " RemoteAddr: %##a\n", in DebugDumpQuerySet()
1804 dlog( inLevel, " RemoteAddr: <null/empty>\n" ); in DebugDumpQuerySet()
1806 …dlog( inLevel, " iSocketType: %d\n", inQuerySet->lpcsaBuffer[ i ].iSocketType ); in DebugDumpQuerySet()
1807 dlog( inLevel, " iProtocol: %d\n", inQuerySet->lpcsaBuffer[ i ].iProtocol ); in DebugDumpQuerySet()
1809 dlog( inLevel, " dwOutputFlags: %d\n", inQuerySet->dwOutputFlags ); in DebugDumpQuerySet()
1815 dlog( inLevel, " lpBlob:\n" ); in DebugDumpQuerySet()
1816 dlog( inLevel, " cbSize: %ld\n", inQuerySet->lpBlob->cbSize ); in DebugDumpQuerySet()
1817 dlog( inLevel, " pBlobData: %#p\n", inQuerySet->lpBlob->pBlobData ); in DebugDumpQuerySet()
1818 dloghex( inLevel, 12, NULL, 0, 0, NULL, 0, in DebugDumpQuerySet()
1824 dlog( inLevel, " lpBlob: <null>\n" ); in DebugDumpQuerySet()