Searched refs:prop_object_equals_with_error (Results 1 – 2 of 2) sorted by relevance
63 bool prop_object_equals_with_error(prop_object_t, prop_object_t, bool *);
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() function