Home
last modified time | relevance | path

Searched refs:SZFILE_GetUnpackedFile (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() function
750 err = SZFILE_GetUnpackedFile(pEntry, &pRet, apRetFileBytes); in SZFILE_Get()