ReactOS 0.4.16-dev-823-g9a093ec
|
Go to the source code of this file.
Classes | |
struct | INI_SECTION_ITEM |
struct | INI_SECTION |
Macros | |
#define | INI_FILE_COMMENT_CHAR ';' |
#define | TAG_INI_FILE 'FinI' |
#define | TAG_INI_SECTION 'SinI' |
#define | TAG_INI_SECTION_ITEM 'IinI' |
#define | TAG_INI_NAME 'NinI' |
#define | TAG_INI_VALUE 'VinI' |
Typedefs | |
typedef struct INI_SECTION_ITEM * | PINI_SECTION_ITEM |
typedef struct INI_SECTION * | PINI_SECTION |
Variables | |
LIST_ENTRY | IniFileSectionListHead |
BOOLEAN | IniFileSectionInitialized |
ULONG | IniFileSectionCount |
ULONG | IniFileSettingCount |
typedef struct INI_SECTION * PINI_SECTION |
typedef struct INI_SECTION_ITEM * PINI_SECTION_ITEM |
Definition at line 187 of file inifile.c.
Definition at line 260 of file inifile.c.
Referenced by EditCustomBootReactOS(), IniModifySettingValue(), and InitOperatingSystemList().
Definition at line 243 of file inifile.c.
Referenced by LoadAndBootWindowsCommon(), and RunLoader().
Definition at line 360 of file parse.c.
Referenced by IniParseFile().
Definition at line 507 of file parse.c.
Referenced by IniParseFile().
Definition at line 544 of file parse.c.
Referenced by IniParseFile().
Definition at line 25 of file ini_init.c.
Referenced by RunLoader().
PLIST_ENTRY IniGetFileSectionListHead | ( | VOID | ) |
Definition at line 25 of file inifile.c.
Referenced by LoadSettings().
ULONG IniGetNextLine | ( | PCHAR | IniFileData, |
ULONG | IniFileSize, | ||
PCHAR | Buffer, | ||
ULONG | BufferSize, | ||
ULONG | CurrentOffset | ||
) |
Definition at line 210 of file parse.c.
Referenced by IniParseFile().
Definition at line 185 of file parse.c.
Referenced by IniParseFile().
Definition at line 60 of file inifile.c.
Referenced by BuildArgvForOsLoader(), InitOperatingSystemList(), and UiShowMessageBoxesInSection().
Definition at line 319 of file parse.c.
Referenced by IniParseFile().
Definition at line 95 of file inifile.c.
Referenced by BuildArgvForOsLoader().
Definition at line 108 of file inifile.c.
Referenced by BuildArgvForOsLoader(), and UiShowMessageBoxesInSection().
Definition at line 416 of file parse.c.
Referenced by IniParseFile().
Definition at line 454 of file parse.c.
Referenced by IniParseFile().
Definition at line 267 of file parse.c.
Referenced by IniParseFile().
Definition at line 244 of file parse.c.
Referenced by IniParseFile().
Definition at line 293 of file parse.c.
Referenced by IniParseFile().
Definition at line 301 of file inifile.c.
Referenced by EditCustomBootReactOS(), GetOSLoadingMethod(), and InitOperatingSystemList().
Definition at line 30 of file inifile.c.
Referenced by InitOperatingSystemList(), LoadSettings(), and UiInitialize().
Definition at line 31 of file parse.c.
Referenced by IniFileInitialize().
BOOLEAN IniReadSettingByName | ( | ULONG_PTR | SectionId, |
PCSTR | SettingName, | ||
PCHAR | Buffer, | ||
ULONG | BufferSize | ||
) |
Definition at line 154 of file inifile.c.
Referenced by EditCustomBootReactOS(), GetOSLoadingMethod(), InitOperatingSystemList(), LoadSettings(), and UiInitialize().
BOOLEAN IniReadSettingByNumber | ( | ULONG_PTR | SectionId, |
ULONG | SettingNumber, | ||
PCHAR | SettingName, | ||
ULONG | NameSize, | ||
PCHAR | SettingValue, | ||
ULONG | ValueSize | ||
) |
Definition at line 121 of file inifile.c.
Referenced by BuildArgvForOsLoader(), InitOperatingSystemList(), and UiShowMessageBoxesInSection().
|
extern |
Definition at line 27 of file parse.c.
Referenced by IniAddSection(), and IniParseFile().
|
extern |
Definition at line 26 of file parse.c.
Referenced by IniParseFile().
|
extern |
Definition at line 25 of file parse.c.
Referenced by IniAddSection(), IniCleanup(), IniGetFileSectionListHead(), IniOpenSection(), and IniParseFile().
|
extern |
Definition at line 28 of file parse.c.
Referenced by IniParseFile().