Searched refs:IniGetKey (Results 1 – 3 of 3) sorted by relevance
/reactos/base/setup/lib/utils/ |
H A D | bldrsup.c | 232 if (IniGetKey(OsIniSection, L"BootPath", &KeyData) && KeyData && *KeyData) in FreeLdrMigrateBootDrivePartWorker() 242 OldKey = IniGetKey(OsIniSection, L"BootDrive", &KeyData); in FreeLdrMigrateBootDrivePartWorker() 277 if (IniGetKey(OsIniSection, L"BootPartition", &KeyData)) in FreeLdrMigrateBootDrivePartWorker() 341 if (!IniGetKey(OsIniSection, L"BootType", &KeyData) || !KeyData) in FreeLdrMigrateBootDrivePart() 1329 if (IniGetKey(((PBOOT_STORE_INI_CONTEXT)BootStore)->OptionsIniSection, in QueryBootStoreOptions() 1336 IniGetKey(((PBOOT_STORE_INI_CONTEXT)BootStore)->OptionsIniSection, in QueryBootStoreOptions() 1484 if (!IniGetKey(OsIniSection, L"BootType", &KeyData) || !KeyData) in FreeLdrEnumerateBootEntries() 1509 if (IniGetKey(OsIniSection, L"SystemPath", &KeyData)) in FreeLdrEnumerateBootEntries() 1515 if (IniGetKey(OsIniSection, L"Options", &KeyData)) in FreeLdrEnumerateBootEntries() 1536 if (IniGetKey(OsIniSection, L"BootPath", &KeyData)) in FreeLdrEnumerateBootEntries() [all …]
|
H A D | inicache.h | 74 IniGetKey(
|
H A D | inicache.c | 730 IniGetKey( in IniGetKey() function
|