Searched refs:Read (Results 101 - 125 of 528) sorted by last modified time

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.h87 virtual status_t Read(void* node, void* cookie, off_t pos,
/haiku/src/add-ons/translators/shared/
H A DBaseTranslator.cpp273 if (inSource->Read(
390 // Read in the magic number and determine if it
393 if (inSource->Read(ch, 4) != 4)
399 // Read settings from ioExtension
546 rd = inSource->Read(buf, 1024);
552 rd = inSource->Read(buf, std::min((uint32)1024,
736 ssize_t ret = inSource->Read(buffer, kbufsize);
739 ret = inSource->Read(buffer, kbufsize);
/haiku/src/servers/mount/
H A DAutoMounter.cpp856 if (fPrefsFile.Read(buffer, (size_t)settingsSize) != settingsSize) {
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafAttribute.cpp168 LeafAttribute::Read(attr_cookie* cookie, off_t pos, uint8* buffer, size_t* length) function in class:LeafAttribute
170 TRACE("LeafAttribute::Read\n");
H A DLeafAttribute.h159 status_t Read(attr_cookie* cookie, off_t pos,
H A DNodeAttribute.cpp192 NodeAttribute::Read(attr_cookie* cookie, off_t pos, uint8* buffer, size_t* length) function in class:NodeAttribute
194 TRACE("NodeAttribute::Read\n");
H A DNodeAttribute.h22 status_t Read(attr_cookie* cookie, off_t pos,
/haiku/src/kits/interface/
H A DBitmap.cpp868 link.Read(restrictions, sizeof(overlay_restrictions));
1117 link.Read<int32>(&fServerToken);
1118 link.Read<area_id>(&fServerArea);
1153 link.Read<int32>(&fServerToken);
1156 link.Read<uint8>(&allocationFlags);
1157 link.Read<area_id>(&fServerArea);
1158 link.Read<int32>(&fAreaOffset);
1177 link.Read<int32>(&bytesPerRow);
1313 link.Read<int32>(&fServerToken);
1315 link.Read<area_i
[all...]
H A DWindow.cpp756 && fLink->Read<port_id>(&sendPort) == B_OK) {
760 fLink->Read<BRect>(&fFrame);
761 fLink->Read<float>(&fMinWidth);
762 fLink->Read<float>(&fMaxWidth);
763 fLink->Read<float>(&fMinHeight);
764 fLink->Read<float>(&fMaxHeight);
1186 fLink->Read<BPoint>(&origin);
1189 fLink->Read<float>(&width);
1190 fLink->Read<float>(&height);
1205 status_t error = fLink->Read<int3
[all...]
H A DView.cpp291 link.Read<ViewGetStateInfo>(&info);
324 link.Read<double[6]>(&_transform);
334 link.Read<int32>(&clippingRectCount);
339 link.Read<BRect>(&rect);
1645 fOwner->fLink->Read<BPoint>(&location);
1646 fOwner->fLink->Read<uint32>(&buttons);
1912 fOwner->fLink->Read<BPoint>(&fState->origin);
1951 fOwner->fLink->Read<float>(&fState->scale);
1990 fOwner->fLink->Read<BAffineTransform>(&fState->transform);
2012 fOwner->fLink->Read<BAffineTransfor
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/usb_ecm/
H A DDriver.cpp99 return device->Read((uint8 *)buffer, numBytes);
H A DECMDevice.cpp187 ECMDevice::Read(uint8 *buffer, size_t *numBytes) function in class:ECMDevice
/haiku/src/kits/media/
H A DPluginManager.cpp49 ssize_t ret = fDataIO->Read(buffer, size);
/haiku/src/servers/app/
H A DServerPicture.cpp1343 link.Read<int32>(&size);
1352 ssize_t read = link.Read(buffer, size);
1390 ssize_t read = fData->Read(buffer, size);
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp765 VMAnonymousCache::Read(off_t offset, const generic_io_vec* vecs, size_t count, function in class:VMAnonymousCache
/haiku/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp145 return tiff_get_pio(stream)->Read(buf, size);
530 read = inSource->Read(inBuffer, inBufferSize);
544 read = inSource->Read(inBuffer, min_c(inBufferSize, remaining));
566 read = inSource->Read(inBuffer, inBufferSize);
579 read = inSource->Read(inBuffer, min_c(inBufferSize, remaining));
/haiku/src/kits/network/libnetservices2/
H A DHttpBuffer.cpp38 \exception BNetworkRequestError When BDataIO::Read() returns any error other than B_WOULD_BLOCK
60 bytesRead = source->Read(fBuffer.data() + currentSize, remainingBufferSize);
67 "BDataIO::Read()", BNetworkRequestError::NetworkError, bytesRead);
/haiku/src/kits/network/libnetservices/
H A DHttpRequest.cpp622 bytesRead = fSocket->Read(chunk, kHttpBufferSize);
807 size = decompressorStorage.Read(buffer, size);
847 size = decompressorStorage.Read(buffer, size);
1142 readSize = upFile.Read(readBuffer,
1146 readSize = upFile.Read(readBuffer,
1177 ssize_t read = fOptInputData->Read(outputTempBuffer,
H A DHttpForm.cpp344 readSize = upFile.Read(readBuffer, 1024);
348 readSize = upFile.Read(readBuffer, 1024);
H A DGopherRequest.cpp279 bytesRead = fSocket->Read(chunk, kGopherBufferSize);
H A DFileRequest.cpp89 chunkSize = file.Read(chunk, sizeof(chunk));
/haiku/src/add-ons/kernel/drivers/input/usb_hid/
H A DDriver.cpp271 return cookie->handler->Read(&cookie->cookie, position, buffer, numBytes);
/haiku/src/apps/bootmanager/
H A DLegacyBootMenu.cpp534 if (file->Read(buffer, size) != (ssize_t)size) {
/haiku/src/add-ons/translators/ppm/
H A DPPMTranslator.cpp646 if (inSource->Read(ch, 2) != 2)
693 while (inSource->Read(ch, 1) == 1) {
780 if (io->Read(ptr + skipped, rd) != rd)
860 while ((err = in->Read(&ch, 1)) == 1) {
964 err = inBuffer.Read(data, rowbytes);
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp465 Read(jas_stream_obj_t* object, char* buffer, const int length) function
467 return (*(BPositionIO**)object)->Read(buffer, length);
493 Read,
564 B_TRANSLATE("Read greyscale images as RGB32"),
751 AddTab(new TranslatorReadView(B_TRANSLATE("Read"),
794 status_t err = inSource->Read(header, sizeof(TranslatorBitmap));
853 // Read until end of file or error
856 err = in->Read(buffer, to_read);
882 // Read info about bitmap
884 status_t err = in->Read(
[all...]

Completed in 124 milliseconds

1234567891011>>