Searched refs:fData (Results 151 - 175 of 195) sorted by relevance

12345678

/haiku/headers/private/kernel/boot/net/
H A DUDP.h34 void *fData; member in class:UDPPacket
/haiku/headers/os/interface/
H A DGradient.h117 } fData; member in class:BGradient
/haiku/src/apps/diskprobe/
H A DDataView.cpp116 fData = (uint8 *)malloc(fDataSize);
154 if (fData == NULL)
188 memcpy(fData, data, fDataSize);
232 fData = (uint8 *)realloc(fData, fDataSize);
312 uint8 *data = fData + fStart;
394 if (fData == NULL || fFileSize == 0)
414 ConvertLine(line, i, fData + i, fSizeInView - i);
863 if (start < 0 || start >= int32(fSizeInView) || fData == NULL)
866 return fData
[all...]
H A DDataView.h100 uint8* fData; member in class:DataView
/haiku/src/kits/app/
H A DServerLink.cpp71 return fReceiver->Read(region->fData,
85 return fSender->Attach(region.fData,
/haiku/headers/private/debugger/elf/
H A DElfFile.h36 const void* Data() const { return fData; }
53 void* fData; member in class:ElfSection
/haiku/src/kits/package/hpkg/v1/
H A DPackageReaderImplV1.cpp57 fData(data)
94 fData->SetUncompressedSize(value.unsignedInt);
110 fData->SetCompression(value.unsignedInt);
115 fData->SetChunkSize(value.unsignedInt);
123 BPackageData* fData; member in struct:BPackageKit::BHPKG::V1::BPrivate::PackageReaderImpl::DataAttributeHandler
H A DPackageDataReaderV1.cpp407 fData(data)
412 BPackageData fData; member in class:BPackageKit::BHPKG::PackageDataInlineReader
/haiku/src/bin/bfs_tools/lib/
H A DDisk.cpp39 fData(data)
45 free(fData);
55 fData = data;
60 return fData;
65 uint8 *fData; member in class:CacheableBlockRun
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp172 uint8 * Data() { return fData; }
207 uint8 * fData; member in class:attribute_overlay::AttributeEntry
906 fData(NULL),
915 fData = (uint8 *)fEntry->name + fEntry->name_length;
925 fData(NULL),
944 free(fData);
972 uint8 *newData = (uint8 *)realloc(fData, size);
978 fData = newData;
989 memcpy(newData, fData, min_c(fEntry->size, size));
992 fData
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeDir.cpp187 fileId = values[0].fData.fValue64;
253 void* data = dirents[i].fAttrs[0].fData.fPointer;
264 id = FileIdToInoT(dirents[i].fAttrs[1].fData.fValue64);
H A DFileInfo.cpp185 attr.fData.fValue64 = fFileId;
H A DReplyInterpreter.h48 } fData; member in struct:AttrValue
/haiku/src/kits/shared/
H A DJson.cpp193 fData(data),
216 return fData;
259 BDataIO* fData; member in class:BPrivate::JsonParseContext
/haiku/headers/os/support/
H A DDataIO.h159 char* fData; member in class:BMallocIO
/haiku/headers/private/app/
H A DMessagePrivate.h170 return fMessage->fData;
/haiku/headers/os/mail/
H A DMailSettings.h77 BMessage fData; member in class:BMailSettings
/haiku/headers/private/debugger/value/value_nodes/
H A DBMessageValueNode.h70 uint8* fData; member in class:BMessageValueNode
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp146 fData(data)
152 return fData;
157 return fData.Size();
161 BPackageData fData; member in struct:PackageFS::PackageFile
/haiku/headers/private/netservices2/
H A DHttpRequest.h136 std::unique_ptr<Data> fData; member in class:BPrivate::Network::BHttpRequest
/haiku/src/kits/media/
H A DPluginManager.cpp86 fData(NULL),
96 fData = source;
105 fData = dynamic_cast<BDataIO*>(fDataIOAdapter);
193 BDataIO* fData; member in class:BMediaIOWrapper
/haiku/src/apps/resedit/
H A DResFields.cpp17 fData(data)
/haiku/src/system/boot/loader/net/
H A DTCP.cpp81 fData(NULL),
89 free(fData);
102 fData = malloc(size);
103 if (fData == NULL)
105 memcpy(fData, data, size);
107 fData = NULL;
/haiku/src/kits/tracker/
H A DAttributeStream.cpp506 memcpy(buffer, attrNode->fData, (size_t)attrNode->fAttr.Size());
591 return fAttributes.ItemAt(fCurrentIndex)->fData;
599 memcpy(buffer, fAttributes.ItemAt(fCurrentIndex)->fData,
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h718 { return fPhysical ? NULL : (uint8 *)fData.base; }
719 size_t DataLength() const { return fData.length; }
756 generic_io_vec fData; member in class:Transfer

Completed in 136 milliseconds

12345678