Home
last modified time | relevance | path

Searched refs:apRetDataBytes (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/szfile/headers/cafe/
Dszfile.h149 int SZFILE_GetUnpackedFile(SZFILE_ENTRY *apEntry, UINT8 **apRetDataPtr, UINT32 *apRetDataBytes);
/CafeSDK-2.12.13/system/include/cafe/
Dszfile.h149 int SZFILE_GetUnpackedFile(SZFILE_ENTRY *apEntry, UINT8 **apRetDataPtr, UINT32 *apRetDataBytes);
/CafeSDK-2.12.13/system/src/lib/szfile/
Dszfile.c713 int SZFILE_GetUnpackedFile(SZFILE_ENTRY *apEntry, UINT8 **apRetDataPtr, UINT32 *apRetDataBytes) in SZFILE_GetUnpackedFile() argument
720 if (apRetDataBytes) in SZFILE_GetUnpackedFile()
721 *apRetDataBytes = 0; in SZFILE_GetUnpackedFile()
722 if ((!apEntry) || (!apRetDataPtr) || (!apRetDataBytes)) in SZFILE_GetUnpackedFile()
734 *apRetDataBytes = apEntry->mUncompBytes; in SZFILE_GetUnpackedFile()