Lines Matching full:callback
79 /* I/O callback for this I/O. */
118 * io_cb - Callback for this reader / writer.
226 * io_cb - Reader's callback.
249 * io_cb - Writer's callback.
280 /* Reference while in callback. */
360 /* Connection callback for this socket. */
637 /* We ignore action returned from the cancellation callback, since we're
653 /* We ignore action returned from the cancellation callback, since we're
739 /* A callback that is invoked when socket gets disconnected.
746 /* Save error to restore it for the client's callback. */
758 /* Restore errno, and invoke client's callback. */
768 /* A callback that is invoked on socket's I/O failure.
784 /* A callback that is invoked when there is data available to read.
804 /* Reference the reader while we're working with it in this callback. */
819 * read I/O callback accordingly. */
860 * read I/O callback accordingly. */
882 * I/O callback accordingly. */
894 /* A callback that is invoked when there is data available to write.
914 /* Reference the writer while we're working with it in this callback. */
929 * write I/O callback accordingly. */
970 * write I/O callback accordingly. */
992 * I/O callback accordingly. */
1004 /* A callback that is invoked when an I/O is available on socket.
1015 /* Reference the socket while we're working with it in this callback. */
1035 /* A callback that is invoked by asynchronous socket connector on connection
1052 /* Reference the socket while we're working with it in this callback. */
1061 /* Invoke client's callback. */
1080 /* Timer callback invoked to reconnect the lost connection.
1089 /* Reference the socket while we're working with it in this callback. */