prop_object.c | 257 struct _prop_object *po1; local in function:prop_object_equals_with_error 271 po1 = obj1; 274 if (po1->po_type != po2->po_type) 278 ret = (*po1->po_type->pot_equals)(obj1, obj2, 287 po1 = obj1; 305 po1 = obj1; 306 (*po1->po_type->pot_equals_finish)(obj1, obj2);
|