Searched refs:stylesheader (Results 1 – 1 of 1) sorted by relevance
138 StylesHeader stylesheader; in PrintStylesAttribute() local139 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[all …]