Home
last modified time | relevance | path

Searched refs:Null (Results 1 – 25 of 140) sorted by relevance

123456

/reactos/modules/rostests/winetests/vbscript/
H A Dapi.vbs182 Call ok(not isObject(Null), "isObject(Null) is true?")
194 Call ok(not isEmpty(Null), "isEmpty(Null) is true?")
206 Call ok(isNull(Null), "isNull(Null) is not true?")
476 Call ok(getVT(UCase(Null)) = "VT_NULL", "getVT(UCase(Null)) = " & getVT(UCase(Null)))
490 Call ok(getVT(LCase(Null)) = "VT_NULL", "getVT(LCase(Null)) = " & getVT(LCase(Null)))
1079 Call ok(TypeName(Null) = "Null", "TypeName(Null) = " & TypeName(Null))
1080 Call ok(getVT(TypeName(Null)) = "VT_BSTR", "getVT(TypeName(Null)) = " & getVT(TypeName(Null)))
1100 Call ok(VarType(Null) = vbNull, "VarType(Null) = " & VarType(Null))
1101 Call ok(getVT(VarType(Null)) = "VT_I2", "getVT(VarType(Null)) = " & getVT(VarType(Null)))
1153 Call testSgnError(Null, 94)
[all …]
/reactos/dll/win32/dnsapi/
H A Dquery.c329 …locateHeap(RtlGetProcessHeap(), 0, sizeof(DNS_NULL_DATA) + QueryResultWide->Data.Null.dwByteCount); in DnsQuery_CodePage()
415 … ConvertedRecord->wDataLength = sizeof(DNS_NULL_DATA) + QueryResultWide->Data.Null.dwByteCount; in DnsQuery_CodePage()
416 ConvertedRecord->Data.Null.dwByteCount = QueryResultWide->Data.Null.dwByteCount; in DnsQuery_CodePage()
417 …memcpy(&ConvertedRecord->Data.Null.Data, &QueryResultWide->Data.Null.Data, QueryResultWide->Data.N… in DnsQuery_CodePage()
H A Drecord.c195 if (r1->Data.Null.dwByteCount != r2->Data.Null.dwByteCount) in DnsRecordCompare()
197 if (memcmp( r1->Data.Null.Data, in DnsRecordCompare()
198 r2->Data.Null.Data, r1->Data.Null.dwByteCount )) in DnsRecordCompare()
/reactos/drivers/base/null/
H A Dnull.rc2 #define REACTOS_STR_FILE_DESCRIPTION "Null Device Driver"
/reactos/dll/win32/setupapi/
H A Ddirid.c60 static const WCHAR Null[] = {0}; in create_system_dirid() local
78 return Null; in create_system_dirid()
/reactos/sdk/include/ddk/
H A Drxprocs.h307 _In_ PVOID Null,
313 _In_ PVOID Null);
318 _In_ PVOID Null,
324 _In_ PVOID Null);
/reactos/hal/halx86/mp/
H A Dmpsboot.asm103 dw 0x0 ; Null descriptor
/reactos/dll/win32/vbscript/
H A Dvbscript.rc41 VBSE_ILLEGAL_NULL_USE "Invalid use of Null"
/reactos/dll/directx/wine/quartz/
H A Dquartz_strmif.idl123 helpstring("Null Renderer"),
H A Dquartz_strmif.rgs244 '{C1F400A4-3F08-11D3-9F0B-006008039E37}' = s 'Null Renderer'
/reactos/dll/cpl/intl/lang/
H A Dde-DE.rc142 hh, mm, ss = führende Null h, m, s = keine führende Null", -1, 13, 150, 214, 50, WS_CHILD | WS_VI…
/reactos/boot/freeldr/freeldr/arch/realmode/
H A Dhelpers_pc98.inc47 /* Null test */
/reactos/sdk/include/psdk/
H A Dwindns.h582 DNS_NULL_DATA Null; member
615 DNS_NULL_DATA Null; member
/reactos/drivers/filesystems/fastfat/
H A Dfatprocs.h1537 IN PVOID Null,
1545 IN PVOID Null
1552 IN PVOID Null,
1560 IN PVOID Null
/reactos/media/nls/src/
H A Dc_10005.txt7 0x00 0x0000 ;Null
267 0x0000 0x00 ;Null
H A Dc_20269.txt7 0x00 0x0000 ;Null
267 0x0000 0x00 ;Null
H A Dc_21027.txt7 0x00 0x0000 ;Null
267 0x0000 0x00 ;Null
H A Dc_1257.txt7 0x00 0x0000 ;Null
267 0x0000 0x00 ;Null
H A Dc_10021.txt7 0x00 0x0000 ;Null
260 0x0000 0x00 ;Null
H A Dc_10007.txt7 0x00 0x0000 ;Null
267 0x0000 0x00 ;Null
H A Dc_20424.txt7 0x00 0x0000 ;Null
267 0x0000 0x00 ;Null
H A Dc_10017.txt7 0x00 0x0000 ;Null
267 0x0000 0x00 ;Null
H A Dc_20833.txt7 0x00 0x0000 ;Null
267 0x0000 0x00 ;Null
H A Dc_864.txt7 0x00 0x0000 ;Null
303 0x0000 0x00 ;Null
/reactos/ntoskrnl/kd64/
H A Dkdapi.c1887 LARGE_INTEGER Null = {{0}}; in KdpQueryPerformanceCounter() local
1893 return Null; in KdpQueryPerformanceCounter()

123456