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

/fuchsia/zircon/third_party/ulib/lz4/
H A Dlz4frame.c804 return : nb Bytes read from srcVoidPtr (necessarily <= srcSize)
808 input : srcVoidPtr points at the **beginning of the frame**
810 static size_t LZ4F_decodeHeader(LZ4F_dctx_t* dctxPtr, const void* srcVoidPtr, size_t srcSize) argument
816 const BYTE* srcPtr = (const BYTE*)srcVoidPtr;
826 if (srcVoidPtr == (void*)(dctxPtr->header))

Completed in 7 milliseconds