Home
last modified time | relevance | path

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

/external/dbus/bus/
Ddesktop-file.c48 int n_sections; member
127 for (i = 0; i < desktop_file->n_sections; i++) in bus_desktop_file_free()
274 if (desktop_file->n_allocated_sections == desktop_file->n_sections) in new_section()
284 n = desktop_file->n_sections; in new_section()
298 desktop_file->n_sections += 1; in new_section()
313 parser->current_section = parser->desktop_file->n_sections - 1; in open_section()
607 for (i = 0; i < file->n_sections; i++)
715 for (i = 0; i < desktop_file->n_sections; i ++) in lookup_section()