Lines Matching refs:retob
6566 ptp_object_find (PTPParams *params, uint32_t handle, PTPObject **retob) in ptp_object_find() argument
6571 *retob = bsearch (&tmpob, params->objects, params->nrofobjects, sizeof(tmpob), _cmp_ob); in ptp_object_find()
6572 if (!*retob) in ptp_object_find()
6579 ptp_object_find_or_insert (PTPParams *params, uint32_t handle, PTPObject **retob) in ptp_object_find_or_insert() argument
6586 *retob = NULL; in ptp_object_find_or_insert()
6591 *retob = ¶ms->objects[0]; in ptp_object_find_or_insert()
6601 *retob = ¶ms->objects[cursor]; in ptp_object_find_or_insert()
6612 *retob = ¶ms->objects[begin]; in ptp_object_find_or_insert()
6616 *retob = ¶ms->objects[end]; in ptp_object_find_or_insert()
6635 *retob = ¶ms->objects[insertat]; in ptp_object_find_or_insert()
6641 ptp_object_want (PTPParams *params, uint32_t handle, unsigned int want, PTPObject **retob) in ptp_object_want() argument
6651 *retob = NULL; in ptp_object_want()
6657 *retob = ob; in ptp_object_want()