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