Lines Matching refs:evhttp
202 static void evhttp_get_request(struct evhttp *, evutil_socket_t, struct sockaddr *, ev_socklen_t);
211 static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp,
1246 struct evhttp *http = evcon->http_server; in evhttp_connection_free()
2452 struct evhttp *
3403 evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_alias()
3407 struct evhttp *vhost; in evhttp_find_alias()
3440 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_vhost()
3443 struct evhttp *vhost; in evhttp_find_vhost()
3444 struct evhttp *oldhttp; in evhttp_find_vhost()
3471 struct evhttp *http = arg; in evhttp_handle_request()
3547 struct evhttp *http = arg; in accept_socket_cb()
3553 evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port) in evhttp_bind_socket()
3563 evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port) in evhttp_bind_socket_with_handle()
3592 evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd) in evhttp_accept_socket()
3602 evhttp_foreach_bound_socket(struct evhttp *http, in evhttp_foreach_bound_socket()
3613 evhttp_accept_socket_with_handle(struct evhttp *http, evutil_socket_t fd) in evhttp_accept_socket_with_handle()
3636 evhttp_bind_listener(struct evhttp *http, struct evconnlistener *listener) in evhttp_bind_listener()
3664 evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound) in evhttp_del_accept_socket()
3671 static struct evhttp*
3674 struct evhttp *http = NULL; in evhttp_new_object()
3676 if ((http = mm_calloc(1, sizeof(struct evhttp))) == NULL) { in evhttp_new_object()
3701 struct evhttp *
3704 struct evhttp *http = NULL; in evhttp_new()
3718 struct evhttp *
3721 struct evhttp *http = NULL; in evhttp_start()
3735 evhttp_free(struct evhttp* http) in evhttp_free()
3740 struct evhttp* vhost; in evhttp_free()
3782 evhttp_add_virtual_host(struct evhttp* http, const char *pattern, in evhttp_add_virtual_host()
3783 struct evhttp* vhost) in evhttp_add_virtual_host()
3800 evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost) in evhttp_remove_virtual_host()
3814 evhttp_add_server_alias(struct evhttp *http, const char *alias) in evhttp_add_server_alias()
3834 evhttp_remove_server_alias(struct evhttp *http, const char *alias) in evhttp_remove_server_alias()
3851 evhttp_set_timeout(struct evhttp* http, int timeout_in_secs) in evhttp_set_timeout()
3864 evhttp_set_timeout_tv(struct evhttp* http, const struct timeval* tv) in evhttp_set_timeout_tv()
3873 int evhttp_set_flags(struct evhttp *http, int flags) in evhttp_set_flags()
3888 evhttp_set_max_headers_size(struct evhttp* http, ev_ssize_t max_headers_size) in evhttp_set_max_headers_size()
3897 evhttp_set_max_body_size(struct evhttp* http, ev_ssize_t max_body_size) in evhttp_set_max_body_size()
3906 evhttp_set_default_content_type(struct evhttp *http, in evhttp_set_default_content_type()
3912 evhttp_set_allowed_methods(struct evhttp* http, ev_uint16_t methods) in evhttp_set_allowed_methods()
3918 evhttp_set_cb(struct evhttp *http, const char *uri, in evhttp_set_cb()
3948 evhttp_del_cb(struct evhttp *http, const char *uri) in evhttp_del_cb()
3967 evhttp_set_gencb(struct evhttp *http, in evhttp_set_gencb()
3975 evhttp_set_bevcb(struct evhttp *http, in evhttp_set_bevcb()
4229 struct evhttp* http, in evhttp_get_request_connection()
4292 struct evhttp *http = evcon->http_server; in evhttp_associate_new_request_with_connection()
4325 evhttp_get_request(struct evhttp *http, evutil_socket_t fd, in evhttp_get_request()