Home
last modified time | relevance | path

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

/external/dbus/bus/
Ddesktop-file.c50 int n_allocated_sections; member
164 if (desktop_file->n_allocated_sections == 0) in grow_sections()
167 new_n_sections = desktop_file->n_allocated_sections*2; in grow_sections()
176 desktop_file->n_allocated_sections = new_n_sections; in grow_sections()
274 if (desktop_file->n_allocated_sections == desktop_file->n_sections) in new_section()