Searched refs:_cmp_ob (Results 1 – 1 of 1) sorted by relevance
6545 static int _cmp_ob (const void *a, const void *b) in _cmp_ob() function6561 qsort (params->objects, params->nrofobjects, sizeof(PTPObject), _cmp_ob); in ptp_objects_sort()6571 *retob = bsearch (&tmpob, params->objects, params->nrofobjects, sizeof(tmpob), _cmp_ob); in ptp_object_find()