Searched refs:SymMatchStringW (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/dbghelp/ |
H A D | symbol.c | 775 ret = SymMatchStringW(nameW, match, FALSE); in symt_enum_module() 979 ret = SymMatchStringW(nameW, match, in symt_enum_locals_helper() 1080 if (SymMatchStringW(pair.requested->module.ModuleName, mod, FALSE) && in sym_enum() 1095 if (SymMatchStringW(pair.requested->module.ModuleName, mod, FALSE) && in sym_enum() 2028 ret = SymMatchStringW(strW, reW, _case); in SymMatchStringA() 2038 BOOL WINAPI SymMatchStringW(PCWSTR string, PCWSTR re, BOOL _case) in SymMatchStringW() function 2225 if (SymMatchStringW(fileW, srcmask, FALSE)) in SymEnumLines()
|
H A D | dbghelp.spec | 147 @ stdcall SymMatchStringW(wstr wstr long)
|
H A D | compat.h | 1124 BOOL WINAPI SymMatchStringW(PCWSTR string, PCWSTR re, BOOL _case);
|
/reactos/sdk/include/psdk/ |
H A D | dbghelp.h | 1490 BOOL WINAPI SymMatchStringW(_In_ PCWSTR, _In_ PCWSTR, _In_ BOOL);
|