Searched refs:fData (Results 76 - 100 of 156) sorted by relevance

1234567

/haiku-fatelf/src/preferences/filetypes/
H A DIconView.cpp153 fData(NULL),
163 fData(NULL),
174 free(fData);
254 if (fData != NULL || force)
255 status = info.SetIconForType(type, fData, fSize);
286 if (fData != NULL || force)
287 status = type.SetIcon(fData, fSize);
309 if (status == B_OK && fData != NULL)
310 status = message.AddData("icon", B_VECTOR_ICON_TYPE, fData, fSize);
351 free(fData);
[all...]
/haiku-fatelf/src/kits/app/
H A DMessage.cpp46 find_thread(NULL), this, fHeader, fFields, fData, what, (char *)&what, \
224 if (other.fData != NULL)
225 fData = (uint8 *)malloc(fHeader->data_size);
227 if (fData == NULL) {
232 memcpy(fData, other.fData, fHeader->data_size);
295 const char *name = (const char *)fData + field->offset;
304 const char *otherName = (const char *)other.fData
315 uint8 *data = fData + field->offset + field->name_length;
316 uint8 *otherData = other.fData
[all...]
/haiku-fatelf/src/bin/
H A Dxres.cpp172 delete[] fData;
177 data = fData;
185 fData = new uint8[size];
186 memcpy(fData, data, size);
190 fData = (uint8*)data;
197 uint8 *fData; member in struct:MemoryResourceDataSource
208 fData(NULL),
220 if (!fData) {
250 fData = new uint8[size];
252 ssize_t bytesRead = file.ReadAt(0, fData, fSiz
275 uint8 *fData; member in struct:FileResourceDataSource
[all...]
/haiku-fatelf/src/tools/elfsymbolpatcher/
H A DElfFile.cpp72 uint8* GetData() const { return fData; }
88 uint8* fData; member in class:SymbolPatcher::ElfSection
95 fData(NULL)
197 if (fHeader && !fData && fHeader->sh_type != SHT_NULL
201 fData = new uint8[fHeader->sh_size];
202 if (!fData)
205 error = read_exactly(*file, fHeader->sh_offset, fData,
217 if (fData) {
218 delete[] fData;
219 fData
[all...]
/haiku-fatelf/src/servers/app/
H A DServerPicture.cpp848 fData = new(std::nothrow) BMallocIO();
850 PictureDataWriter::SetTo(fData);
857 fData(NULL),
868 fData = mallocIO;
874 picture.fData->ReadAt(0, const_cast<void*>(mallocIO->Buffer()),
877 PictureDataWriter::SetTo(fData);
884 fData(NULL),
902 fData = offsetFile;
904 PictureDataWriter::SetTo(fData);
912 delete fData;
[all...]
/haiku-fatelf/headers/private/shared/
H A DOpenHashTable.h152 Element *fData; member in class:BPrivate::OpenHashElementArray
393 fData = (Element*)calloc((size_t)initialSize, sizeof(Element));
399 free(fData);
406 return fData;
414 return fData[index];
422 return fData[index];
429 int32 result = &element - fData;
474 memcpy(newData, fData, fSize * sizeof(Element));
475 free(fData);
477 Element *newData = (Element*)realloc(fData,
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DOpenHashTable.h152 Element *fData; member in class:OpenHashElementArray
377 fData = (Element*)AreaUtils::calloc((size_t)initialSize, sizeof(Element));
383 AreaUtils::free(fData);
390 return fData;
398 return fData[index];
406 return fData[index];
413 int32 result = &element - fData;
458 memcpy(newData, fData, fSize * sizeof(Element));
459 free(fData);
461 Element *newData = (Element*)AreaUtils::realloc(fData,
[all...]
/haiku-fatelf/src/apps/webpositive/support/
H A DOpenHashTable.h152 Element *fData; member in class:BPrivate::OpenHashElementArray
393 fData = (Element*)calloc((size_t)initialSize, sizeof(Element));
399 free(fData);
406 return fData;
414 return fData[index];
422 return fData[index];
429 int32 result = &element - fData;
474 memcpy(newData, fData, fSize * sizeof(Element));
475 free(fData);
477 Element *newData = (Element*)realloc(fData,
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DOpenHashTable.h148 Element *fData; member in class:OpenHashElementArray
389 fData = (Element*)calloc((size_t)initialSize, sizeof(Element));
395 free(fData);
402 return fData;
410 return fData[index];
418 return fData[index];
425 int32 result = &element - fData;
470 memcpy(newData, fData, fSize * sizeof(Element));
471 free(fData);
473 Element *newData = (Element*)realloc(fData,
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DOpenHashTable.h153 Element *fData; member in class:OpenHashElementArray
378 fData = (Element*)AreaUtils::calloc((size_t)initialSize, sizeof(Element));
384 AreaUtils::free(fData);
391 return fData;
399 return fData[index];
407 return fData[index];
414 int32 result = &element - fData;
459 memcpy(newData, fData, fSize * sizeof(Element));
460 free(fData);
462 Element *newData = (Element*)AreaUtils::realloc(fData,
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DIcb.h131 descriptor_tag &_Tag() const { return ((icb_header *)fData.Block())->tag(); }
132 icb_entry_tag &_IcbTag() const { return ((icb_header *)fData.Block())->icb_tag(); }
134 { return (file_icb_entry *)fData.Block(); }
136 { return (extended_file_icb_entry *)fData.Block(); }
147 CachedBlock fData; member in class:Icb
/haiku-fatelf/src/add-ons/kernel/busses/scsi/ahci/
H A Dsata_request.cpp19 fData(NULL),
31 fData(NULL),
48 fData = data;
/haiku-fatelf/src/add-ons/print/drivers/gutenprint/
H A DSelectPrinterDialog.cpp59 fData(data)
168 fData->fGutenprintDriverName = driverName;
169 fData->Save();
/haiku-fatelf/src/system/boot/loader/net/
H A DUDP.cpp31 fData(NULL),
39 free(fData);
51 fData = malloc(size);
52 if (fData == NULL)
54 memcpy(fData, data, size);
83 return fData;
/haiku-fatelf/src/kits/media/
H A DControllable.cpp60 fData = const_cast<void*>(smallBuffer);
65 fArea = clone_area("get parameter data clone", &fData,
70 fData = NULL;
83 return fData != NULL ? B_OK : fArea;
88 return fData;
93 void* fData; member in class:BPrivate::media::ReceiveTransfer
/haiku-fatelf/headers/os/mail/
H A DMailMessage.h33 BPositionIO *Data() const { return fData; }
99 BPositionIO *fData; member in class:BEmailMessage
/haiku-fatelf/headers/private/kernel/boot/
H A Dmenu.h51 const void* Data() const { return fData; }
75 const void* fData; member in class:MenuItem
/haiku-fatelf/src/apps/debugger/elf/
H A DElfFile.h29 const void* Data() const { return fData; }
44 void* fData; member in class:ElfSection
/haiku-fatelf/headers/os/app/
H A DClipboard.h61 BMessage* fData; member in class:BClipboard
/haiku-fatelf/headers/os/media/
H A DBuffer.h81 void* fData; member in class:BBuffer
H A DSound.h64 void* fData; member in class:BSound
/haiku-fatelf/headers/os/package/hpkg/
H A DDataReader.h61 const void* fData; member in class:BPackageKit::BHPKG::BBufferDataReader
/haiku-fatelf/headers/private/app/
H A DLooperList.h81 std::vector<LooperData> fData; member in class:BPrivate::BLooperList
/haiku-fatelf/src/apps/codycam/
H A DFtpClient.h67 BNetEndpoint* fData; member in class:FtpClient
/haiku-fatelf/src/apps/debugger/model/
H A DTeamMemoryBlock.cpp84 && address < (fBaseAddress + sizeof(fData));

Completed in 896 milliseconds

1234567