Home
last modified time | relevance | path

Searched refs:iniparser_getlongint (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/utils/
H A Diniparser.h230 long int iniparser_getlongint(const dictionary * d, const char * key, long int notfound);
H A Diniparser.c454 long int iniparser_getlongint(const dictionary * d, const char * key, long int notfound) in iniparser_getlongint() function
493 return (int)iniparser_getlongint(d, key, notfound); in iniparser_getint()