Searched refs:stringTableSize (Results 1 – 1 of 1) sorted by relevance
210 uint32_t stringTableSize = static_cast<uint32_t>((dst - stringtable) + 4); local219 …((sizeof(obj) + stringTableSize + 3u) / 4u) * 4u; // DWORD align the data directly after the heade…245 fwrite(&stringTableSize, 1, sizeof(stringTableSize), d);246 fwrite(stringtable, 1, stringTableSize - 4, d);