Searched refs:iniFile_getValue (Results 1 – 3 of 3) sorted by relevance
92 iniFile_getValue( IniFile* i, const char* key ) in iniFile_getValue() function319 const char* val = iniFile_getValue(f, key); in iniFile_getString()330 const char* valueStr = iniFile_getValue(f, key); in iniFile_getInteger()345 const char* valueStr = iniFile_getValue(f, key); in iniFile_getDouble()360 const char* value = iniFile_getValue(f, key); in iniFile_getBoolean()380 const char* valStr = iniFile_getValue(f, key); in iniFile_getDiskSize()403 const char* valStr = iniFile_getValue(f, key); in iniFile_getInt64()
60 const char* iniFile_getValue( IniFile* f, const char* key );
123 if (iniFile_getValue(ini, KEY_UUID) != NULL) { in auserConfig_new()