Home
last modified time | relevance | path

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

/reactos/dll/win32/dbghelp/
H A Dpath.c171 PWSTR* filestop, PWSTR* matchstop) in SymMatchFileNameW() argument
177 debugstr_w(file), debugstr_w(match), filestop, matchstop); in SymMatchFileNameW()
188 if (filestop) *filestop = (PWSTR)fptr; in SymMatchFileNameW()
199 PSTR* filestop, PSTR* matchstop) in SymMatchFileName() argument
204 TRACE("(%s %s %p %p)\n", debugstr_a(file), debugstr_a(match), filestop, matchstop); in SymMatchFileName()
215 if (filestop) *filestop = (PSTR)fptr; in SymMatchFileName()