ReactOS 0.4.15-dev-6680-g8c76870
|
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 179 of file inifile.c.
Referenced by EditCustomBootReactOS(), and InitOperatingSystemList().
Definition at line 252 of file inifile.c.
Referenced by EditCustomBootReactOS(), IniModifySettingValue(), and InitOperatingSystemList().
Definition at line 235 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().
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 54 of file inifile.c.
Referenced by BuildArgvForOsLoader(), InitOperatingSystemList(), and UiShowMessageBoxesInSection().
Definition at line 319 of file parse.c.
Referenced by IniParseFile().
Definition at line 88 of file inifile.c.
Referenced by BuildArgvForOsLoader().
Definition at line 101 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 293 of file inifile.c.
Referenced by EditCustomBootReactOS(), and InitOperatingSystemList().
Definition at line 25 of file inifile.c.
Referenced by InitOperatingSystemList(), RunLoader(), 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 147 of file inifile.c.
Referenced by EditCustomBootReactOS(), GetTimeOut(), InitOperatingSystemList(), LoadOperatingSystem(), and UiInitialize().
BOOLEAN IniReadSettingByNumber | ( | ULONG_PTR | SectionId, |
ULONG | SettingNumber, | ||
PCHAR | SettingName, | ||
ULONG | NameSize, | ||
PCHAR | SettingValue, | ||
ULONG | ValueSize | ||
) |
Definition at line 114 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(), IniOpenSection(), and IniParseFile().
|
extern |
Definition at line 28 of file parse.c.
Referenced by IniParseFile().