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

/haiku/src/tools/restest/
H A DResourceFile.cpp346 uint32 indexSectionOffset = size; local
394 resourcesHeader->rh_index_section_offset = indexSectionOffset;
395 resourcesHeader->rh_admin_section_size = indexSectionOffset
401 data = skip_bytes(buffer, indexSectionOffset);
404 indexHeader->rish_index_section_offset = indexSectionOffset;
853 uint32 indexSectionOffset = _GetUInt32(header.rh_index_section_offset); local
854 if (indexSectionOffset != kResourceIndexSectionOffset) {
856 "should be: %lu.", indexSectionOffset,
865 if (adminSectionSize != indexSectionOffset + indexSectionSize) {
868 indexSectionOffset
885 uint32 indexSectionOffset = _GetUInt32(header.rish_index_section_offset); local
[all...]
/haiku/src/kits/storage/
H A DResourceFile.cpp758 uint32 indexSectionOffset = _GetInt(header.rh_index_section_offset); local
759 if (indexSectionOffset != kResourceIndexSectionOffset) {
762 indexSectionOffset, kResourceIndexSectionOffset);
770 if (adminSectionSize != indexSectionOffset + indexSectionSize) {
773 indexSectionOffset + indexSectionSize);
794 uint32 indexSectionOffset = _GetInt(header.rish_index_section_offset); local
795 if (indexSectionOffset != kResourceIndexSectionOffset) {
798 indexSectionOffset, kResourceIndexSectionOffset);
814 if (unknownSectionOffset != indexSectionOffset + indexSectionSize) {
817 unknownSectionOffset, indexSectionOffset
1103 uint32 indexSectionOffset = size; local
[all...]

Completed in 41 milliseconds