Searched refs:Read (Results 1 - 25 of 528) sorted by last modified time

1234567891011>>

/haiku/src/kits/tracker/
H A DFSUtils.cpp1482 ssize_t bytes = srcFile.Read(buffer, bufsize);
H A DContainerWindow.cpp3812 if (node->Read(rectAttributeName, 0, B_RECT_TYPE, sizeof(BRect), &frame)
3829 && node->Read(workspaceAttributeName, 0, B_INT32_TYPE, sizeof(uint32),
3841 && node->Read(kAttrWindowDecor, 0, B_RAW_TYPE, size, buffer)
H A DFilePanelPriv.cpp940 if (node->Read(rectAttributeName, 0, B_RECT_TYPE, sizeof(BRect), &frame)
H A DUtilities.cpp148 if (stream->Read(&testKey, sizeof(uint32)) <= 0
149 || stream->Read(&testVersion, sizeof(int32)) <= 0) {
1107 stream->Read(&length, sizeof(length));
1119 stream->Read(buffer, (size_t)length + 1);
H A DPoseView.cpp423 off_t result = node->Read(name, 0, B_RAW_TYPE, size, buffer);
544 off_t result = node->Read(name, 0, B_RAW_TYPE, size, buffer);
3422 result = srcFile.Read(buffer, 1024);
H A DOpenWithWindow.cpp479 if (node->Read(rectAttributeName, 0, B_RECT_TYPE, sizeof(BRect), &frame)
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortAttribute.h33 status_t Read(attr_cookie* cookie, off_t pos,
H A DShortAttribute.cpp91 ShortAttribute::Read(attr_cookie* cookie, off_t pos, uint8* buffer, size_t* length) function in class:ShortAttribute
93 TRACE("Short Attribute : Read\n");
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp247 if (fSource->Read(buffer, 512) == 512) {
519 // Our last packet is toast in any case. Read the next one so we
651 // Our last packet is toast in any case. Read the next one so
792 ssize_t read = stream->fSource->Read(buffer, bufferSize);
1104 // Read one packet and mark it for later re-use. (So our first
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp1008 return attribute.Read(cookie, pos, (uint8*)buffer, _length);
/haiku/src/kits/package/
H A DPackageInfo.cpp307 if ((result = packageInfoFile.Read(buffer, size)) < size) {
/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp108 virtual fssh_ssize_t Read(void *buffer, int size) = 0;
296 virtual fssh_ssize_t Read(void *buffer, int size) function in class:FSShell::HostFile
681 virtual fssh_ssize_t Read(void *buffer, int size) function in class:FSShell::GuestFile
910 while ((bytesRead = sourceFile->Read(sCopyBuffer, sCopyBufferSize)) > 0) {
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp2033 ssize_t aRead = a.Read(aBuffer, bufferSize);
2034 ssize_t bRead = b.Read(bBuffer, bufferSize);
H A DVolume.cpp1101 ssize_t bytesRead = file.Read(fileContent, size);
/haiku/src/servers/app/
H A DServerApp.cpp609 if (link.Read<team_id>(&team) == B_OK)
617 if (link.Read<int32>(&serverToken) == B_OK)
625 if (link.Read<int32>(&workspace) == B_OK)
633 if (link.Read<int32>(&workspace) == B_OK)
641 if (link.Read<team_id>(&team) == B_OK)
649 if (link.Read<team_id>(&team) == B_OK)
659 link.Read<int32>(&token);
660 if (link.Read<int32>(&action) != B_OK)
757 link.Read<BRect>(&frame);
758 link.Read<color_spac
[all...]
/haiku/src/kits/interface/
H A DFont.cpp253 link.Read<uint32>(&family->flags);
256 link.Read<int32>(&styleCount);
266 link.Read<uint16>(&style->face);
267 link.Read<uint32>(&style->flags);
307 link.Read<int32>(&revision);
365 link.Read<uint16>(&font->fFamilyID);
366 link.Read<uint16>(&font->fStyleID);
367 link.Read<float>(&font->fSize);
368 link.Read<uint16>(&font->fFace);
369 link.Read<uint3
[all...]
H A DGraphicsDefs.cpp207 if (link.Read<uint32>(&flags) < B_OK)
H A DMenu.cpp3495 link.Read<menu_info>(info);
/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp646 ssize_t read = file.Read(buffer, bufferSize);
/haiku/src/apps/deskcalc/
H A DCalcView.cpp838 read = file.Read(buffer, sizeof(buffer) - 1);
/haiku/src/system/kernel/vm/
H A Dvm.cpp4767 status_t status = cache->Read(context.cacheOffset, &vec, 1,
4803 // Read-only pages come in the deepest cache, only the top most cache
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1502 if (fortunes.Read(buff, (size_t)st.st_size) == (ssize_t)st.st_size) {
/haiku/src/add-ons/kernel/drivers/network/ether/usb_rndis/
H A DRNDISDevice.cpp251 RNDISDevice::Read(uint8 *buffer, size_t *numBytes) function in class:RNDISDevice
260 // buffer for each Read() call before scheduling a new USB transfer. This would be more
577 TRACE("Read init command results in %s\n", strerror(result));
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DDevice.cpp117 Device::Read(uint8* buffer, size_t* numBytes) function in class:Device
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp328 void Read(void* buffer, size_t bufferSize, off_t pos, function in struct:FUSEVolume::AttrCookie
1937 FUSEVolume::Read(void* _node, void* _cookie, off_t pos, void* buffer, function in class:FUSEVolume
2586 cookie->Read(buffer, bufferSize, pos, bytesRead);

Completed in 232 milliseconds

1234567891011>>