Home
last modified time | relevance | path

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

/external/dbus/bus/
Ddesktop-file.c41 int n_lines; member
115 for (i = 0; i < section->n_lines; i++) in bus_desktop_file_section_free()
287 desktop_file->sections[n].n_lines = 0; in new_section()
327 if (section->n_allocated_lines == section->n_lines) in new_line()
333 line = &section->lines[section->n_lines++]; in new_line()
613 for (j = 0; j < file->sections[i].n_lines; j++)
734 for (i = 0; i < section->n_lines; i++) in lookup_line()