Home
last modified time | relevance | path

Searched refs:matchstop (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()
189 if (matchstop) *matchstop = (PWSTR)mptr; 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()
216 if (matchstop) *matchstop = (PSTR)mptr; in SymMatchFileName()