|
ReactOS 0.4.16-dev-2473-gb34a1f1
|

Go to the source code of this file.
Variables | |
| LIST_ENTRY | IniFileSectionListHead = {&IniFileSectionListHead, &IniFileSectionListHead} |
| BOOLEAN | IniFileSectionInitialized = FALSE |
| ULONG | IniFileSectionCount = 0 |
| ULONG | IniFileSettingCount = 0 |
| DBG_DEFAULT_CHANNEL | ( | INIFILE | ) |
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().
| 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 286 of file parse.c.
Referenced by IniParseFile().
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 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(), IniGetFileSectionListHead(), IniOpenSection(), and IniParseFile().
| ULONG IniFileSettingCount = 0 |
Definition at line 28 of file parse.c.
Referenced by IniParseFile().