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

/haiku-fatelf/src/apps/packageinstaller/
H A DPackageItem.cpp239 uint64 tempSize = P_CHUNK_SIZE; local
250 &attrData, &dataSize, &temp, &tempSize, &attrCSize, &attrOSize,
272 uint8 **temp, uint64 *tempSize, uint64 *attrCSize, uint64 *attrOSize,
333 if (*tempSize < *attrCSize) {
335 *tempSize = *attrCSize;
336 *temp = new uint8[*tempSize];
351 ret = inflate_data(*temp, *tempSize, *attrData, *dataSize);
862 uint64 tempSize = P_CHUNK_SIZE; local
884 &attrType, &attrData, &dataSize, &temp, &tempSize,
270 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 38 milliseconds