Home
last modified time | relevance | path

Searched refs:gotcount (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/3rdparty/libmpg123/
H A Dreaders.c681 ssize_t gotcount = 0; in bc_give() local
692 while(gotcount < size && (b != NULL)) in bc_give()
702 memcpy(out+gotcount, b->data+loff, chunk); in bc_give()
703 gotcount += chunk; in bc_give()
712 return gotcount; in bc_give()
791 if(gotcount >= 0 && gotcount != count) return READER_ERROR; in feed_read()
792 else return gotcount; in feed_read()
845 ssize_t gotcount; in buffered_fullread() local
879 gotcount = bc_give(bc, out, count); in buffered_fullread()
881 mdebug("buffered_fullread: got %zd", gotcount); in buffered_fullread()
[all …]