Home
last modified time | relevance | path

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

/reactos/dll/win32/dbghelp/
H A Dimage_private.h202 …BOOL (*find_section)(struct image_file_map* fmap, const char* name, struct image_section_map* ism); member
213 if (fmap->ops->find_section(fmap, name, ism)) return TRUE; in image_find_section()
/reactos/dll/win32/setupapi/
H A Dparser.c177 static int find_section( const struct inf_file *file, const WCHAR *name ) in find_section() function
549 if ((section_index = find_section( parser->file, parser->token )) == -1) in add_section_from_token()
957 file->strings_section = find_section( file, Strings ); in parse_buffer()
1051 int version_index = find_section( file, Version ); in parse_file()
1502 if ((section_index = find_section( file, section )) == -1) continue; in SetupGetLineCountW()
1541 if ((section_index = find_section( file, section )) == -1) continue; in SetupGetLineByIndexW()
1600 if ((section_index = find_section( file, section )) == -1) continue; in SetupFindFirstLineW()
1651 int section_index = find_section( file, section->name ); in SetupFindNextLine()
1726 int section_index = find_section( file, section->name ); in SetupFindNextMatchLineW()