Lines Matching defs:obj2
248 prop_object_equals(prop_object_t obj1, prop_object_t obj2)
250 return (prop_object_equals_with_error(obj1, obj2, NULL));
254 prop_object_equals_with_error(prop_object_t obj1, prop_object_t obj2,
272 po2 = obj2;
278 ret = (*po1->po_type->pot_equals)(obj1, obj2,
284 if (!_prop_stack_pop(&stack, &obj1, &obj2,
288 po2 = obj2;
293 if (!_prop_stack_push(&stack, obj1, obj2,
300 obj2 = next_obj2;
304 while (_prop_stack_pop(&stack, &obj1, &obj2, NULL, NULL)) {
306 (*po1->po_type->pot_equals_finish)(obj1, obj2);