Home | History | Annotate | Download | only in udp

Lines Matching full:callback

56   int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback);
61 int Write(IOBuffer* buf, int buf_len, CompletionCallback* callback);
68 // alive by the caller until the callback is placed.
72 // |callback| the callback on completion of the Recv.
75 // and |address_length| alive until the callback is called.
79 CompletionCallback* callback);
86 // |callback| is the user callback function to call on complete.
89 // alive until the callback is called.
93 CompletionCallback* callback);
139 CompletionCallback* callback);
172 // External callback; called when read is complete.
175 // External callback; called when write is complete.