Lines Matching refs:obj2
1137 prop_object_equals(prop_object_t obj1, prop_object_t obj2) in prop_object_equals() argument
1139 return (prop_object_equals_with_error(obj1, obj2, NULL)); in prop_object_equals()
1143 prop_object_equals_with_error(prop_object_t obj1, prop_object_t obj2, in prop_object_equals_with_error() argument
1161 po2 = obj2; in prop_object_equals_with_error()
1167 ret = (*po1->po_type->pot_equals)(obj1, obj2, in prop_object_equals_with_error()
1173 if (!_prop_stack_pop(&stack, &obj1, &obj2, in prop_object_equals_with_error()
1177 po2 = obj2; in prop_object_equals_with_error()
1182 if (!_prop_stack_push(&stack, obj1, obj2, in prop_object_equals_with_error()
1189 obj2 = next_obj2; in prop_object_equals_with_error()
1193 while (_prop_stack_pop(&stack, &obj1, &obj2, NULL, NULL)) { in prop_object_equals_with_error()
1195 (*po1->po_type->pot_equals_finish)(obj1, obj2); in prop_object_equals_with_error()