MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / MD5File

Function MD5File

util/md5hl.c:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78char *MD5File(const char *filename, char *buf)
79{
80 return (MD5FileChunk(filename, buf, 0, 0));
81}
82
83char *MD5FileChunk(const char *filename, char *buf, off_t ofs, off_t len)
84{

Callers 1

doTestFunction · 0.85

Calls 1

MD5FileChunkFunction · 0.85

Tested by 1

doTestFunction · 0.68