Lines Matching refs:http
101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
115 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address…
134 int evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd);
147 struct evhttp_bound_socket *evhttp_accept_socket_with_handle(struct evhttp *http, evutil_socket_t f…
155 struct evhttp_bound_socket *evhttp_bind_listener(struct evhttp *http, struct evconnlistener *listen…
175 void evhttp_foreach_bound_socket(struct evhttp *http, evhttp_bound_socket_foreach_fn *function, voi…
195 void evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound_socket);
216 void evhttp_free(struct evhttp* http);
220 void evhttp_set_max_headers_size(struct evhttp* http, ev_ssize_t max_headers_size);
223 void evhttp_set_max_body_size(struct evhttp* http, ev_ssize_t max_body_size);
234 void evhttp_set_default_content_type(struct evhttp *http,
249 void evhttp_set_allowed_methods(struct evhttp* http, ev_uint16_t methods);
261 int evhttp_set_cb(struct evhttp *http, const char *path,
280 void evhttp_set_gencb(struct evhttp *http,
298 void evhttp_set_bevcb(struct evhttp *http,
324 int evhttp_add_virtual_host(struct evhttp* http, const char *pattern,
336 int evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost);
347 int evhttp_add_server_alias(struct evhttp *http, const char *alias);
357 int evhttp_remove_server_alias(struct evhttp *http, const char *alias);
366 void evhttp_set_timeout(struct evhttp *http, int timeout_in_secs);
375 void evhttp_set_timeout_tv(struct evhttp *http, const struct timeval* tv);
388 int evhttp_set_flags(struct evhttp *http, int flags);