Lines Matching full:writer
61 * Asynchronous Socket Reader / Writer
65 /* Next I/O in the reader, or writer list. */
117 * buffer, len - Reader / writer buffer address.
118 * io_cb - Callback for this reader / writer.
245 /* Creates new asynchronous socket writer.
247 * as - Asynchronous socket for the writer.
248 * buffer, len - Writer's buffer.
249 * io_cb - Writer's callback.
250 * writer_opaque - An opaque pointer associated with the writer.
439 /* Pulls first writer out of the list.
443 * First writer pulled out of the list, or NULL if there are no writers in the
528 /* Advances to the next writer in the list.
906 /* Get current writer. */
909 D("ASocket %s: No writer is available.", _async_socket_string(as));
914 /* Reference the writer while we're working with it in this callback. */
926 /* Move on to the next writer. */
967 /* Move on to the next writer. */
981 /* Update the writer descriptor. */
984 /* This write is completed. Move on to the next writer. */
987 /* Notify writer completion. */
1262 /* Add new writer to the list. Note that we use initial reference from I/O