Lines Matching full:callback
54 int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback);
59 int Write(IOBuffer* buf, int buf_len, CompletionCallback* callback);
66 // alive by the caller until the callback is placed.
70 // |callback| the callback on completion of the Recv.
73 // and |address_length| alive until the callback is called.
77 CompletionCallback* callback);
84 // |callback| is the user callback function to call on complete.
87 // alive until the callback is called.
91 CompletionCallback* callback);
151 CompletionCallback* callback);
181 // External callback; called when read is complete.
184 // External callback; called when write is complete.