Home
last modified time | relevance | path

Searched refs:cbinfo (Results 1 – 6 of 6) sorted by relevance

/external/libevent/
Dbufferevent_filter.c75 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
Dbufferevent_async.c308 const struct evbuffer_cb_info *cbinfo, in be_async_outbuf_callback() argument
319 if (cbinfo->n_added) in be_async_outbuf_callback()
327 const struct evbuffer_cb_info *cbinfo, in be_async_inbuf_callback() argument
338 if (cbinfo->n_deleted) in be_async_inbuf_callback()
Dbufferevent_sock.c130 const struct evbuffer_cb_info *cbinfo, in bufferevent_socket_outbuf_cb() argument
136 if (cbinfo->n_added && in bufferevent_socket_outbuf_cb()
Dbufferevent_openssl.c1137 const struct evbuffer_cb_info *cbinfo, void *arg) in be_openssl_outbuf_cb() argument
1143 if (cbinfo->n_added && bev_ssl->state == BUFFEREVENT_SSL_OPEN) { in be_openssl_outbuf_cb()
1144 if (cbinfo->orig_size == 0) in be_openssl_outbuf_cb()
Dbufferevent.c137 const struct evbuffer_cb_info *cbinfo, in bufferevent_inbuf_wm_cb() argument
/external/libevent/test/
Dregress_buffer.c1925 const struct evbuffer_cb_info *cbinfo, in log_change_callback() argument
1929 size_t old_len = cbinfo->orig_size; in log_change_callback()
1930 size_t new_len = old_len + cbinfo->n_added - cbinfo->n_deleted; in log_change_callback()
2232 const struct evbuffer_cb_info *cbinfo, in check_prepend() argument
2235 tt_int_op(cbinfo->orig_size, ==, 3); in check_prepend()
2236 tt_int_op(cbinfo->n_added, ==, 8096); in check_prepend()
2237 tt_int_op(cbinfo->n_deleted, ==, 0); in check_prepend()