Home
last modified time | relevance | path

Searched refs:retob (Results 1 – 3 of 3) sorted by relevance

/external/libmtp/src/
Dptp.c6566 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 = &params->objects[0]; in ptp_object_find_or_insert()
6601 *retob = &params->objects[cursor]; in ptp_object_find_or_insert()
6612 *retob = &params->objects[begin]; in ptp_object_find_or_insert()
6616 *retob = &params->objects[end]; in ptp_object_find_or_insert()
6635 *retob = &params->objects[insertat]; in ptp_object_find_or_insert()
[all …]
Dptp.h3361 uint16_t ptp_object_want (PTPParams *, uint32_t handle, unsigned int want, PTPObject**retob);
3363 uint16_t ptp_object_find (PTPParams *params, uint32_t handle, PTPObject **retob);
3364 uint16_t ptp_object_find_or_insert (PTPParams *params, uint32_t handle, PTPObject **retob);
/external/libmtp/
DChangeLog344 uint32_t handle, PTPObject **retob)
349 uint32_t handle, PTPObject **retob)
354 int want, PTPObject **retob)