ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "windns.h"
#include "wine/test.h"
Go to the source code of this file.
Functions | |
BOOL WINAPI | DnsFlushResolverCacheEntry_A (PCSTR) |
static void | test_DnsValidateName_A (void) |
static void | test_DnsNameCompare_A (void) |
static void | test_DnsFlushResolverCacheEntry_A (void) |
START_TEST (name) | |
Variables | |
struct { | |
LPCSTR name | |
DNS_NAME_FORMAT format | |
DNS_STATUS status | |
DNS_STATUS status_broken | |
} | test_data [] |
Referenced by test_DnsFlushResolverCacheEntry_A().
START_TEST | ( | name | ) |
Definition at line 225 of file name.c.
Definition at line 207 of file name.c.
Referenced by START_TEST().
Definition at line 157 of file name.c.
Referenced by START_TEST().
Definition at line 141 of file name.c.
Referenced by START_TEST().
Definition at line 36 of file name.c.
Referenced by test_DnsValidateName_A().
DNS_STATUS status_broken |
Definition at line 37 of file name.c.
Referenced by test_DnsValidateName_A().
const struct { ... } test_data[] |