Home | History | Annotate | Download | only in libprop

Lines Matching defs:dict2

538 	prop_dictionary_t dict2 = v2;
542 if (dict1 == dict2)
550 if ((uintptr_t)dict1 < (uintptr_t)dict2) {
552 _PROP_RWLOCK_RDLOCK(dict2->pd_rwlock);
554 _PROP_RWLOCK_RDLOCK(dict2->pd_rwlock);
559 if (dict1->pd_count != dict2->pd_count)
573 *next_obj2 = dict2->pd_array[idx].pde_objref;
576 dict2->pd_array[idx].pde_key))
583 _PROP_RWLOCK_UNLOCK(dict2->pd_rwlock);
1210 prop_dictionary_equals(prop_dictionary_t dict1, prop_dictionary_t dict2)
1213 !prop_object_is_dictionary(dict2))
1216 return (prop_object_equals(dict1, dict2));