Home | History | Annotate | Download | only in event2

Lines Matching full:event_base

40 struct event_base;
85 struct evhttp *evhttp_new(struct event_base *base);
298 struct bufferevent *(*cb)(struct event_base *, void *), void *arg);
511 * @param base the event_base to use for handling the connection
523 struct event_base *base, struct evdns_base *dnsbase, struct bufferevent* bev, const char *address, ev_uint16_t port);
634 * @param base the event_base to use for handling the connection
643 struct event_base *base, struct evdns_base *dnsbase,
696 * Returns the underlying event_base for this connection
699 struct event_base *evhttp_connection_get_base(struct evhttp_connection *req);