Searched refs:fData (Results 126 - 150 of 195) sorted by relevance

12345678

/haiku/src/apps/deskbar/
H A DResourceSet.cpp140 fData(const_cast<void*>(data)), fSize(size), fObject(0),
148 fData(NULL),
157 fData = malloc(fSize);
158 if (file->ReadAt(0, fData, fSize) < B_OK ) {
159 free(fData);
160 fData = NULL;
169 free(fData);
170 fData = NULL;
188 return fData;
223 void* fData; member in class:TResourcePrivate::TypeItem
[all...]
/haiku/src/kits/app/
H A DMessage.cpp46 find_thread(NULL), this, fHeader, fFields, fData, what, (char*)&what, \
226 if (other.fData != NULL)
227 fData = (uint8*)malloc(fHeader->data_size);
229 if (fData == NULL) {
233 } else if (other.fData != NULL)
234 memcpy(fData, other.fData, fHeader->data_size);
297 const char* name = (const char*)fData + field->offset;
306 const char* otherName = (const char*)other.fData
317 uint8* data = fData
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Inode.cpp55 *change = values[0].fData.fValue64;
169 *change = values[0].fData.fValue64;
189 = reinterpret_cast<FileSystemId*>(values[0].fData.fPointer);
199 *fileID = values[1].fData.fValue64;
433 *fileID = values[0].fData.fValue64;
473 cattr[i].fData.fValue64 = 0;
478 cattr[i].fData.fValue32 = perms;
527 *fileID = values[0].fData.fValue64;
572 attr.fData.fValue64 = fInfo.fFileId;
580 attr.fData
[all...]
H A DFileSystem.cpp205 memcpy(fs->fSupAttrs, &values[0].fData.fValue64, sizeof(fs->fSupAttrs));
208 fs->fExpireType = values[1].fData.fValue32;
212 = reinterpret_cast<FileSystemId*>(values[2].fData.fPointer);
216 = reinterpret_cast<FSLocations*>(values[3].fData.fLocations);
314 = reinterpret_cast<FSLocations*>(values[0].fData.fLocations);
H A DRequestBuilder.cpp476 fRequest->Stream().AddOpaque(fh.fData, fh.fSize);
860 str.AddUInt(attr[i].fData.fValue32);
865 str.AddUHyper(attr[i].fData.fValue64);
870 FileHandle* fh = reinterpret_cast<FileHandle*>(attr[i].fData.fPointer);
871 str.AddOpaque(fh->fData, fh->fSize);
876 str.AddUHyper(attr[i].fData.fValue64);
881 str.AddUInt(attr[i].fData.fValue32);
886 str.AddString(reinterpret_cast<char*>(attr[i].fData.fPointer));
891 str.AddString(reinterpret_cast<char*>(attr[i].fData.fPointer));
899 = reinterpret_cast<timespec*>(attr[i].fData
[all...]
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp36 fData(NULL),
47 free(fData);
59 fData = malloc(fSize);
60 if (fData == NULL)
63 ssize_t bytesRead = pread(fFD, fData, fSize, fOffset);
65 free(fData);
66 fData = NULL;
82 free(fData);
83 fData = NULL;
/haiku/src/kits/debugger/value/value_nodes/
H A DBMessageValueNode.cpp115 fData(NULL),
130 delete[] fData;
228 } else if (strcmp(member->Name(), "fData") == 0) {
299 fData = new(std::nothrow) uint8[fHeader->data_size];
300 if (fData == NULL)
304 fData);
311 memcpy(tempBuffer, fData, fHeader->data_size);
532 if (fHeader->field_count == 0 || fFields == NULL || fData == NULL)
543 if (strncmp((const char*)(fData + field->offset), name,
594 uint8 *pointer = fData
[all...]
/haiku/headers/private/kernel/boot/net/
H A DTCP.h28 const void* Data() const { return fData; }
44 void* fData; member in class:TCPPacket
/haiku/headers/private/kernel/boot/
H A Dmenu.h51 const void* Data() const { return fData; }
80 const void* fData; member in class:MenuItem
/haiku/src/kits/mail/
H A DMailMessage.cpp53 fData(NULL),
64 fData = file;
82 fData = new BFile();
83 fStatus = static_cast<BFile*>(fData)->SetTo(ref, B_READ_ONLY);
86 SetToRFC822(fData, ~0L);
95 delete fData;
388 if (BFile* file = dynamic_cast<BFile*>(fData)) {
462 BFile* file = dynamic_cast<BFile*>(fData);
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafAttribute.h78 OnDiskData fData; member in class:AttrLeafHeaderV4
107 OnDiskData fData; member in class:AttrLeafHeaderV5
/haiku/headers/os/app/
H A DKey.h89 mutable BMallocIO fData; member in class:BKey
/haiku/src/add-ons/translators/psd/
H A DDataArray.h60 uint8 *fData; member in class:BDataArray
/haiku/headers/os/locale/
H A DLocaleRoster.h100 BPrivate::LocaleRosterData* fData; member in class:BLocaleRoster
/haiku/src/kits/debugger/debugger_interface/remote/
H A DRemoteDebugRequest.h149 const void* Data() const { return fData; }
162 void* fData; member in class:RemoteDebugWriteMemoryRequest
388 const void* Data() const { return fData; }
396 void* fData; member in class:RemoteDebugReadMemoryResponse
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBitmapBlock.h50 uint32* fData; member in class:BitmapBlock
/haiku/headers/private/storage/
H A DMutablePartition.h99 user_partition_data* fData; member in class:BMutablePartition
/haiku/headers/private/netservices2/
H A DHttpResult.h134 std::shared_ptr<HttpResultPrivate> fData; member in class:BPrivate::Network::BHttpStatusClass::BHttpResult
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.cpp106 fData(volume),
110 fFileEntry(&fData),
111 fExtendedEntry(&fData),
127 status = fData.SetTo(block);
129 icb_header *header = (icb_header *)fData.Block();
/haiku/src/kits/tracker/
H A DAttributeStream.h217 fData(data)
223 delete[] fData;
227 char* fData; member in class:BPrivate::AttributeStreamMemoryNode::AttrNode
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.h92 void *fData; member in class:Block
/haiku/src/build/libroot/
H A Dfs_descriptors.h104 uint8* fData; member in struct:BPrivate::AttributeDescriptor
/haiku/src/servers/registrar/
H A DMessageDeliverer.cpp166 fData(data),
181 free(fData);
186 return fData;
220 void *fData; member in class:MessageDeliverer::Message
/haiku/headers/os/interface/
H A DRegion.h102 clipping_rect* fData; member in class:BRegion
/haiku/headers/build/private/app/
H A DMessagePrivate.h170 return fMessage->fData;

Completed in 237 milliseconds

12345678