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

/macosx-10.10.1/xar-254/xar/lib/
H A Darchive.h98 xmlHashTablePtr csum_hash; /* Hash for looking up checksums of files */ member in struct:__xar_t
H A Dio.c344 tmpf = xmlHashLookup(XAR(x)->csum_hash, BAD_CAST(csum));
398 xmlHashAddEntry(XAR(x)->csum_hash, BAD_CAST(csum), XAR_FILE(f));
H A Darchive.c113 XAR(ret)->csum_hash = xmlHashCreate(0);
712 xmlHashFree(XAR(x)->csum_hash, NULL);

Completed in 68 milliseconds