ReactOS 0.4.16-dev-338-g34e76ad
|
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 = {&IniFileSectionListHead, &IniFileSectionListHead} |
BOOLEAN | IniFileSectionInitialized = FALSE |
ULONG | IniFileSectionCount = 0 |
ULONG | IniFileSettingCount = 0 |
DBG_DEFAULT_CHANNEL | ( | INIFILE | ) |
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().
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 319 of file parse.c.
Referenced by IniParseFile().
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 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 = {&IniFileSectionListHead, &IniFileSectionListHead} |
Definition at line 25 of file parse.c.
Referenced by IniAddSection(), IniCleanup(), IniOpenSection(), IniParseFile(), and LoadSettings().
ULONG IniFileSettingCount = 0 |
Definition at line 28 of file parse.c.
Referenced by IniParseFile().