Home
last modified time | relevance | path

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

/reactos/dll/win32/setupapi/
H A Dparser.c69 unsigned int alloc_sections; /* total number of allocated section pointers */ member
210 if (file->nb_sections >= file->alloc_sections) in add_section()
212 if (!(file->sections = grow_array( file->sections, &file->alloc_sections, in add_section()
935 if (file->alloc_sections > file->nb_sections) in parse_buffer()
939 file->alloc_sections = file->nb_sections; in parse_buffer()