Searched refs:ERROR_IO_READ (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/LibMonkeysAudio/
H A DPositionBridgeIO.cpp79 return ERROR_IO_READ;
81 return *oBytesRead == 0 ? ERROR_IO_READ : B_OK;
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DUnBitArrayBase.cpp81 return ERROR_IO_READ;
87 return ERROR_IO_READ;
112 return (nRetVal == 0) ? 0 : ERROR_IO_READ;
H A DGlobalFunctions.cpp56 nRetVal = ERROR_IO_READ;
H A DAPECompressCreate.cpp188 if ((nRetVal != 0) || (nBytesRead != sizeof(APEDescriptor))) { return ERROR_IO_READ; }
193 if (nRetVal != 0 || nBytesRead != sizeof(APEHeader)) { return ERROR_IO_READ; }
H A DAPESimple.cpp202 throw(ERROR_IO_READ);
211 throw(ERROR_IO_READ);
218 throw(ERROR_IO_READ);
H A DAPECompress.cpp228 return ERROR_IO_READ;
H A DWAVInputSource.cpp224 return ERROR_IO_READ;
H A DStdLibFileIO.cpp176 return ferror(m_pFile) ? ERROR_IO_READ : 0;
H A DAll.h179 #define ERROR_IO_READ 1000 macro
217 { ERROR_IO_READ , "I/O read error" }, \

Completed in 100 milliseconds