total_read         54 core/ptp.c         int total_read; // total data read so far
total_read         96 core/ptp.c         rs->total_read = 0;
total_read        119 core/ptp.c         int size_left = rs->total_size - rs->total_read;
total_read        127 core/ptp.c             rs->total_read = rs->last_read = rs->total_size;
total_read        158 core/ptp.c             memcpy(rs->dst_buf + rs->total_read,rs->buf,rsize);
total_read        160 core/ptp.c         rs->total_read += rsize;
total_read        187 core/ptp.c         while(rs.total_read < size && status) {