HomeSort by relevance Sort by last modified time
    Searched refs:RtlZeroMemory (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kcom.h 212 RtlZeroMemory(result,iSize);
224 RtlZeroMemory(result,iSize);
bcrypt.h 66 RtlZeroMemory((&_AIS_), sizeof (BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO)); \
winternl.h 942 #define RtlZeroMemory(Destination,Length) memset((Destination),0,(Length))
    [all...]
winnt.h     [all...]
winbase.h 90 #define ZeroMemory RtlZeroMemory
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
stdunk.h 178 RtlZeroMemory(result, size);
ndis.h     [all...]
ntddk.h     [all...]
wdm.h     [all...]
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 768 RtlZeroMemory(&pi, sizeof(PARTITION_INFORMATION));
786 RtlZeroMemory(&gi, sizeof(DISK_GEOMETRY));
1104 RtlZeroMemory(io, sizeof(struct struct_io_channel));
1135 RtlZeroMemory(NtData, sizeof(NT_PRIVATE_DATA));

Completed in 912 milliseconds