Searched refs:rdcnt (Results 1 – 1 of 1) sorted by relevance
/external/libmtp/src/ |
D | playlist-spl.c | 338 ssize_t rdcnt; in read_into_spl_text_t() local 356 rdcnt = read(fd, it, sizeof(char)*MAXREAD); in read_into_spl_text_t() 357 if(rdcnt < 0) in read_into_spl_text_t() 359 else if(rdcnt == 0) { // for EOF, fix rdcnt in read_into_spl_text_t() 363 rdcnt = lseek(fd, 0, SEEK_CUR) - offcnt; in read_into_spl_text_t() 367 …LIBMTP_PLST_DEBUG("read buff= {%dB new, %dB old/left-over}%s\n",(int)rdcnt, (int)(iw-w), eof?", EO… in read_into_spl_text_t() 370 char* it_end = t + rdcnt; in read_into_spl_text_t()
|