Home | History | Annotate | Download | only in libevent

Lines Matching refs:cbarg

1744     void (*cb)(struct evhttp_connection *, void *), void *cbarg)
1747 evcon->closecb_arg = cbarg;
2199 (*cb->cb)(req, cb->cbarg);
2391 void (*cb)(struct evhttp_request *, void *), void *cbarg)
2400 http_cb->cbarg = cbarg;
2426 void (*cb)(struct evhttp_request *, void *), void *cbarg)
2429 http->gencbarg = cbarg;