ReactOS 0.4.16-dev-2-g02a6913
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#include <windns.h>
#include <reactos/windns_undoc.h>
#include <ndk/rtlfuncs.h>
#include <dnsrslvr_c.h>
#include <adns.h>
Go to the source code of this file.
Classes | |
struct | WINDNS_CONTEXT |
Macros | |
#define | WIN32_NO_STATUS |
#define | _INC_WINDOWS |
#define | COM_NO_WINDOWS_H |
#define | NTOS_MODE_USER |
Typedefs | |
typedef struct WINDNS_CONTEXT * | PWINDNS_CONTEXT |
Functions | |
static LPWSTR | dns_strdup_uw (const char *str) |
static LPWSTR | dns_strdup_aw (LPCSTR str) |
static LPSTR | dns_strdup_a (LPCSTR src) |
static char * | dns_strdup_u (const char *src) |
static LPWSTR | dns_strdup_w (LPCWSTR src) |
static LPSTR | dns_strdup_wa (LPCWSTR str) |
static char * | dns_strdup_wu (LPCWSTR str) |
static char * | dns_strdup_au (LPCSTR src) |
static LPSTR | dns_strdup_ua (const char *src) |
DNS_STATUS | DnsIntTranslateAdnsToDNS_STATUS (int Status) |
void | DnsIntFreeRecordList (PDNS_RECORD ToFree) |
typedef struct WINDNS_CONTEXT * PWINDNS_CONTEXT |
Definition at line 49 of file precomp.h.
Referenced by dns_strcpyX(), dns_strdup_au(), DnsNameCompare_A(), and DnsValidateName_A().
Definition at line 37 of file precomp.h.
Referenced by dns_strcpyX(), dns_strdup_ua(), and DnsValidateName_UTF8().
Definition at line 91 of file precomp.h.
Referenced by dns_strcpyX(), and dns_strdup_ua().
Definition at line 103 of file precomp.h.
Referenced by dns_strcpyX(), and dns_strdup_au().
void DnsIntFreeRecordList | ( | PDNS_RECORD | ToFree | ) |
Definition at line 889 of file query.c.
Referenced by DnsFree(), and DnsQuery_CodePage().
DNS_STATUS DnsIntTranslateAdnsToDNS_STATUS | ( | int | Status | ) |
Definition at line 17 of file adns.c.
Referenced by DnsAcquireContextHandle_W(), and Query_Main().