ReactOS
0.4.15-dev-1638-gc0caa5c
|
Go to the source code of this file.
Functions | |
DBG_DEFAULT_CHANNEL (INIFILE) | |
BOOLEAN | IniParseFile (PCHAR IniFileData, ULONG IniFileSize) |
ULONG | IniGetNextLineSize (PCHAR IniFileData, ULONG IniFileSize, ULONG CurrentOffset) |
ULONG | IniGetNextLine (PCHAR IniFileData, ULONG IniFileSize, PCHAR Buffer, ULONG BufferSize, ULONG CurrentOffset) |
BOOLEAN | IniIsLineEmpty (PCHAR LineOfText, ULONG TextLength) |
BOOLEAN | IniIsCommentLine (PCHAR LineOfText, ULONG TextLength) |
BOOLEAN | IniIsSectionName (PCHAR LineOfText, ULONG TextLength) |
ULONG | IniGetSectionNameSize (PCHAR SectionNameLine, ULONG LineLength) |
VOID | IniExtractSectionName (PCHAR SectionName, PCHAR SectionNameLine, ULONG LineLength) |
BOOLEAN | IniIsSetting (PCHAR LineOfText, ULONG TextLength) |
ULONG | IniGetSettingNameSize (PCHAR SettingNameLine, ULONG LineLength) |
ULONG | IniGetSettingValueSize (PCHAR SettingValueLine, ULONG LineLength) |
VOID | IniExtractSettingName (PCHAR SettingName, PCHAR SettingNameLine, ULONG LineLength) |
VOID | IniExtractSettingValue (PCHAR SettingValue, PCHAR SettingValueLine, ULONG LineLength) |
Variables | |
LIST_ENTRY | IniFileSectionListHead |
BOOLEAN | IniFileSectionInitialized = FALSE |
ULONG | IniFileSectionCount = 0 |
ULONG | IniFileSettingCount = 0 |
DBG_DEFAULT_CHANNEL | ( | INIFILE | ) |
ULONG IniGetNextLine | ( | PCHAR | IniFileData, |
ULONG | IniFileSize, | ||
PCHAR | Buffer, | ||
ULONG | BufferSize, | ||
ULONG | CurrentOffset | ||
) |
Definition at line 31 of file parse.c.
Referenced by IniFileInitialize().
ULONG IniFileSectionCount = 0 |
Definition at line 27 of file parse.c.
Referenced by IniAddSection(), and IniParseFile().
Definition at line 26 of file parse.c.
Referenced by IniParseFile().
LIST_ENTRY IniFileSectionListHead |
Definition at line 25 of file parse.c.
Referenced by IniAddSection(), IniCleanup(), IniOpenSection(), and IniParseFile().
ULONG IniFileSettingCount = 0 |
Definition at line 28 of file parse.c.
Referenced by IniParseFile().