ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

parse.c File Reference
#include <freeldr.h>
#include <debug.h>

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

Generated on Sun May 27 2012 04:48:24 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.