Searched refs:hash_match (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dhash.h49 int hash_match(hash_t *, void *, int (*)(void *, void *), void *);
H A Diidesc.c92 (void) hash_match(hash, new, (int (*)())iidesc_cmp, &find);
116 (void) hash_match(td->td_iihash, &tmpdesc, (int (*)())func, data);
H A Dhash.c157 hash_match(hash_t *hash, void *key, int (*fun)(void *, void *), function
218 ret = hash_match(hash, key, (int (*)())hash_find_first_cb, &hd);
H A Dmerge.c672 if (hash_match(mcd->md_parent->td_iihash, sii, iidesc_match,
967 if (hash_match(mcd->md_parent->td_iihash, tba, iidesc_match,
/macosx-10.10/xar-254/xar/lib/
H A Dhash.c354 int hash_match = ( strcmp(archived_hash, calculated_hash) == 0 ); local
357 if( ! hash_match || ! style_match ) {

Completed in 163 milliseconds