Lines Matching refs:stxtheader
195 TranslatorStyledTextStreamHeader stxtheader; in PrintStxtInfo() local
196 memcpy(&stxtheader, buffer, kstxtsize); in PrintStxtInfo()
197 if (swap_data(B_UINT32_TYPE, &stxtheader, kstxtsize, in PrintStxtInfo()
203 if (stxtheader.header.magic != B_STYLED_TEXT_FORMAT) { in PrintStxtInfo()
211 printf("magic number: 0x%.8lx ", stxtheader.header.magic); in PrintStxtInfo()
212 if (stxtheader.header.magic == B_STYLED_TEXT_FORMAT) in PrintStxtInfo()
219 static_cast<unsigned int>(stxtheader.header.header_size)); in PrintStxtInfo()
220 if (stxtheader.header.header_size == kstxtsize) in PrintStxtInfo()
227 static_cast<unsigned int>(stxtheader.header.data_size)); in PrintStxtInfo()
228 if (stxtheader.header.data_size == 0) in PrintStxtInfo()
234 static_cast<int>(stxtheader.version)); in PrintStxtInfo()
235 if (stxtheader.version == 100) in PrintStxtInfo()
266 if (stxtheader.header.header_size == ktxtsize) in PrintStxtInfo()
284 pos = stxtheader.header.header_size + in PrintStxtInfo()