Searched refs:apRetEntryPtr (Results 1 – 4 of 4) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/szfile/ |
| D | szfile.c | 626 static int sFindInDir(SZFILE_DIR *apDir, char const *apPath, SZFILE_ENTRY **apRetEntryPtr) in sFindInDir() argument 636 *apRetEntryPtr = NULL; in sFindInDir() 663 *apRetEntryPtr = pEntry; in sFindInDir() 674 err = sFindInDir(pSubDir, apPath + partLen + 1, apRetEntryPtr); in sFindInDir() 683 int SZFILE_FindInArc(SZFILE_ARC *apArc, char const *apFileName, SZFILE_ENTRY **apRetEntryPtr) in SZFILE_FindInArc() argument 685 if ((!apArc) || (!apFileName) || (!apRetEntryPtr)) in SZFILE_FindInArc() 689 return sFindInDir(apArc->mpRootDir, apFileName, apRetEntryPtr); in SZFILE_FindInArc()
|
| /CafeSDK-2.12.13-1/system/include/cafe/ |
| D | szfile.h | 144 int SZFILE_FindInArc(SZFILE_ARC *apArc, char const *apFileName, SZFILE_ENTRY **apRetEntryPtr);
|
| /CafeSDK-2.12.13-1/system/src/lib/szfile/headers/cafe/ |
| D | szfile.h | 144 int SZFILE_FindInArc(SZFILE_ARC *apArc, char const *apFileName, SZFILE_ENTRY **apRetEntryPtr);
|
| /CafeSDK-2.12.13-1/system/src/lib/zipfile/ |
| D | zipfile.c | 778 static int sFindInDir(ZIPPED_DIR *apDir, char const *apPath, ZIPPED_FILE **apRetEntryPtr) in sFindInDir() argument 788 *apRetEntryPtr = NULL; in sFindInDir() 815 *apRetEntryPtr = pEntry; in sFindInDir() 826 err = sFindInDir(pSubDir, apPath + partLen + 1, apRetEntryPtr); in sFindInDir()
|