Searched refs:iniFile_getPairCount (Results 1 – 3 of 3) sorted by relevance
39 const int num_pairs = iniFile_getPairCount(current); in _cmp_hw_config()42 if (num_pairs != iniFile_getPairCount(saved)) { in _cmp_hw_config()44 num_pairs, iniFile_getPairCount(saved)); in _cmp_hw_config()
49 int iniFile_getPairCount( IniFile* f );
134 iniFile_getPairCount( IniFile* i ) in iniFile_getPairCount() function