Searched refs:cbinfo (Results 1 – 6 of 6) sorted by relevance
/external/libevent/ |
D | bufferevent_filter.c | 75 const struct evbuffer_cb_info *cbinfo, void *arg); 422 const struct evbuffer_cb_info *cbinfo, void *arg) in bufferevent_filtered_outbuf_cb() argument 427 if (cbinfo->n_added) { in bufferevent_filtered_outbuf_cb() 484 const struct evbuffer_cb_info *cbinfo, void *arg) in bufferevent_filtered_inbuf_cb() argument
|
D | bufferevent_async.c | 286 const struct evbuffer_cb_info *cbinfo, in be_async_outbuf_callback() argument 297 if (cbinfo->n_added) in be_async_outbuf_callback() 305 const struct evbuffer_cb_info *cbinfo, in be_async_inbuf_callback() argument 316 if (cbinfo->n_deleted) in be_async_inbuf_callback()
|
D | bufferevent_sock.c | 126 const struct evbuffer_cb_info *cbinfo, in bufferevent_socket_outbuf_cb() argument 133 if (cbinfo->n_added && in bufferevent_socket_outbuf_cb()
|
D | bufferevent_openssl.c | 1133 const struct evbuffer_cb_info *cbinfo, void *arg) in be_openssl_outbuf_cb() argument 1139 if (cbinfo->n_added && bev_ssl->state == BUFFEREVENT_SSL_OPEN) { in be_openssl_outbuf_cb() 1140 if (cbinfo->orig_size == 0) in be_openssl_outbuf_cb()
|
D | bufferevent.c | 119 const struct evbuffer_cb_info *cbinfo, in bufferevent_inbuf_wm_cb() argument
|
/external/libevent/test/ |
D | regress_buffer.c | 1735 const struct evbuffer_cb_info *cbinfo, in log_change_callback() argument 1739 size_t old_len = cbinfo->orig_size; in log_change_callback() 1740 size_t new_len = old_len + cbinfo->n_added - cbinfo->n_deleted; in log_change_callback() 2034 const struct evbuffer_cb_info *cbinfo, in check_prepend() argument 2037 tt_int_op(cbinfo->orig_size, ==, 3); in check_prepend() 2038 tt_int_op(cbinfo->n_added, ==, 8096); in check_prepend() 2039 tt_int_op(cbinfo->n_deleted, ==, 0); in check_prepend()
|