dst_buf            51 core/ptp.c         char *dst_buf; // final destination for data, if not used directly from transfer buffer
dst_buf            66 core/ptp.c     static int recv_ptp_data_init(recv_ptp_data_state_t *rs, int total_size, char *dst_buf)
dst_buf            98 core/ptp.c         rs->dst_buf = dst_buf;
dst_buf           101 core/ptp.c         if(!dst_buf) {
dst_buf           128 core/ptp.c             if(data->recv_data(data->handle,rs->dst_buf,rs->total_size,0,0) != 0) {
dst_buf           157 core/ptp.c         if(rs->dst_buf) {
dst_buf           158 core/ptp.c             memcpy(rs->dst_buf + rs->total_read,rs->buf,rsize);