• Home
  • Raw
  • Download

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