Searched refs:fData (Results 51 - 75 of 195) sorted by relevance

12345678

/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageFile.cpp61 fData(data),
78 status_t error = fPackage->CreateDataReader(*fData, fReader);
84 fData->UncompressedSize());
101 if (offset < 0 || (uint64)offset > fData->UncompressedSize())
105 fData->UncompressedSize() - offset);
109 MutexLocker locker(fLock, false, fData->Version() == 1);
122 PackageData* fData; member in struct:PackageFile::DataAccessor
134 fData(data),
163 fDataAccessor = new(std::nothrow) DataAccessor(package, &fData);
194 return fData
[all...]
H A DPackageFile.h36 PackageData fData; member in class:PackageFile
/haiku/src/servers/app/
H A DDelayedMessage.cpp65 DelayedMessageData* fData; member in class:ScheduledMessage
180 fData(new(std::nothrow) DelayedMessageData(code, delay < DM_MINIMUM_DELAY
191 delete fData;
198 if (fData == NULL || fHandedOff)
201 return fData->AddTarget(port);
208 if (fData == NULL || fHandedOff)
211 fData->SetMerge(mode, match);
219 if (fData == NULL || fHandedOff)
222 fData->SetFailureCallback(callback, data);
230 if (fData
[all...]
/haiku/src/tests/kits/app/bmessage/
H A DMessageFlattenableItemTest.h30 : fData(data)
34 // { return fData == mft.fData; }
39 virtual ssize_t FlattenedSize() const { return fData.length() + 1; }
44 std::string fData; member in class:MyFlattenableType
49 bool ret = fData == mft.fData;
63 memcpy(buffer, (const void*)fData.c_str(), fData.length());
64 ((char*)buffer)[fData
[all...]
/haiku/src/kits/mail/
H A DMailSettings.cpp67 status = BPrivate::WriteMessageFile(fData, path, "new_mail_daemon");
108 fData = settings;
122 return fData.FindInt32("WindowFollowsCorner");
129 if (fData.ReplaceInt32("WindowFollowsCorner", whichCorner) != B_OK)
130 fData.AddInt32("WindowFollowsCorner", whichCorner);
138 if (fData.FindInt32("ShowStatusWindow", &showStatusWindow) != B_OK) {
150 if (fData.ReplaceInt32("ShowStatusWindow", mode) != B_OK)
151 fData.AddInt32("ShowStatusWindow", mode);
158 return fData.FindBool("DaemonAutoStarts");
165 if (fData
[all...]
/haiku/src/apps/codycam/
H A DFtpClient.cpp26 fData(NULL)
34 delete fData;
84 numRead = fData->Receive(buf, sizeof(buf) - 1);
98 delete fData;
99 fData = NULL;
141 delete fData;
249 if (fData->Send(stmp, slen) < 0)
266 delete fData;
267 fData = NULL;
314 rlen = fData
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBitmapBlock.cpp29 fData(NULL),
46 fData = NULL;
57 fData = (uint32*)CachedBlock::SetToWritable(transaction, block, empty);
59 return fData != NULL;
66 const uint32* data = fData == NULL ? fReadOnlyData : fData;
140 if (fData == NULL || start + length > fNumBits)
154 uint32 bits = B_LENDIAN_TO_HOST_INT32(fData[startIndex]);
175 fData[startIndex] = B_HOST_TO_LENDIAN_INT32(bits);
188 uint32 bits = B_LENDIAN_TO_HOST_INT32(fData[inde
[all...]
/haiku/headers/private/kernel/boot/net/
H A DChainBuffer.h18 void *Data() const { return fData; }
44 void *fData; member in class:ChainBuffer
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dringqueue.h41 intptr_t GetLocation() {return (intptr_t)fData;}
46 unsigned char* fData; member in class:RingQueue
/haiku/src/add-ons/print/drivers/gutenprint/
H A DSelectPrinterDialog.h32 GPData* fData; member in class:SelectPrinterDialog
/haiku/src/kits/debugger/dwarf/
H A DAbbreviationTable.cpp16 fData(NULL),
39 fData = (uint8*)section + fOffset;
47 DataReader abbrevReader(fData, fSize, 4, false);
73 entry.SetTo(code, fData + tableEntry->offset, tableEntry->size);
/haiku/headers/private/shared/
H A DRegExp.h31 { return fData != NULL; }
47 Data* fData; member in class:RegExp
76 MatchResultData* fData; member in class:RegExp::MatchResult
/haiku/headers/private/debugger/model/
H A DTeamMemoryBlock.h40 uint8* Data() { return fData; };
41 size_t Size() const { return sizeof(fData); };
59 uint8 fData[B_PAGE_SIZE]; member in class:TeamMemoryBlock
/haiku/src/bin/debug/strace/
H A DContext.h29 : fSyscall(sc), fData(data), fReader(reader),
39 return fData + param->Offset();
66 char *fData; member in class:Context
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.cpp45 fData(NULL),
98 return fData;
188 fData = fCache->_GetBlock(fNumber);
189 if (!fData)
199 if (fCache && fData)
200 fCache->_ReleaseBlock(fNumber, fData);
201 fData = NULL;
204 fData = NULL;
300 return (block_head*)fData;
315 return (const Key*)((uint8*)fData
[all...]
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A Damiga_ffs.cpp51 BCPLString *string = (BCPLString *)&fData[fSize - offset];
61 if (fData == NULL)
143 fData = (int32 *)malloc(directory.BlockSize());
150 free(fData);
157 return fData != NULL ? B_OK : B_NO_MEMORY;
184 if (read_pos(fDevice, fBlock * fNode.BlockSize(), fData, fNode.BlockSize()) < B_OK)
187 fNode.SetTo(fData);
/haiku/src/servers/keystore/
H A DKeyring.cpp126 fData.MakeEmpty();
300 if (fData.GetInfo(identifier, &type, &count) != B_OK)
307 if (fData.FindMessage(identifier, i, &candidate) != B_OK)
330 return fData.FindMessage(identifier, 0, _foundKeyMessage);
347 if (fData.GetInfo(B_MESSAGE_TYPE, keyIndex, &identifier, NULL,
359 return fData.FindMessage(identifier, index, &_foundKeyMessage);
365 if (fData.FindMessage(identifier, subkeyIndex, &subkey) != B_OK)
414 status_t result = fData.AddMessage(identifier, &keyMessage);
432 if (fData.GetInfo(identifier, &type, &count) != B_OK)
437 if (fData
[all...]
/haiku/src/kits/debugger/debugger_interface/remote/
H A DRemoteDebugRequest.cpp210 fData(NULL),
218 if (fData != NULL)
219 free(fData);
232 fData = malloc(fSize);
233 if (fData == NULL)
237 memcpy(fData, data, fSize);
259 fData = malloc(fSize);
260 if (fData == NULL)
273 memcpy(fData, messageData, numBytes);
291 return _output.AddData("data", B_RAW_TYPE, fData, (ssize_
[all...]
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DTransfer.cpp18 fVector(&fData),
41 if (fVector && fVector != &fData)
68 fData.base = (generic_addr_t)data;
69 fData.length = dataLength;
251 * to the bandwidth needed to transfer fData.iov_len bytes.
270 + (2.083 * ((uint32)(3.167 * (1.1667 * 8 * fData.length))))
274 + (2.083 * ((uint32)(3.167 * (1.1667 * 8 * fData.length))))
284 + (83.54 * ((uint32)(3.167 + (1.1667 * 8 * fData.length))))
288 + (83.54 * ((uint32)(3.167 + (1.1667 * 8 * fData.length))))
296 + (676.67 * ((uint32)(3.167 + (1.1667 * 8 * fData
[all...]
/haiku/src/kits/locale/
H A DLocaleRoster.cpp131 fData(new(std::nothrow) BPrivate::LocaleRosterData(BLanguage("en_US"),
139 delete fData;
153 return fData->Refresh();
163 BAutolock lock(fData->fLock);
167 *timezone = fData->fDefaultTimeZone;
176 return &fData->fDefaultLocale;
202 BAutolock lock(fData->fLock);
206 *languages = fData->fPreferredLanguages;
357 BAutolock lock(fData->fLock);
362 status_t status = fData
[all...]
/haiku/src/tests/servers/app/archived_view/
H A Dmain.cpp34 int32 fData; member in class:TestView
42 fData(42)
57 if (archive->FindInt32("data", &fData) < B_OK)
58 fData = 5;
60 printf("data: %ld\n", fData);
119 ret = into->AddInt32("data", fData);
/haiku/src/kits/media/
H A DBuffer.cpp76 return fData;
197 fData(NULL),
244 fArea = clone_area("a cloned BBuffer", &fData, B_ANY_ADDRESS,
263 fData = (char*)fData + fOffset;
276 if (fData != NULL) {
/haiku/src/system/kernel/debug/
H A Ddebug_hex_dump.cpp37 fData((const uint8*)data),
57 return *fData++;
65 snprintf(buffer, bufferSize, "%p", fData);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DBlocker.h32 Data* fData; member in class:Blocker
/haiku/src/servers/registrar/
H A DClipboard.h28 BMessage fData; member in class:Clipboard

Completed in 245 milliseconds

12345678