Searched refs:iniparser_getlongint (Results 1 – 2 of 2) sorted by relevance
230 long int iniparser_getlongint(const dictionary * d, const char * key, long int notfound);
454 long int iniparser_getlongint(const dictionary * d, const char * key, long int notfound) in iniparser_getlongint() function493 return (int)iniparser_getlongint(d, key, notfound); in iniparser_getint()