Lines Matching defs:IniFile
36 struct IniFile {
43 iniFile_free( IniFile* i )
55 static IniFile*
58 IniFile* i;
65 iniFile_addPair( IniFile* i, const char* key, int keyLen,
92 iniFile_getValue( IniFile* i, const char* key )
106 iniFile_getPairCount( IniFile* i )
112 iniFile_getPair( IniFile* i,
168 IniFile*
172 IniFile* ini = iniFile_alloc();
247 IniFile*
253 IniFile* ini = NULL;
290 iniFile_saveToFile( IniFile* f, const char* filepath )
317 iniFile_getString( IniFile* f, const char* key )
328 iniFile_getInteger( IniFile* f, const char* key, int defaultValue )
343 iniFile_getDouble( IniFile* f, const char* key, double defaultValue )
358 iniFile_getBoolean( IniFile* f, const char* key, const char* defaultValue )
378 iniFile_getDiskSize( IniFile* f, const char* key, const char* defaultValue )
401 iniFile_getInt64( IniFile* f, const char* key, int64_t defaultValue )