Home | History | Annotate | Download | only in src

Lines Matching defs:sids

555 	unsigned char* sids=NULL;
561 ret=ptp_transaction(params, &ptp, PTP_DP_GETDATA, 0, &sids, &len);
562 if (ret == PTP_RC_OK) ptp_unpack_SIDs(params, sids, storageids, len);
563 free(sids);
1631 unsigned char* sids=NULL;
1636 ret = ptp_transaction(params, &ptp, PTP_DP_GETDATA, 0, &sids, &len);
1637 if (ret == PTP_RC_OK) ptp_unpack_SIDs(params, sids, storageids, len);
1638 free(sids);