|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <stdio.h>#include <math.h>#include <float.h>#include "wine/test.h"#include "windef.h"#include "winbase.h"#include "winuser.h"#include "wingdi.h"#include "winnls.h"#include "winsock2.h"#include "winerror.h"#include "winnt.h"#include "wtypes.h"#include "oleauto.h"
Go to the source code of this file.
Classes | |
| struct | IRecordInfoImpl |
| struct | xtunk_impl |
Macros | |
| #define | COBJMACROS |
| #define | CONST_VTABLE |
| #define | GETPTR(func) p##func = (void*)GetProcAddress(hOleaut32, #func) |
| #define | START_REF_COUNT 1 |
| #define | RECORD_SIZE 64 |
| #define | RECORD_SIZE_FAIL 17 |
| #define | VARTYPE_NOT_SUPPORTED 0 |
| #define | MKARRAY(low, num, typ) |
| #define | MKARRAYCONT(low, num, typ) |
Typedefs | |
| typedef struct IRecordInfoImpl | IRecordInfoImpl |
Variables | |
| const USHORT | FADF_CREATEVECTOR = 0x2000 |
| static HMODULE | hOleaut32 |
| static | UINT |
| static BOOL | has_i8 |
| static BOOL | has_int_ptr |
| static const USHORT | ignored_copy_features [] |
| static BOOL | fail_GetSize |
| static const IRecordInfoVtbl | RecordInfoVtbl |
| struct { | |
| VARTYPE vt | |
| UINT elemsize | |
| UINT expflags | |
| UINT addflags | |
| } | vttypes [] |
| static const IUnknownVtbl | xtunk_vtbl |
| static struct xtunk_impl | xtunk = {{&xtunk_vtbl}, 0} |
| #define COBJMACROS |
Definition at line 27 of file safearray.c.
| #define CONST_VTABLE |
Definition at line 28 of file safearray.c.
Definition at line 55 of file safearray.c.
Definition at line 1796 of file safearray.c.
Definition at line 1801 of file safearray.c.
| #define RECORD_SIZE 64 |
Definition at line 71 of file safearray.c.
| #define RECORD_SIZE_FAIL 17 |
Definition at line 72 of file safearray.c.
| #define START_REF_COUNT 1 |
Definition at line 70 of file safearray.c.
| #define VARTYPE_NOT_SUPPORTED 0 |
Definition at line 329 of file safearray.c.
| typedef struct IRecordInfoImpl IRecordInfoImpl |
Definition at line 307 of file safearray.c.
Referenced by START_TEST().
|
inlinestatic |
Definition at line 85 of file safearray.c.
Referenced by RecordInfo_AddRef(), RecordInfo_GetSize(), RecordInfo_RecordClear(), RecordInfo_RecordCopy(), and RecordInfo_Release().
|
static |
Definition at line 258 of file safearray.c.
Referenced by test_safearray_layout(), test_SafeArrayCreateEx(), and test_SafeArrayGetPutElement().
|
static |
Referenced by test_safearray_layout(), test_SafeArrayCreateEx(), and test_SafeArrayGetPutElement().
Referenced by test_LockUnlock(), test_SafeArrayChangeTypeEx(), and test_VectorCreateLockDestroy().
|
static |
Definition at line 105 of file safearray.c.
|
static |
Definition at line 175 of file safearray.c.
|
static |
Definition at line 203 of file safearray.c.
|
static |
Definition at line 182 of file safearray.c.
|
static |
Definition at line 144 of file safearray.c.
|
static |
Definition at line 150 of file safearray.c.
|
static |
Definition at line 156 of file safearray.c.
|
static |
Definition at line 169 of file safearray.c.
|
static |
Definition at line 210 of file safearray.c.
|
static |
Definition at line 189 of file safearray.c.
|
static |
Definition at line 196 of file safearray.c.
|
static |
Definition at line 90 of file safearray.c.
|
static |
Definition at line 130 of file safearray.c.
|
static |
Definition at line 137 of file safearray.c.
|
static |
Definition at line 216 of file safearray.c.
|
static |
Definition at line 222 of file safearray.c.
|
static |
Definition at line 229 of file safearray.c.
|
static |
Definition at line 122 of file safearray.c.
|
static |
Definition at line 111 of file safearray.c.
Definition at line 270 of file safearray.c.
| START_TEST | ( | safearray | ) |
Definition at line 2086 of file safearray.c.
Definition at line 994 of file safearray.c.
Referenced by START_TEST().
Definition at line 380 of file safearray.c.
Referenced by Global_InvokeEx(), and START_TEST().
Definition at line 2029 of file safearray.c.
Referenced by START_TEST().
Definition at line 764 of file safearray.c.
Referenced by START_TEST().
Definition at line 1805 of file safearray.c.
Referenced by START_TEST().
Definition at line 1648 of file safearray.c.
Referenced by START_TEST().
Definition at line 1688 of file safearray.c.
Referenced by START_TEST().
Definition at line 1371 of file safearray.c.
Referenced by START_TEST().
Definition at line 1502 of file safearray.c.
Referenced by START_TEST().
Definition at line 825 of file safearray.c.
Referenced by START_TEST().
Definition at line 1931 of file safearray.c.
Referenced by START_TEST().
Definition at line 1052 of file safearray.c.
Referenced by START_TEST().
Definition at line 1206 of file safearray.c.
Referenced by START_TEST().
Definition at line 1270 of file safearray.c.
Referenced by START_TEST().
Definition at line 1332 of file safearray.c.
Referenced by START_TEST().
Definition at line 1303 of file safearray.c.
Referenced by START_TEST().
Definition at line 935 of file safearray.c.
Referenced by START_TEST().
Definition at line 1254 of file safearray.c.
Definition at line 1249 of file safearray.c.
Definition at line 1259 of file safearray.c.
| UINT addflags |
Definition at line 334 of file safearray.c.
| UINT elemsize |
Definition at line 332 of file safearray.c.
Referenced by test_safearray(), and xdr_vector().
| UINT expflags |
Definition at line 333 of file safearray.c.
Definition at line 43 of file safearray.c.
Referenced by SAFEARRAY_CopyData(), SAFEARRAY_CreateVector(), SafeArrayDestroyData(), SafeArrayDestroyDescriptor(), test_SafeArrayCopy(), test_SafeArrayCopyData(), and test_SafeArrayDestroyData().
|
static |
Definition at line 128 of file safearray.c.
Referenced by RecordInfo_GetSize(), and test_SafeArrayCreateEx().
|
static |
Definition at line 58 of file safearray.c.
Referenced by SAFEARRAY_GetVTSize(), START_TEST(), and test_safearray().
|
static |
Definition at line 60 of file safearray.c.
Referenced by check_for_VT_INT_PTR(), and SAFEARRAY_GetVTSize().
|
static |
Definition at line 46 of file safearray.c.
Referenced by START_TEST().
Definition at line 62 of file safearray.c.
|
static |
Definition at line 235 of file safearray.c.
Referenced by IRecordInfoImpl_Construct().
Definition at line 48 of file safearray.c.
| VARTYPE vt |
Definition at line 331 of file safearray.c.
| struct { ... } vttypes[] |
Referenced by test_safearray().
|
static |
Definition at line 1247 of file safearray.c.
Referenced by test_SafeArrayGetPutElement_IUnknown(), test_SafeArrayRedim_IUnknown(), tunk_AddRef(), and tunk_Release().
|
static |
Definition at line 1245 of file safearray.c.