Home
last modified time | relevance | path

Searched defs:notfound (Results 1 – 1 of 1) sorted by relevance

/rockchip-linux_mpp/utils/
H A Diniparser.c454 long int iniparser_getlongint(const dictionary * d, const char * key, long int notfound) in iniparser_getlongint()
491 int iniparser_getint(const dictionary * d, const char * key, int notfound) in iniparser_getint()
509 double iniparser_getdouble(const dictionary * d, const char * key, double notfound) in iniparser_getdouble()
550 int iniparser_getboolean(const dictionary * d, const char * key, int notfound) in iniparser_getboolean()