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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c1086 HFSPlusCatalogKey * to_key; local
1115 to_key = (HFSPlusCatalogKey *)&to_iterator->key;
1215 encoding = hfs_pickencoding(to_key->nodeName.unicode, to_key->nodeName.length);
1232 if (std_hfs && hfskeycompare(to_key, iter->key) == 0)
1234 if (!std_hfs && hfspluskeycompare(to_key, iter->key) == 0)

Completed in 20 milliseconds