Home
last modified time | relevance | path

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

/reactos/dll/win32/dbghelp/
H A Dcoff.c70 int nfiles; member
100 if (coff_files->nfiles + 1 >= coff_files->nfiles_alloc) in coff_add_file()
115 file = coff_files->files + coff_files->nfiles; in coff_add_file()
125 return coff_files->nfiles++; in coff_add_file()
175 coff_files.nfiles = coff_files.nfiles_alloc = 0; in coff_process_info()
201 assert(coff_files.nfiles == 0 && coff_files.nfiles_alloc == 0); in coff_process_info()
311 for (j = 0; j < coff_files.nfiles; j++) in coff_process_info()
320 if (j < coff_files.nfiles) in coff_process_info()
393 for (j = 0; j < coff_files.nfiles; j++) in coff_process_info()
406 for (j = 0; j < coff_files.nfiles; j++) in coff_process_info()
[all …]