pool_bin2hex
s = pool_bin2hex(solv->pool, md5, md5l);
s = pool_bin2hex(solv->pool, md5, 4);
s = pool_bin2hex(solv->pool, md5, 4);
extern const char *pool_bin2hex(Pool *pool, const unsigned char *buf, int len);
return chk ? pool_bin2hex(repo->pool, chk, solv_chksum_len(*typep)) : 0;
return pool_bin2hex(data->repo->pool, buf, l);
return chk ? pool_bin2hex(s->repo->pool, chk, solv_chksum_len(*typep)) : 0;