• Home
  • Raw
  • Download

Lines Matching refs:evhttp

190 static void evhttp_get_request(struct evhttp *, evutil_socket_t, struct sockaddr *, ev_socklen_t);
199 static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp,
1222 struct evhttp *http = evcon->http_server; in evhttp_connection_free()
2407 struct evhttp *
3344 evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_alias()
3348 struct evhttp *vhost; in evhttp_find_alias()
3381 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_vhost()
3384 struct evhttp *vhost; in evhttp_find_vhost()
3385 struct evhttp *oldhttp; in evhttp_find_vhost()
3412 struct evhttp *http = arg; in evhttp_handle_request()
3486 struct evhttp *http = arg; in accept_socket_cb()
3492 evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port) in evhttp_bind_socket()
3502 evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port) in evhttp_bind_socket_with_handle()
3528 evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd) in evhttp_accept_socket()
3538 evhttp_foreach_bound_socket(struct evhttp *http, in evhttp_foreach_bound_socket()
3549 evhttp_accept_socket_with_handle(struct evhttp *http, evutil_socket_t fd) in evhttp_accept_socket_with_handle()
3572 evhttp_bind_listener(struct evhttp *http, struct evconnlistener *listener) in evhttp_bind_listener()
3600 evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound) in evhttp_del_accept_socket()
3607 static struct evhttp*
3610 struct evhttp *http = NULL; in evhttp_new_object()
3612 if ((http = mm_calloc(1, sizeof(struct evhttp))) == NULL) { in evhttp_new_object()
3637 struct evhttp *
3640 struct evhttp *http = NULL; in evhttp_new()
3654 struct evhttp *
3657 struct evhttp *http = NULL; in evhttp_start()
3671 evhttp_free(struct evhttp* http) in evhttp_free()
3676 struct evhttp* vhost; in evhttp_free()
3718 evhttp_add_virtual_host(struct evhttp* http, const char *pattern, in evhttp_add_virtual_host()
3719 struct evhttp* vhost) in evhttp_add_virtual_host()
3736 evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost) in evhttp_remove_virtual_host()
3750 evhttp_add_server_alias(struct evhttp *http, const char *alias) in evhttp_add_server_alias()
3770 evhttp_remove_server_alias(struct evhttp *http, const char *alias) in evhttp_remove_server_alias()
3787 evhttp_set_timeout(struct evhttp* http, int timeout_in_secs) in evhttp_set_timeout()
3800 evhttp_set_timeout_tv(struct evhttp* http, const struct timeval* tv) in evhttp_set_timeout_tv()
3809 int evhttp_set_flags(struct evhttp *http, int flags) in evhttp_set_flags()
3824 evhttp_set_max_headers_size(struct evhttp* http, ev_ssize_t max_headers_size) in evhttp_set_max_headers_size()
3833 evhttp_set_max_body_size(struct evhttp* http, ev_ssize_t max_body_size) in evhttp_set_max_body_size()
3842 evhttp_set_default_content_type(struct evhttp *http, in evhttp_set_default_content_type()
3848 evhttp_set_allowed_methods(struct evhttp* http, ev_uint16_t methods) in evhttp_set_allowed_methods()
3854 evhttp_set_cb(struct evhttp *http, const char *uri, in evhttp_set_cb()
3884 evhttp_del_cb(struct evhttp *http, const char *uri) in evhttp_del_cb()
3903 evhttp_set_gencb(struct evhttp *http, in evhttp_set_gencb()
3911 evhttp_set_bevcb(struct evhttp *http, in evhttp_set_bevcb()
4165 struct evhttp* http, in evhttp_get_request_connection()
4213 struct evhttp *http = evcon->http_server; in evhttp_associate_new_request_with_connection()
4246 evhttp_get_request(struct evhttp *http, evutil_socket_t fd, in evhttp_get_request()