Home
last modified time | relevance | path

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

/reactos/dll/win32/dbghelp/
H A Dpath.c473 static BOOL CALLBACK module_find_cb(PCWSTR buffer, PVOID user) in module_find_cb() function
620 if (module_find_cb(full_pathW, &mf)) in path_find_symbol_file()
637 if (do_searchW(filename, buffer, FALSE, module_find_cb, &mf)) return TRUE; in path_find_symbol_file()
641 if (do_searchW(filename, buffer, FALSE, module_find_cb, &mf)) return TRUE; in path_find_symbol_file()
659 if (do_searchW(filename, buffer, FALSE, module_find_cb, &mf)) return TRUE; in path_find_symbol_file()