ReactOS 0.4.16-dev-306-g647d351
|
#include <stdarg.h>
#include <stdio.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 | |
static void | test_DnsRecordCompare (void) |
static void | test_DnsRecordSetCompare (void) |
static void | test_DnsRecordSetDetach (void) |
START_TEST (record) | |
Variables | |
static WCHAR | name1 [] = {'l','o','c','a','l','h','o','s','t',0} |
static WCHAR | name2 [] = {'L','O','C','A','L','H','O','S','T',0} |
static DNS_RECORDW | r1 = { NULL, name1, DNS_TYPE_A, sizeof(DNS_A_DATA), { 0 }, 1200, 0, { { 0xffffffff } } } |
static DNS_RECORDW | r2 = { NULL, name1, DNS_TYPE_A, sizeof(DNS_A_DATA), { 0 }, 1200, 0, { { 0xffffffff } } } |
static DNS_RECORDW | r3 = { NULL, name1, DNS_TYPE_A, sizeof(DNS_A_DATA), { 0 }, 1200, 0, { { 0xffffffff } } } |
START_TEST | ( | record | ) |
Definition at line 144 of file record.c.
Definition at line 41 of file record.c.
Referenced by START_TEST().
Definition at line 64 of file record.c.
Referenced by START_TEST().
Definition at line 123 of file record.c.
Referenced by START_TEST().
Definition at line 34 of file record.c.
Referenced by _Stl_loc_combine_names(), compare_assembly_names(), compare_dist_point_name(), compareExt(), DnsNameCompare_A(), DnsNameCompare_W(), entryNameCmp(), IAssemblyNameImpl_IsEqual(), name_compare(), name_IsEqual(), OleSetHostNames(), test_desktop_displaynameof(), test_IAssemblyName_IsEqual(), and test_ParseDisplayName().
Definition at line 35 of file record.c.
Referenced by _Stl_loc_combine_names(), compare_assembly_names(), compare_dist_point_name(), compareExt(), DnsNameCompare_A(), DnsNameCompare_W(), entryNameCmp(), IAssemblyNameImpl_IsEqual(), name_compare(), name_IsEqual(), OleSetHostNames(), test_desktop_displaynameof(), test_DnsRecordCompare(), test_IAssemblyName_IsEqual(), test_ParseDisplayName(), xmlHashAddEntry2(), xmlHashAddEntry3(), xmlHashComputeKey(), xmlHashComputeQKey(), xmlHashGrow(), xmlHashLookup2(), xmlHashLookup3(), xmlHashQLookup2(), xmlHashQLookup3(), xmlHashRemoveEntry2(), xmlHashRemoveEntry3(), xmlHashScan3(), xmlHashScanFull3(), xmlHashUpdateEntry2(), and xmlHashUpdateEntry3().
|
static |
Definition at line 37 of file record.c.
Referenced by __ieee754_j0(), __ieee754_j1(), APICDump(), app_draw_arc(), app_draw_ellipse(), app_fill_arc(), app_fill_ellipse(), check_update_rgn_(), compare_const_set(), compare_update_record(), CompareLeftDown(), CompareLeftUp(), CompareRightDown(), CompareRightUp(), compute_lambda(), CreateSelectionRgn(), DnsRecordCompare(), gl_write_zoomed_color_span(), gl_write_zoomed_index_span(), gl_write_zoomed_stencil_span(), horDiff8(), IncludesTest::incl0(), IncludesTest::incl1(), IncludesTest::incl2(), invert_matrix(), invert_matrix_general(), is_contained_by(), mpg123_fmt2(), MSRLE32_DecompressRLE4(), pone(), pzero(), qone(), qzero(), REGION_IntersectO(), REGION_RegionOp(), REGION_SubtractO(), REGION_UnionO(), TAB_DrawItem(), test_ChangeDisplaySettingsEx(), test_DnsRecordCompare(), test_DnsRecordSetCompare(), test_DnsRecordSetDetach(), test_images(), test_margin(), test_size(), and test_updates().
|
static |
Definition at line 38 of file record.c.
Referenced by __ieee754_j0(), __ieee754_j1(), APICDump(), app_draw_arc(), app_draw_ellipse(), app_fill_arc(), app_fill_ellipse(), check_update_rgn_(), compare_const_set(), compare_update_record(), CompareLeftDown(), CompareLeftUp(), CompareRightDown(), CompareRightUp(), compute_lambda(), convert_yuy2_r5g6b5(), convert_yuy2_x8r8g8b8(), CreateSelectionRgn(), cvt(), data_reloc_add_tree_edr(), DECLARESepPutFunc(), DnsRecordCompare(), find_file_in_dir(), get_subvol_path(), horDiff8(), IncludesTest::incl1(), IncludesTest::incl2(), invert_matrix(), invert_matrix_general(), is_contained_by(), log_file_checksum_error(), mpg123_fmt2(), MSI_EnumComponentQualifiers(), MSRLE32_DecompressRLE4(), open_fileref_by_inode(), pone(), pzero(), qone(), qzero(), REGION_IntersectO(), REGION_RegionOp(), REGION_SubtractO(), REGION_UnionO(), test_DnsRecordCompare(), test_DnsRecordSetCompare(), test_DnsRecordSetDetach(), test_images(), test_MCM_SIZERECTTOMIN(), test_size(), test_thumb_length(), and write_metadata_items().
|
static |
Definition at line 39 of file record.c.
Referenced by CreateSelectionRgn(), invert_matrix(), invert_matrix_general(), pone(), pzero(), qone(), qzero(), and test_DnsRecordSetDetach().