Searched hist:"3 f40dcb6b457b3560ba6e5c190e52b18b5531bc2" (Results 1 – 3 of 3) sorted by relevance
/haiku/headers/private/package/hpkg/ |
H A D | Strings.h | 3f40dcb6b457b3560ba6e5c190e52b18b5531bc2 Fri Oct 25 20:53:25 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> PackageWriterImpl::_AttributeRemoved(): Update string cache
When removing a string attribute, decrement the referenced string's usage count in the string cache. This fixes the potentially incorrect usage counts in update mode. Not a serious problem, but it could lead to only singly (or no longer) used strings to be written to the string subsection instead of encoding them inline and thus to slightly greater file sizes.
|
/haiku/src/kits/package/hpkg/ |
H A D | Strings.cpp | 3f40dcb6b457b3560ba6e5c190e52b18b5531bc2 Fri Oct 25 20:53:25 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> PackageWriterImpl::_AttributeRemoved(): Update string cache
When removing a string attribute, decrement the referenced string's usage count in the string cache. This fixes the potentially incorrect usage counts in update mode. Not a serious problem, but it could lead to only singly (or no longer) used strings to be written to the string subsection instead of encoding them inline and thus to slightly greater file sizes.
|
H A D | PackageWriterImpl.cpp | 3f40dcb6b457b3560ba6e5c190e52b18b5531bc2 Fri Oct 25 20:53:25 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> PackageWriterImpl::_AttributeRemoved(): Update string cache
When removing a string attribute, decrement the referenced string's usage count in the string cache. This fixes the potentially incorrect usage counts in update mode. Not a serious problem, but it could lead to only singly (or no longer) used strings to be written to the string subsection instead of encoding them inline and thus to slightly greater file sizes.
|