Home
last modified time | relevance | path

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

/dports/devel/rudiments/rudiments-1.2.2/src/
H A Dgss.cpp3447 size_t pendingbytes=pending(); in read() local
3448 if (pendingbytes) { in read()
3451 if (pendingbytes<=(size_t)bytestoread) { in read()
3454 pvt->_readbufferpos,pendingbytes); in read()
3457 bytesread=pendingbytes; in read()
3458 buf=((unsigned char *)buf)+pendingbytes; in read()
3459 bytestoread-=pendingbytes; in read()