Home
last modified time | relevance | path

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

/external/dbus/bus/
Ddesktop-file.c41 int n_allocated_lines; member
139 if (section->n_allocated_lines == 0) in grow_lines_in_section()
142 new_n_lines = section->n_allocated_lines*2; in grow_lines_in_section()
151 section->n_allocated_lines = new_n_lines; in grow_lines_in_section()
287 desktop_file->sections[n].n_allocated_lines = 0; in new_section()
325 if (section->n_allocated_lines == section->n_lines) in new_line()