Home
last modified time | relevance | path

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

/external/dbus/bus/
Ddesktop-file.c161 int new_n_sections; in grow_sections() local
165 new_n_sections = 1; in grow_sections()
167 new_n_sections = desktop_file->n_allocated_sections*2; in grow_sections()
170 sizeof (BusDesktopFileSection) * new_n_sections); in grow_sections()
176 desktop_file->n_allocated_sections = new_n_sections; in grow_sections()