MCPcopy Create free account
hub / github.com/FIX94/Nintendont / FindMD5

Function FindMD5

loader/source/md5_db.c:126–173  ·  view source on GitHub ↗

* Find an MD5 in the MD5 database. * @param pDB [in] MD5 database in memory. * @param md5_str [in] MD5 string in lowercase ASCII. (32 chars + NULL) * @return Copy of the MD5 line from the database, NULL-terminated; NULL if not found. (Must be freed after use!) */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

ProcessDiscImageFunction · 0.85

Calls 2

memcmpFunction · 0.85
mallocFunction · 0.85

Tested by

no test coverage detected