Lines Matching refs:obj2
1129 prop_object_equals(prop_object_t obj1, prop_object_t obj2) in prop_object_equals() argument
1131 return (prop_object_equals_with_error(obj1, obj2, NULL)); in prop_object_equals()
1135 prop_object_equals_with_error(prop_object_t obj1, prop_object_t obj2, in prop_object_equals_with_error() argument
1153 po2 = obj2; in prop_object_equals_with_error()
1159 ret = (*po1->po_type->pot_equals)(obj1, obj2, in prop_object_equals_with_error()
1165 if (!_prop_stack_pop(&stack, &obj1, &obj2, in prop_object_equals_with_error()
1169 po2 = obj2; in prop_object_equals_with_error()
1174 if (!_prop_stack_push(&stack, obj1, obj2, in prop_object_equals_with_error()
1181 obj2 = next_obj2; in prop_object_equals_with_error()
1185 while (_prop_stack_pop(&stack, &obj1, &obj2, NULL, NULL)) { in prop_object_equals_with_error()
1187 (*po1->po_type->pot_equals_finish)(obj1, obj2); in prop_object_equals_with_error()