Home
last modified time | relevance | path

Searched refs:attrStarted (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp289 bool attrStarted = false, done = false; in HandleAttributes() local
297 &attrStarted, &done); in HandleAttributes()
319 bool* attrStarted, bool* done) in ParseAttribute() argument
331 *attrStarted = true; in ParseAttribute()
333 if (!*attrStarted) { in ParseAttribute()
353 if (!*attrStarted) { in ParseAttribute()
363 if (!*attrStarted) { in ParseAttribute()
401 if (!*attrStarted) { in ParseAttribute()
414 *attrStarted = false; in ParseAttribute()
431 PackageItem::SkipAttribute(uint8* buffer, bool* attrStarted, bool* done) in SkipAttribute() argument
[all …]
H A DPackageItem.h98 uint64* attrOSize, bool* attrStarted,
100 status_t SkipAttribute(uint8* buffer, bool* attrStarted,