4 - is_null_sha1(E1.hash)
10 - is_null_sha1(E1->hash)
16 - sha1_to_hex(E1.hash)
20 identifier f != oid_to_hex;
24 - sha1_to_hex(E1->hash)
31 - sha1_to_hex_r(E1, E2.hash)
32 + oid_to_hex_r(E1, &E2)
35 identifier f != oid_to_hex_r;
39 - sha1_to_hex_r(E1, E2->hash)
40 + oid_to_hex_r(E1, E2)
50 identifier f != oidclr;
61 - hashcmp(E1.hash, E2.hash)
65 identifier f != oidcmp;
69 - hashcmp(E1->hash, E2->hash)
76 - hashcmp(E1->hash, E2.hash)
82 - hashcmp(E1.hash, E2->hash)
88 - hashcpy(E1.hash, E2.hash)
92 identifier f != oidcpy;
96 - hashcpy(E1->hash, E2->hash)
103 - hashcpy(E1->hash, E2.hash)
109 - hashcpy(E1.hash, E2->hash)