Lines Matching refs:evhttp_connection
177 struct evhttp_connection *evcon);
179 struct evhttp_connection *evcon);
181 struct evhttp_connection *evcon);
182 static void evhttp_request_dispatch(struct evhttp_connection* evcon);
183 static void evhttp_read_firstline(struct evhttp_connection *evcon,
185 static void evhttp_read_header(struct evhttp_connection *evcon,
191 static void evhttp_write_buffer(struct evhttp_connection *,
192 void (*)(struct evhttp_connection *, void *), void *);
193 static void evhttp_make_header(struct evhttp_connection *, struct evhttp_request *);
361 evhttp_write_buffer(struct evhttp_connection *evcon, in evhttp_write_buffer()
362 void (*cb)(struct evhttp_connection *, void *), void *arg) in evhttp_write_buffer() argument
383 evhttp_send_continue_done(struct evhttp_connection *evcon, void *arg) in evhttp_send_continue_done()
389 evhttp_send_continue(struct evhttp_connection *evcon, in evhttp_send_continue()
407 evhttp_connected(struct evhttp_connection *evcon) in evhttp_connected()
429 evhttp_make_header_request(struct evhttp_connection *evcon, in evhttp_make_header_request()
519 evhttp_make_header_response(struct evhttp_connection *evcon, in evhttp_make_header_response()
594 evhttp_make_header(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_make_header()
626 evhttp_connection_set_max_headers_size(struct evhttp_connection *evcon, in evhttp_connection_set_max_headers_size()
635 evhttp_connection_set_max_body_size(struct evhttp_connection* evcon, in evhttp_connection_set_max_body_size()
711 evhttp_request_free_(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_request_free_()
722 evhttp_connection_fail_(struct evhttp_connection *evcon, in evhttp_connection_fail_()
792 struct evhttp_connection *evcon = arg; in evhttp_write_cb()
807 evhttp_connection_done(struct evhttp_connection *evcon) in evhttp_connection_done()
980 evhttp_read_trailer(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_read_trailer()
1001 evhttp_lingering_close(struct evhttp_connection *evcon, in evhttp_lingering_close()
1020 evhttp_lingering_fail(struct evhttp_connection *evcon, in evhttp_lingering_fail()
1030 evhttp_read_body(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_read_body()
1117 struct evhttp_connection *evcon = arg; in evhttp_read_cb()
1172 struct evhttp_connection *evcon = data; in evhttp_deferred_read_cb()
1177 evhttp_write_connectioncb(struct evhttp_connection *evcon, void *arg) in evhttp_write_connectioncb()
1202 evhttp_connection_free(struct evhttp_connection *evcon) in evhttp_connection_free()
1258 evhttp_connection_free_on_completion(struct evhttp_connection *evcon) { in evhttp_connection_free_on_completion()
1263 evhttp_connection_set_local_address(struct evhttp_connection *evcon, in evhttp_connection_set_local_address()
1274 evhttp_connection_set_local_port(struct evhttp_connection *evcon, in evhttp_connection_set_local_port()
1282 evhttp_request_dispatch(struct evhttp_connection* evcon) in evhttp_request_dispatch()
1307 evhttp_connection_reset_(struct evhttp_connection *evcon) in evhttp_connection_reset_()
1353 evhttp_connection_start_detectclose(struct evhttp_connection *evcon) in evhttp_connection_start_detectclose()
1361 evhttp_connection_stop_detectclose(struct evhttp_connection *evcon) in evhttp_connection_stop_detectclose()
1371 struct evhttp_connection *evcon = arg; in evhttp_connection_retry()
1378 evhttp_connection_cb_cleanup(struct evhttp_connection *evcon) in evhttp_connection_cb_cleanup()
1431 evhttp_connection_read_on_write_error(struct evhttp_connection *evcon, in evhttp_connection_read_on_write_error()
1457 struct evhttp_connection *evcon = arg; in evhttp_error_cb()
1542 struct evhttp_connection *evcon = arg; in evhttp_connection_cb()
2174 evhttp_get_body(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_get_body()
2233 evhttp_read_firstline(struct evhttp_connection *evcon, in evhttp_read_firstline()
2255 evhttp_read_header(struct evhttp_connection *evcon, in evhttp_read_header()
2331 struct evhttp_connection *
2337 struct evhttp_connection *
2341 struct evhttp_connection *evcon = NULL; in evhttp_connection_base_bufferevent_new()
2345 if ((evcon = mm_calloc(1, sizeof(struct evhttp_connection))) == NULL) { in evhttp_connection_base_bufferevent_new()
2402 struct bufferevent* evhttp_connection_get_bufferevent(struct evhttp_connection *evcon) in evhttp_connection_get_bufferevent()
2408 evhttp_connection_get_server(struct evhttp_connection *evcon) in evhttp_connection_get_server()
2413 struct evhttp_connection *
2420 void evhttp_connection_set_family(struct evhttp_connection *evcon, in evhttp_connection_set_family()
2426 int evhttp_connection_set_flags(struct evhttp_connection *evcon, in evhttp_connection_set_flags()
2443 evhttp_connection_set_base(struct evhttp_connection *evcon, in evhttp_connection_set_base()
2453 evhttp_connection_set_timeout(struct evhttp_connection *evcon, in evhttp_connection_set_timeout()
2467 evhttp_connection_set_timeout_tv(struct evhttp_connection *evcon, in evhttp_connection_set_timeout_tv()
2482 evhttp_connection_set_initial_retry_tv(struct evhttp_connection *evcon, in evhttp_connection_set_initial_retry_tv()
2494 evhttp_connection_set_retries(struct evhttp_connection *evcon, in evhttp_connection_set_retries()
2501 evhttp_connection_set_closecb(struct evhttp_connection *evcon, in evhttp_connection_set_closecb()
2502 void (*cb)(struct evhttp_connection *, void *), void *cbarg) in evhttp_connection_set_closecb() argument
2509 evhttp_connection_get_peer(struct evhttp_connection *evcon, in evhttp_connection_get_peer()
2517 evhttp_connection_get_addr(struct evhttp_connection *evcon) in evhttp_connection_get_addr()
2523 evhttp_connection_connect_(struct evhttp_connection *evcon) in evhttp_connection_connect_()
2604 evhttp_make_request(struct evhttp_connection *evcon, in evhttp_make_request()
2658 struct evhttp_connection *evcon = req->evcon; in evhttp_cancel_request()
2687 evhttp_start_read_(struct evhttp_connection *evcon) in evhttp_start_read_()
2709 evhttp_start_write_(struct evhttp_connection *evcon) in evhttp_start_write_()
2719 evhttp_send_done(struct evhttp_connection *evcon, void *arg) in evhttp_send_done()
2787 struct evhttp_connection *evcon = req->evcon; in evhttp_send()
2843 void (*cb)(struct evhttp_connection *, void *), void *arg) in evhttp_send_reply_chunk_with_cb() argument
2845 struct evhttp_connection *evcon = req->evcon; in evhttp_send_reply_chunk_with_cb()
2876 struct evhttp_connection *evcon = req->evcon; in evhttp_send_reply_end()
3674 struct evhttp_connection *evcon; in evhttp_free()
4018 struct evhttp_connection *
4025 evhttp_connection_get_base(struct evhttp_connection *conn) in evhttp_connection_get_base()
4163 static struct evhttp_connection*
4168 struct evhttp_connection *evcon; in evhttp_get_request_connection()
4211 evhttp_associate_new_request_with_connection(struct evhttp_connection *evcon) in evhttp_associate_new_request_with_connection()
4249 struct evhttp_connection *evcon; in evhttp_get_request()