Home
last modified time | relevance | path

Searched defs:RtlZeroMemory (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/lib/rtl/
H A Dmem.c156 RtlZeroMemory(PVOID Destination, in RtlZeroMemory() function
/reactos/sdk/include/host/
H A Dtypedefs.h262 #define RtlZeroMemory(Destination, Length) memset(Destination, 0, Length) macro
/reactos/sdk/include/psdk/
H A Dwinternl.h600 #define RtlZeroMemory(Dest,Length) RtlFillMemory((Dest),(Length),0) macro
/reactos/sdk/include/xdk/
H A Drtlfuncs.h383 #define RtlZeroMemory(Destination, Length) \ macro
H A Dwinnt_old.h4303 #define RtlZeroMemory(Dest,Length) RtlFillMemory((Dest),(Length),0) macro
/reactos/drivers/filesystems/udfs/Include/
H A Dnt_native.h458 #define RtlZeroMemory(Destination,Length) memset((Destination),0,(Length)) macro
/reactos/sdk/include/reactos/wine/
H A Dwinternl.h2991 #define RtlZeroMemory(Destination,Length) memset((Destination),0,(Length)) macro