Lines Matching defs:curkey
551 hfs_catalog_key_t* curkey;
568 curkey = NULL;
575 curkey = hfslib_malloc(sizeof(hfs_catalog_key_t), cbargs);
576 if (curkey == NULL)
614 &leaftype, curkey, in_vol) == 0)
619 dlo_print_key(curkey);
622 keycompare = in_vol->keycmp(in_key, curkey);
673 if (curkey != NULL)
674 hfslib_free(curkey, cbargs);
692 hfs_extent_key_t curkey;
741 &curkey, in_vol) == 0)
744 keycompare = hfslib_compare_extent_keys(in_key, &curkey);
927 hfs_catalog_key_t curkey;
986 &leaftype, &curkey, in_vol) == 0)
991 keycompare = in_dir - curkey.parent_cnid;
1038 if (curkey.parent_cnid < in_dir) {
1040 } else if (curkey.parent_cnid == in_dir) {
1043 if (hfslib_is_private_file(&curkey))
1072 &curkey.name, sizeof(hfs_unistr255_t));
1126 hfs_catalog_key_t* curkey = NULL;
1137 while ((curkey = hfs_gPrivateObjectKeys[i]) != NULL) {
1140 curkey->name.length &&
1141 memcmp(filekey->name.unicode, curkey->name.unicode,
1142 2 * curkey->name.length) == 0)