HomeSort by: relevance | last modified time | path
    Searched defs:po1 (Results 1 - 1 of 1) sorted by relevancy

  /src/common/lib/libprop/
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);

Completed in 11 milliseconds