Searched refs:RtlZeroMemory (Results 1 - 18 of 18) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dkcom.h212 RtlZeroMemory(result,iSize);
224 RtlZeroMemory(result,iSize);
H A Dminwinbase.h11 #define ZeroMemory RtlZeroMemory
H A Dbcrypt.h86 RtlZeroMemory ((&_AUTH_INFO_STRUCT_), sizeof (BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO)); \
H A Dwinternl.h941 #define RtlZeroMemory(Destination,Length) memset((Destination),0,(Length)) macro
H A Dwinnt.h7330 #define RtlZeroMemory(Destination,Length) memset((Destination),0,(Length)) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dkcom.h212 RtlZeroMemory(result,iSize);
224 RtlZeroMemory(result,iSize);
H A Dminwinbase.h11 #define ZeroMemory RtlZeroMemory
H A Dbcrypt.h86 RtlZeroMemory ((&_AUTH_INFO_STRUCT_), sizeof (BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO)); \
H A Dwinternl.h941 #define RtlZeroMemory(Destination,Length) memset((Destination),0,(Length)) macro
H A Dwinnt.h7330 #define RtlZeroMemory(Destination,Length) memset((Destination),0,(Length)) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ddk/
H A Dstdunk.h178 RtlZeroMemory(result, size);
H A Dndis.h3623 RtlZeroMemory(Destination, Length)
3848 RtlZeroMemory(Destination, Length)
H A Dntddk.h3783 RtlZeroMemory(DriverContext, sizeof(IO_DRIVER_CREATE_CONTEXT));
H A Dwdm.h8386 * RtlZeroMemory(
8390 #define RtlZeroMemory(Destination, Length) \ macro
8393 #define RtlZeroBytes RtlZeroMemory
9543 RtlZeroMemory(SListHead, sizeof(SLIST_HEADER));
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
H A Dstdunk.h178 RtlZeroMemory(result, size);
H A Dndis.h3623 RtlZeroMemory(Destination, Length)
3848 RtlZeroMemory(Destination, Length)
H A Dntddk.h3783 RtlZeroMemory(DriverContext, sizeof(IO_DRIVER_CREATE_CONTEXT));
H A Dwdm.h8386 * RtlZeroMemory(
8390 #define RtlZeroMemory(Destination, Length) \ macro
8393 #define RtlZeroBytes RtlZeroMemory
9543 RtlZeroMemory(SListHead, sizeof(SLIST_HEADER));

Completed in 828 milliseconds