Home | History | Annotate | Download | only in libevent

Lines Matching refs:outbuf

100 evbuffer_add_buffer(struct evbuffer *outbuf, struct evbuffer *inbuf)
105 if (outbuf->off == 0) {
110 SWAP(&tmp, outbuf);
111 SWAP(outbuf, inbuf);
117 * of data that we transfered from inbuf to outbuf
121 if (oldoff && outbuf->cb != NULL)
122 (*outbuf->cb)(outbuf, 0, oldoff, outbuf->cbarg);
127 res = evbuffer_add(outbuf, inbuf->buffer, inbuf->off);