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

/macosx-10.9.5/xar-202/xar/lib/
H A Darchive.h89 xmlHashTablePtr ino_hash; /* Hash for looking up hardlinked files (add)*/ member in struct:__xar_t
H A Dstat.c113 ret = xmlHashLookup(XAR(x)->ino_hash, BAD_CAST(key));
115 xmlHashAddEntry(XAR(x)->ino_hash, BAD_CAST(key), XAR_FILE(f));
H A Darchive.c117 XAR(ret)->ino_hash = xmlHashCreate(0);
763 xmlHashFree(XAR(x)->ino_hash, NULL);

Completed in 188 milliseconds