Searched refs:retob (Results 1 - 2 of 2) 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...]
H A Dptp.h2561 uint16_t ptp_object_want (PTPParams *, uint32_t handle, int want, PTPObject**retob);
2563 uint16_t ptp_object_find (PTPParams *params, uint32_t handle, PTPObject **retob);
2564 uint16_t ptp_object_find_or_insert (PTPParams *params, uint32_t handle, PTPObject **retob);

Completed in 114 milliseconds