Searched refs:ga_text (Results 1 – 1 of 1) sorted by relevance
4983 garray_T ga_text; in read_dump_file() local5014 dump_is_corrupt(&ga_text); in read_dump_file()5028 ga_append(&ga_text, NUL); in read_dump_file()5034 ga_text.ga_len = 0; in read_dump_file()5053 ga_append(&ga_text, c); in read_dump_file()5060 ga_append(&ga_text, c); in read_dump_file()5169 dump_is_corrupt(&ga_text); in read_dump_file()5206 if (ga_text.ga_len > 0) in read_dump_file()5209 dump_is_corrupt(&ga_text); in read_dump_file()5210 ga_append(&ga_text, NUL); in read_dump_file()[all …]