Lines Matching refs:stylesheader
138 StylesHeader stylesheader; in PrintStylesAttribute() local
139 memcpy(&stylesheader, pflatRunArray, sizeof(StylesHeader)); in PrintStylesAttribute()
140 if (swap_data(B_UINT32_TYPE, &stylesheader, sizeof(StylesHeader), in PrintStylesAttribute()
150 static_cast<unsigned long>(stylesheader.magic)); in PrintStylesAttribute()
151 if (stylesheader.magic == 'Ali!') in PrintStylesAttribute()
158 static_cast<unsigned long>(stylesheader.version)); in PrintStylesAttribute()
159 if (stylesheader.version == 0) in PrintStylesAttribute()
165 static_cast<int>(stylesheader.count)); in PrintStylesAttribute()
169 for (int32 i = 0; i < stylesheader.count; i++) in PrintStylesAttribute()
346 StylesHeader stylesheader; in PrintStxtInfo() local
352 memcpy(&stylesheader, buffer, sizeof(StylesHeader)); in PrintStxtInfo()
353 if (swap_data(B_UINT32_TYPE, &stylesheader, sizeof(StylesHeader), in PrintStxtInfo()
363 static_cast<unsigned long>(stylesheader.magic)); in PrintStxtInfo()
364 if (stylesheader.magic == 'Ali!') in PrintStxtInfo()
371 static_cast<unsigned long>(stylesheader.version)); in PrintStxtInfo()
372 if (stylesheader.version == 0) in PrintStxtInfo()
378 static_cast<int>(stylesheader.count)); in PrintStxtInfo()
381 for (int32 i = 0; i < stylesheader.count; i++) { in PrintStxtInfo()