Home | History | Annotate | Download | only in flip_server

Lines Matching full:read

14   //   Returns the bytes which can be read from the buffer.  There is no
45 // bytes - bytes which are read, and copied into the buffer.
46 // size - number of bytes which are read and copied.
53 // recv() or read(), etc.
62 // Gets a pointer which can be read from
68 // ptr - assigned a pointer from which we may read
69 // size - the amount of data (in bytes) that it is safe to read
74 // Returns the number of bytes read.
78 // bytes - the pointer into which bytes are read from this buffer
80 // size - number of bytes which are read and copied.
83 // the number of bytes read from 'bytes'
84 virtual int Read(char* bytes, int size) = 0;