Home
last modified time | relevance | path

Searched refs:structure_stage (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/locale/programs/
Dlocfile.c554 if (file->structure_stage < 2) in record_offset()
560 if (file->structure_stage == 1) in record_offset()
561 file->structure_stage = 2; in record_offset()
574 file->structure_stage = 0; in init_locale_data()
663 assert (file->structure_stage == 0); in start_locale_structure()
664 file->structure_stage = 1; in start_locale_structure()
673 assert (file->structure_stage == 2); in end_locale_structure()
674 file->structure_stage = 0; in end_locale_structure()
684 assert (file->structure_stage == 0); in start_locale_prelude()
685 file->structure_stage = 3; in start_locale_prelude()
[all …]
Dlocfile.h35 int structure_stage; member