Lines Matching full:evhttp
187 static void evhttp_get_request(struct evhttp *, evutil_socket_t, struct sockaddr *, ev_socklen_t);
198 static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp,
1146 struct evhttp *http = evcon->http_server;
2939 evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp,
2943 struct evhttp *vhost;
2976 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp,
2979 struct evhttp *vhost;
2980 struct evhttp *oldhttp;
3007 struct evhttp *http = arg;
3081 struct evhttp *http = arg;
3087 evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port)
3097 evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port)
3123 evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd)
3134 evhttp_accept_socket_with_handle(struct evhttp *http, evutil_socket_t fd)
3157 evhttp_bind_listener(struct evhttp *http, struct evconnlistener *listener)
3185 evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound)
3192 static struct evhttp*
3195 struct evhttp *http = NULL;
3197 if ((http = mm_calloc(1, sizeof(struct evhttp))) == NULL) {
3221 struct evhttp *
3224 struct evhttp *http = NULL;
3238 struct evhttp *
3241 struct evhttp *http = NULL;
3255 evhttp_free(struct evhttp* http)
3260 struct evhttp* vhost;
3302 evhttp_add_virtual_host(struct evhttp* http, const char *pattern,
3303 struct evhttp* vhost)
3320 evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost)
3334 evhttp_add_server_alias(struct evhttp *http, const char *alias)
3354 evhttp_remove_server_alias(struct evhttp *http, const char *alias)
3371 evhttp_set_timeout(struct evhttp* http, int timeout_in_secs)
3377 evhttp_set_max_headers_size(struct evhttp* http, ev_ssize_t max_headers_size)
3386 evhttp_set_max_body_size(struct evhttp* http, ev_ssize_t max_body_size)
3395 evhttp_set_allowed_methods(struct evhttp* http, ev_uint16_t methods)
3401 evhttp_set_cb(struct evhttp *http, const char *uri,
3431 evhttp_del_cb(struct evhttp *http, const char *uri)
3450 evhttp_set_gencb(struct evhttp *http,
3676 struct evhttp* http,
3716 struct evhttp *http = evcon->http_server;
3749 evhttp_get_request(struct evhttp *http, evutil_socket_t fd,