Searched refs:csum_hash (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/xar-202/xar/lib/
H A Darchive.h91 xmlHashTablePtr csum_hash; /* Hash for looking up checksums of files */ member in struct:__xar_t
H A Dio.c306 tmpf = xmlHashLookup(XAR(x)->csum_hash, BAD_CAST(csum));
360 xmlHashAddEntry(XAR(x)->csum_hash, BAD_CAST(csum), XAR_FILE(f));
H A Darchive.c119 XAR(ret)->csum_hash = xmlHashCreate(0);
765 xmlHashFree(XAR(x)->csum_hash, NULL);

Completed in 127 milliseconds