Searched refs:iniFile_getInt64 (Results 1 – 3 of 3) sorted by relevance
74 int64_t iniFile_getInt64( IniFile* f, const char* key, int64_t defaultValue );
401 iniFile_getInt64( IniFile* f, const char* key, int64_t defaultValue ) in iniFile_getInt64() function
124 uc->uuid = (uint64_t) iniFile_getInt64(ini, KEY_UUID, 0LL); in auserConfig_new()