Home
last modified time | relevance | path

Searched defs:pInputFilename (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPESimple.cpp25 int __stdcall CompressFile(const str_ansi * pInputFilename, const str_ansi * pOutputFilename, int n… in CompressFile()
32 int __stdcall DecompressFile(const str_ansi * pInputFilename, const str_ansi * pOutputFilename, int… in DecompressFile()
39 int __stdcall ConvertFile(const str_ansi * pInputFilename, const str_ansi * pOutputFilename, int nC… in ConvertFile()
46 int __stdcall VerifyFile(const str_ansi * pInputFilename, int * pPercentageDone, APE_PROGRESS_CALLB… in VerifyFile()
55 int __stdcall CompressFileW(const str_utf16 * pInputFilename, const str_utf16 * pOutputFilename, in… in CompressFileW()
140 int __stdcall VerifyFileW(const str_utf16 * pInputFilename, int * pPercentageDone, APE_PROGRESS_CAL… in VerifyFileW()
253 int __stdcall DecompressFileW(const str_utf16 * pInputFilename, const str_utf16 * pOutputFilename, … in DecompressFileW()
264 int __stdcall ConvertFileW(const str_utf16 * pInputFilename, const str_utf16 * pOutputFilename, int… in ConvertFileW()
272 int DecompressCore(const str_utf16 * pInputFilename, const str_utf16 * pOutputFilename, int nOutput… in DecompressCore()