Searched refs:appRetDir (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13/system/include/cafe/ |
| D | zipfile.h | 125 …Data, UINT32 aFileBytes, ZIPFILE_pf_Alloc afAlloc, ZIPFILE_pf_Free afFree, ZIPPED_DIR **appRetDir);
|
| /CafeSDK-2.12.13/system/src/lib/zipfile/headers/cafe/ |
| D | zipfile.h | 125 …Data, UINT32 aFileBytes, ZIPFILE_pf_Alloc afAlloc, ZIPFILE_pf_Free afFree, ZIPPED_DIR **appRetDir);
|
| /CafeSDK-2.12.13/system/src/lib/zipfile/ |
| D | zipfile.c | 657 …eData, UINT32 aFileBytes, ZIPFILE_pf_Alloc afAlloc, ZIPFILE_pf_Free afFree, ZIPPED_DIR **appRetDir) in ZIPFILE_CreateDir() argument 670 if (!appRetDir) in ZIPFILE_CreateDir() 672 *appRetDir = NULL; in ZIPFILE_CreateDir() 733 *appRetDir = pDirs; in ZIPFILE_CreateDir() 767 sDirify(*appRetDir, pFiles, fileCount, &pDirs); in ZIPFILE_CreateDir() 769 if (pDirs != ((*appRetDir)+dirCount)) in ZIPFILE_CreateDir()
|