• Home
  • Raw
  • Download

Lines Matching refs:evhttp

198 static void evhttp_get_request(struct evhttp *, evutil_socket_t, struct sockaddr *, ev_socklen_t);
207 static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp,
1242 struct evhttp *http = evcon->http_server; in evhttp_connection_free()
2448 struct evhttp *
3399 evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_alias()
3403 struct evhttp *vhost; in evhttp_find_alias()
3436 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_vhost()
3439 struct evhttp *vhost; in evhttp_find_vhost()
3440 struct evhttp *oldhttp; in evhttp_find_vhost()
3467 struct evhttp *http = arg; in evhttp_handle_request()
3543 struct evhttp *http = arg; in accept_socket_cb()
3549 evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port) in evhttp_bind_socket()
3559 evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port) in evhttp_bind_socket_with_handle()
3588 evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd) in evhttp_accept_socket()
3598 evhttp_foreach_bound_socket(struct evhttp *http, in evhttp_foreach_bound_socket()
3609 evhttp_accept_socket_with_handle(struct evhttp *http, evutil_socket_t fd) in evhttp_accept_socket_with_handle()
3632 evhttp_bind_listener(struct evhttp *http, struct evconnlistener *listener) in evhttp_bind_listener()
3660 evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound) in evhttp_del_accept_socket()
3667 static struct evhttp*
3670 struct evhttp *http = NULL; in evhttp_new_object()
3672 if ((http = mm_calloc(1, sizeof(struct evhttp))) == NULL) { in evhttp_new_object()
3697 struct evhttp *
3700 struct evhttp *http = NULL; in evhttp_new()
3714 struct evhttp *
3717 struct evhttp *http = NULL; in evhttp_start()
3731 evhttp_free(struct evhttp* http) in evhttp_free()
3736 struct evhttp* vhost; in evhttp_free()
3778 evhttp_add_virtual_host(struct evhttp* http, const char *pattern, in evhttp_add_virtual_host()
3779 struct evhttp* vhost) in evhttp_add_virtual_host()
3796 evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost) in evhttp_remove_virtual_host()
3810 evhttp_add_server_alias(struct evhttp *http, const char *alias) in evhttp_add_server_alias()
3830 evhttp_remove_server_alias(struct evhttp *http, const char *alias) in evhttp_remove_server_alias()
3847 evhttp_set_timeout(struct evhttp* http, int timeout_in_secs) in evhttp_set_timeout()
3860 evhttp_set_timeout_tv(struct evhttp* http, const struct timeval* tv) in evhttp_set_timeout_tv()
3869 int evhttp_set_flags(struct evhttp *http, int flags) in evhttp_set_flags()
3884 evhttp_set_max_headers_size(struct evhttp* http, ev_ssize_t max_headers_size) in evhttp_set_max_headers_size()
3893 evhttp_set_max_body_size(struct evhttp* http, ev_ssize_t max_body_size) in evhttp_set_max_body_size()
3902 evhttp_set_default_content_type(struct evhttp *http, in evhttp_set_default_content_type()
3908 evhttp_set_allowed_methods(struct evhttp* http, ev_uint16_t methods) in evhttp_set_allowed_methods()
3914 evhttp_set_cb(struct evhttp *http, const char *uri, in evhttp_set_cb()
3944 evhttp_del_cb(struct evhttp *http, const char *uri) in evhttp_del_cb()
3963 evhttp_set_gencb(struct evhttp *http, in evhttp_set_gencb()
3971 evhttp_set_bevcb(struct evhttp *http, in evhttp_set_bevcb()
4225 struct evhttp* http, in evhttp_get_request_connection()
4288 struct evhttp *http = evcon->http_server; in evhttp_associate_new_request_with_connection()
4321 evhttp_get_request(struct evhttp *http, evutil_socket_t fd, in evhttp_get_request()