Home | History | Annotate | Download | only in libcody

Lines Matching defs:Read

81   /// Prepare a buffer for reading.  Use before a sequence of Read calls.
168 /// Read from end point into a read buffer, as with read(2). This will
171 /// @param fd file descriptor to read from. This may be a regular
177 int Read (int fd) noexcept;
181 /// with Read, this will not usually block.
207 int from; ///< Read from this FD
377 Detail::MessageBuffer read; ///< Incoming read buffer
399 /// @param from file descriptor to read from
428 /// Get the read FD
429 /// @result the FD to read from, -1 if a direct connection
650 Detail::MessageBuffer read;
708 /// Process the messages queued in the read buffer. We enter the
767 /// Read message block from client. Semantics as for
768 /// MessageBuffer::Read.
770 int Read ()
772 return read.Read (fd.from);
777 read.PrepareToRead ();