Lines Matching full:read
72 * Prepares the socket for read.
84 * Note: this routine must be called after all expected data has been read from
119 * be called to read all necessary data from the socket. When all necessary data
120 * has been read, syncsocket_stop_read must be called.
123 * buf - Buffer where to read data.
124 * size - Number of bytes to read.
127 * Number of bytes read on success, or -1 on failure.
138 * be called to read all necessary data from the socket. When all necessary data
139 * has been read, syncsocket_stop_read must be called.
142 * buf - Buffer where to read data.
143 * size - Number of bytes to read.
146 * Number of bytes read on success, or -1 on failure.
193 * buffer - Buffer where to read line.
197 * Number of chracters read on success, 0 on deadline expiration,
210 * buffer - Buffer where to read line.
214 * Number of chracters read on success, 0 on deadline expiration,