Home | History | Annotate | Download | only in src

Lines Matching full:data_len

3875   unsigned file_len,data_len,file_name_len;
3891 data_len = 4 + file_name_len + file_len;
3892 buf = malloc(data_len);
3899 ret=ptp_transaction(params, &ptp, PTP_DP_SENDDATA, data_len, &buf, NULL);