Lines Matching refs:bytesread
68 size_t bytesread; in bchlib_read() local
92 bytesread = 0; in bchlib_read()
100 return bytesread; in bchlib_read()
118 return bytesread; in bchlib_read()
130 bytesread = nbytes; in bchlib_read()
152 return bytesread; in bchlib_read()
159 bytesread += nbytes; in bchlib_read()
163 return bytesread; in bchlib_read()
179 return bytesread; in bchlib_read()
188 return bytesread; in bchlib_read()
193 bytesread += len; in bchlib_read()
196 return bytesread; in bchlib_read()