Searched refs:tempSize (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/bluetooth/UI/
H A DBluetoothIconView.cpp26 size_t tempSize; local
29 mime.GetIcon(&tempIcon, &tempSize);
31 BIconUtils::GetVectorIcon(tempIcon, tempSize, fBitmap);
/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp285 uint64 tempSize = P_CHUNK_SIZE; local
296 &attrData, &dataSize, &temp, &tempSize, &attrCSize, &attrOSize,
318 uint8** temp, uint64* tempSize, uint64* attrCSize, uint64* attrOSize,
379 if (*tempSize < *attrCSize) {
381 *tempSize = *attrCSize;
382 *temp = new uint8[*tempSize];
397 ret = inflate_data(*temp, *tempSize, *attrData, *dataSize);
969 uint64 tempSize = P_CHUNK_SIZE; local
991 &attrType, &attrData, &dataSize, &temp, &tempSize,
316 ParseAttribute(uint8* buffer, BNode* node, char** attrName, uint32* nameSize, uint32* attrType, uint8** attrData, uint64* dataSize, uint8** temp, uint64* tempSize, uint64* attrCSize, uint64* attrOSize, bool* attrStarted, bool* done) argument
H A DPackageItem.h97 uint64* tempSize, uint64* attrCSize,

Completed in 96 milliseconds