Searched defs:retob (Results 1 - 1 of 1) sorted by relevance

/external/libmtp/src/
H A Dptp.c4727 ptp_object_find (PTPParams *params, uint32_t handle, PTPObject **retob) { argument
4731 *retob = bsearch (&tmpob, params->objects, params->nrofobjects, sizeof(tmpob), _cmp_ob);
4732 if (!*retob)
4739 ptp_object_find_or_insert (PTPParams *params, uint32_t handle, PTPObject **retob) { argument
4745 *retob = NULL;
4750 *retob = &params->objects[0];
4760 *retob = &params->objects[cursor];
4771 *retob = &params->objects[begin];
4775 *retob = &params->objects[end];
4794 *retob
4800 ptp_object_want(PTPParams *params, uint32_t handle, int want, PTPObject **retob) argument
[all...]

Completed in 55 milliseconds