ReactOS 0.4.16-dev-570-g1868985
|
#include <ws2_32.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Definition at line 20 of file qshelpr.c.
Referenced by ConvertAddrinfoFromUnicodeToAnsi(), and MapUnicodeQuerySetToAnsi().
Definition at line 124 of file qshelpr.c.
Referenced by WSAComputeQuerySetSizeA(), and WSAComputeQuerySetSizeW().
Definition at line 114 of file qshelpr.c.
Referenced by ComputeQuerySetSize().
VOID WSAAPI CopyAddrInfoArrayIndirect | ( | IN PWS_BUFFER | Buffer, |
IN OUT LPCSADDR_INFO | RelativeCsaddr, | ||
IN DWORD | Addresses, | ||
IN LPCSADDR_INFO | Csaddr | ||
) |
Definition at line 296 of file qshelpr.c.
Referenced by CopyQuerySetIndirectA(), and CopyQuerySetIndirectW().
Definition at line 277 of file qshelpr.c.
Referenced by CopyQuerySetIndirectA(), and CopyQuerySetIndirectW().
VOID WSAAPI CopyQuerySetIndirectA | ( | IN PWS_BUFFER | Buffer, |
IN OUT LPWSAQUERYSETA | RelativeSet, | ||
IN LPWSAQUERYSETA | AnsiSet | ||
) |
Definition at line 350 of file qshelpr.c.
Referenced by WSABuildQuerySetBufferA().
VOID WSAAPI CopyQuerySetIndirectW | ( | IN PWS_BUFFER | Buffer, |
IN OUT LPWSAQUERYSETW | RelativeSet, | ||
IN LPWSAQUERYSETW | UnicodeSet | ||
) |
Definition at line 540 of file qshelpr.c.
Referenced by WSABuildQuerySetBufferW().
INT WSAAPI CopyQuerySetW | ( | IN LPWSAQUERYSETW | UnicodeSet, |
OUT LPWSAQUERYSETW * | UnicodeCopy | ||
) |
Definition at line 1050 of file qshelpr.c.
Referenced by WsNqLookupServiceBegin().
INT WSAAPI MapAnsiQuerySetToUnicode | ( | IN LPWSAQUERYSETA | AnsiSet, |
IN OUT PSIZE_T | SetSize, | ||
OUT LPWSAQUERYSETW | UnicodeSet | ||
) |
Definition at line 808 of file qshelpr.c.
Referenced by WSALookupServiceBeginA().
INT WSAAPI MapUnicodeQuerySetToAnsi | ( | IN LPWSAQUERYSETW | UnicodeSet, |
IN OUT PSIZE_T | SetSize, | ||
OUT LPWSAQUERYSETA | AnsiSet | ||
) |
Definition at line 929 of file qshelpr.c.
Referenced by WSALookupServiceNextA().
Definition at line 68 of file qshelpr.c.
Referenced by getaddrinfo(), and MapAnsiQuerySetToUnicode().
INT WSAAPI WSABuildQuerySetBufferA | ( | IN LPWSAQUERYSETA | AnsiSet, |
IN SIZE_T | BufferSize, | ||
OUT LPWSAQUERYSETA | RelativeSet | ||
) |
Definition at line 734 of file qshelpr.c.
Referenced by MapAnsiQuerySetToUnicode(), and MapUnicodeQuerySetToAnsi().
INT WSAAPI WSABuildQuerySetBufferW | ( | IN LPWSAQUERYSETW | UnicodeSet, |
IN SIZE_T | BufferSize, | ||
OUT LPWSAQUERYSETW | RelativeSet | ||
) |
Definition at line 771 of file qshelpr.c.
Referenced by CopyQuerySetW(), MapAnsiQuerySetToUnicode(), and MapUnicodeQuerySetToAnsi().
SIZE_T WSAAPI WSAComputeQuerySetSizeA | ( | IN LPWSAQUERYSETA | AnsiSet | ) |
Definition at line 240 of file qshelpr.c.
Referenced by MapAnsiQuerySetToUnicode(), MapUnicodeQuerySetToAnsi(), and WSABuildQuerySetBufferA().
SIZE_T WSAAPI WSAComputeQuerySetSizeW | ( | IN LPWSAQUERYSETW | UnicodeSet | ) |
Definition at line 248 of file qshelpr.c.
Referenced by CopyQuerySetW(), MapAnsiQuerySetToUnicode(), MapUnicodeQuerySetToAnsi(), and WSABuildQuerySetBufferW().
Definition at line 256 of file qshelpr.c.
Referenced by CopyAddrInfoArrayIndirect(), CopyBlobIndirect(), CopyQuerySetIndirectA(), CopyQuerySetIndirectW(), WSABuildQuerySetBufferA(), and WSABuildQuerySetBufferW().