Lines Matching defs:obj1
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,
271 po1 = obj1;
278 ret = (*po1->po_type->pot_equals)(obj1, obj2,
284 if (!_prop_stack_pop(&stack, &obj1, &obj2,
287 po1 = obj1;
293 if (!_prop_stack_push(&stack, obj1, obj2,
299 obj1 = next_obj1;
304 while (_prop_stack_pop(&stack, &obj1, &obj2, NULL, NULL)) {
305 po1 = obj1;
306 (*po1->po_type->pot_equals_finish)(obj1, obj2);