Home
last modified time | relevance | path

Searched refs:ERROR_UNDEFINED (Results 1 – 8 of 8) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPEHeader.cpp82 if (nRetVal != 0 || nBytesRead != 4) return ERROR_UNDEFINED; in FindDescriptor()
130 return ERROR_UNDEFINED; in Analyze()
138 return ERROR_UNDEFINED; in Analyze()
140 int nRetVal = ERROR_UNDEFINED; in Analyze()
201 if (pInfo->spSeekByteTable == NULL) { return ERROR_UNDEFINED; } in AnalyzeCurrent()
209 if (pInfo->spWaveHeaderData == NULL) { return ERROR_UNDEFINED; } in AnalyzeCurrent()
228 return ERROR_UNDEFINED; in AnalyzeOld()
266 if (pInfo->spWaveHeaderData == NULL) { return ERROR_UNDEFINED; } in AnalyzeOld()
272 if (pInfo->spSeekByteTable == NULL) { return ERROR_UNDEFINED; } in AnalyzeOld()
279 if (pInfo->spSeekBitTable == NULL) { return ERROR_UNDEFINED; } in AnalyzeOld()
H A DMACLib.cpp40 *pErrorCode = ERROR_UNDEFINED; in CreateIAPEDecompressCore()
57 int nErrorCode = ERROR_UNDEFINED; in CreateIAPEDecompress()
98 int nErrorCode = ERROR_UNDEFINED; in CreateIAPEDecompressEx()
158 catch(...) { return ERROR_UNDEFINED; } in FillWaveHeader()
H A DAPESimple.cpp67 int nRetVal = ERROR_UNDEFINED; in CompressFileW()
77 if (spAPECompress == NULL) throw ERROR_UNDEFINED; in CompressFileW()
121 nFunctionRetVal = (nErrorCode == 0) ? ERROR_UNDEFINED : nErrorCode; in CompressFileW()
125 nFunctionRetVal = ERROR_UNDEFINED; in CompressFileW()
150 int nRetVal = ERROR_UNDEFINED; in VerifyFileW()
231 nFunctionRetVal = (nErrorCode == 0) ? ERROR_UNDEFINED : nErrorCode; in VerifyFileW()
235 nFunctionRetVal = ERROR_UNDEFINED; in VerifyFileW()
419 nFunctionRetVal = (nErrorCode == 0) ? ERROR_UNDEFINED : nErrorCode; in DecompressCore()
423 nFunctionRetVal = ERROR_UNDEFINED; in DecompressCore()
H A DWAVInputSource.cpp218 if (!m_bIsValid) return ERROR_UNDEFINED; in GetData()
233 if (!m_bIsValid) return ERROR_UNDEFINED; in GetHeaderData()
248 nRetVal = ERROR_UNDEFINED; in GetHeaderData()
259 if (!m_bIsValid) return ERROR_UNDEFINED; in GetTerminatingData()
274 nRetVal = ERROR_UNDEFINED; in GetTerminatingData()
H A DAPECompress.cpp76 return ERROR_UNDEFINED; in UnlockBuffer()
117 return ERROR_UNDEFINED; in AddData()
148 if (m_pBuffer == NULL) { return ERROR_UNDEFINED; } in ProcessBuffer()
182 return ERROR_UNDEFINED; in ProcessBuffer()
H A DAPEDecompress.cpp22 *pErrorCode = ERROR_UNDEFINED; in CAPEDecompress()
160 return ERROR_UNDEFINED; in Seek()
H A DAPETag.cpp344 nRetVal = ERROR_UNDEFINED;
364 int nRetVal = ERROR_UNDEFINED; in GetFieldString()
419 int nRetVal = ERROR_UNDEFINED; in GetFieldBinary()
H A DAll.h214 #define ERROR_UNDEFINED -1 macro
239 { ERROR_UNDEFINED , "undefined" }, \