Home
last modified time | relevance | path

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

/reactos/dll/win32/wbemprox/
H A Dquery.c1418 BOOL is_system; in get_properties() local
1423 is_system = is_system_prop( table->columns[i].name ); in get_properties()
1424 if ((flags & WBEM_FLAG_NONSYSTEM_ONLY) && is_system) continue; in get_properties()
1425 else if ((flags & WBEM_FLAG_SYSTEM_ONLY) && !is_system) continue; in get_properties()
/reactos/dll/win32/gdiplus/
H A Dfont.c1500 BOOL is_system; member
1546 param.is_system = FALSE; in GdipPrivateAddMemoryFont()
1658 if (param->is_system) in add_font_proc()
1700 param.is_system = TRUE; in GdipNewInstalledFontCollection()
/reactos/dll/win32/dbghelp/
H A Delf_module.c1447 ULONG_PTR dyn_addr, BOOL is_system, void* user);
1567 ULONG_PTR dyn_addr, BOOL is_system, void* user) in elf_enum_modules_translate() argument
1610 ULONG_PTR dyn_addr, BOOL is_system, void* user) in elf_load_cb() argument
1616 if (is_system) /* virtual ELF module, created by system. handle it from memory */ in elf_load_cb()