Searched defs:GuardedCopy (Results 1 – 1 of 1) sorted by relevance
919 struct GuardedCopy { struct920 uint32_t magic;921 uLong adler;922 size_t original_length;923 const void* original_ptr;926 static inline const GuardedCopy* FromData(const void* dataBuf) { in FromData()936 static void* Create(const void* buf, size_t len, bool modOkay) { in Create()969 static void* Destroy(void* dataBuf) { in Destroy()983 static void Check(const char* functionName, const void* dataBuf, bool modOkay) { in Check()1044 static uint8_t* DebugAlloc(size_t len) { in DebugAlloc()[all …]