Searched refs:Read (Results 276 - 300 of 528) sorted by last modified time

<<11121314151617181920>>

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.h82 virtual status_t Read(Node* node, void* cookie, off_t pos,
H A DShareVolume.cpp753 // Read
755 ShareVolume::Read(Node* _node, void* cookie, off_t pos, void* _buffer, function in class:ShareVolume
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DDriver.cpp196 return device->Read((uint8*)buffer, numBytes);
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDriver.cpp159 return device->Read((uint8 *)buffer, numBytes);
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp611 amountReceived = fServerConnection->Read(buf + amountInBuffer,
740 bytesReceived = fServerConnection->Read((char*)&c, 1);
772 ssize_t amountReceived = fServerConnection->Read(buffer,
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.cpp111 file.Read(stringBuffer, dataSize);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DCommands.cpp536 fMessageData.Read(buffer, bunchSize);
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp240 && file.Read(&fWindowFrame, sizeof(BRect)) == sizeof(BRect)) {
244 if (file.Read(&frame, sizeof(BRect)) == sizeof(BRect))
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp775 amountRead = message->Read (data + bufferLen, amountToRead);
857 r = fSocket->Read(buf, SMTP_RESPONSE_SIZE - 1);
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp134 if (file.Read(&settings, sizeof(settings)) == sizeof(settings)) {
/haiku/src/servers/media/
H A DDefaultManager.cpp101 if (file.Read(fBeginHeader, size) < size)
107 if (file.Read(&categoryCount, size) < size) {
117 if (file.Read(&msg_header, size) < size) {
122 if (file.Read(&default_type, size) < size) {
133 if (file.Read(fEndHeader,size) < size) {
/haiku/src/kits/network/libnetapi/
H A DDatagramSocket.cpp122 BDatagramSocket::Read(void* buffer, size_t size) function in class:BDatagramSocket
126 TRACE("%p: BSocket::Read() error: %s\n", this, strerror(errno));
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.h170 status_t Read(T& value);
304 RemoteMessage::Read(T& value) function in class:RemoteMessage
312 int32 readSize = fSource->Read(&value, sizeof(T));
330 Read(rectCount);
334 status_t result = Read(rect);
350 status_t result = Read(array[i]);
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp131 virtual ssize_t Read(uint64 address, void* buffer, size_t size) function in struct:ElfFile::SymbolLookupSource
219 // Read the identification information to determine whether this is an
/haiku/src/add-ons/print/transports/serial_port/
H A DSerialTransport.cpp28 ssize_t Read(void* buffer, size_t size);
99 SerialTransport::Read(void* buffer, size_t size) function in class:SerialTransport
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DWAVInputSource.cpp223 if (m_spIO->Read(pBuffer, nBytes, &nBytesRead) != ERROR_SUCCESS)
244 int nReadRetVal = m_spIO->Read(pBuffer, m_nHeaderBytes, &nBytesRead);
270 int nReadRetVal = m_spIO->Read(pBuffer, m_nTerminatingBytes, &nBytesRead);
H A DStdLibFileIO.cpp142 m_bReadOnly = FALSE; // Read/Write
173 int CStdLibFileIO::Read(void * pBuffer, unsigned int nBytesToRead, unsigned int * pBytesRead) function in class:CStdLibFileIO
232 m_pFile = fopen (pName, "w+b"); // Read/Write // SHINTA
H A DStdLibFileIO.h22 int Read(void * pBuffer, unsigned int nBytesToRead, unsigned int * pBytesRead);
H A DIO.h30 virtual int Read(void * pBuffer, unsigned int nBytesToRead, unsigned int * pBytesRead) = 0;
H A DGlobalFunctions.cpp52 int nRetVal = pIO->Read(pBuffer, nBytes, &nBytesRead);
H A DAPETag.cpp219 nRetVal = m_spIO->Read((unsigned char *) &ID3Tag, sizeof(ID3_TAG), &nBytesRead);
253 nRetVal = m_spIO->Read((unsigned char *) &APETagFooter, APE_TAG_FOOTER_BYTES, &nBytesRead);
266 nRetVal = m_spIO->Read((unsigned char *) spRawTag.GetPtr(), nRawFieldBytes, &nBytesRead);
654 nRetVal = m_spIO->Read(cTagHeader, 3, &nBytesRead);
674 nRetVal = m_spIO->Read(&APETagFooter, APE_TAG_FOOTER_BYTES, &nBytesRead);
H A DAPEInfo.cpp297 m_spIO->Read(pBuffer, m_APEFileInfo.nWAVTerminatingBytes, &nBytesRead);
/haiku/src/add-ons/media/plugins/ape_reader/LibMonkeysAudio/
H A DPositionBridgeIO.h22 virtual int Read(void* oBuf, unsigned int oBytesToRead, unsigned int* oBytesRead);
H A DPositionBridgeIO.cpp76 int TPositionBridgeIO::Read(void* oBuf, unsigned int oBytesToRead, unsigned int* oBytesRead) function in class:TPositionBridgeIO
80 *oBytesRead = mPositionIO->Read(oBuf, oBytesToRead);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.h93 status_t Read(void* buffer, uint32* size, bool* eof);

Completed in 114 milliseconds

<<11121314151617181920>>