makemandb.c | 100 static int check_md5(const char *, sqlite3 *, char **, void *, size_t); 780 md5_status = check_md5(file, db, &md5sum, buf, buflen); 1797 * check_md5-- 1810 check_md5(const char *file, sqlite3 *db, char **md5, void *buf, size_t buflen) function in typeref:typename:int
|