|
ReactOS 0.4.16-dev-2491-g3dc6630
|

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 315 of file parse.c.
Referenced by IniParseFile().
Definition at line 423 of file parse.c.
Referenced by IniParseFile().
Definition at line 459 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 | ( | PCSTR | IniFileData, |
| ULONG | IniFileSize, | ||
| PCHAR | Buffer, | ||
| ULONG | BufferSize, | ||
| ULONG | CurrentOffset | ||
| ) |
Definition at line 202 of file parse.c.
Referenced by IniParseFile().
Definition at line 181 of file parse.c.
Referenced by IniParseFile().
Definition at line 60 of file inifile.c.
Referenced by BuildArgvForOsLoader(), InitOperatingSystemList(), and UiShowMessageBoxesInSection().
Definition at line 286 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 359 of file parse.c.
Referenced by IniParseFile().
Definition at line 384 of file parse.c.
Referenced by IniParseFile().
Definition at line 250 of file parse.c.
Referenced by IniParseFile().
Definition at line 233 of file parse.c.
Referenced by IniParseFile().
Definition at line 268 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().