Lines Matching refs:obj1
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
1160 po1 = obj1; 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()
1176 po1 = obj1; in prop_object_equals_with_error()
1182 if (!_prop_stack_push(&stack, obj1, obj2, in prop_object_equals_with_error()
1188 obj1 = next_obj1; in prop_object_equals_with_error()
1193 while (_prop_stack_pop(&stack, &obj1, &obj2, NULL, NULL)) { in prop_object_equals_with_error()
1194 po1 = obj1; in prop_object_equals_with_error()
1195 (*po1->po_type->pot_equals_finish)(obj1, obj2); in prop_object_equals_with_error()