• Home
  • Raw
  • Download

Lines Matching refs:evhttp_connection

185 	struct evhttp_connection *evcon);
187 struct evhttp_connection *evcon);
189 struct evhttp_connection *evcon);
190 static void evhttp_request_dispatch(struct evhttp_connection* evcon);
191 static void evhttp_read_firstline(struct evhttp_connection *evcon,
193 static void evhttp_read_header(struct evhttp_connection *evcon,
199 static void evhttp_write_buffer(struct evhttp_connection *,
200 void (*)(struct evhttp_connection *, void *), void *);
201 static void evhttp_make_header(struct evhttp_connection *, struct evhttp_request *);
370 evhttp_write_buffer(struct evhttp_connection *evcon, in evhttp_write_buffer()
371 void (*cb)(struct evhttp_connection *, void *), void *arg) in evhttp_write_buffer() argument
392 evhttp_send_continue_done(struct evhttp_connection *evcon, void *arg) in evhttp_send_continue_done()
398 evhttp_send_continue(struct evhttp_connection *evcon, in evhttp_send_continue()
416 evhttp_connected(struct evhttp_connection *evcon) in evhttp_connected()
438 evhttp_make_header_request(struct evhttp_connection *evcon, in evhttp_make_header_request()
531 evhttp_make_header_response(struct evhttp_connection *evcon, in evhttp_make_header_response()
606 evhttp_make_header(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_make_header()
638 evhttp_connection_set_max_headers_size(struct evhttp_connection *evcon, in evhttp_connection_set_max_headers_size()
647 evhttp_connection_set_max_body_size(struct evhttp_connection* evcon, in evhttp_connection_set_max_body_size()
723 evhttp_request_free_(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_request_free_()
734 evhttp_connection_fail_(struct evhttp_connection *evcon, in evhttp_connection_fail_()
809 struct evhttp_connection *evcon = arg; in evhttp_write_cb()
824 evhttp_connection_done(struct evhttp_connection *evcon) in evhttp_connection_done()
997 evhttp_read_trailer(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_read_trailer()
1018 evhttp_lingering_close(struct evhttp_connection *evcon, in evhttp_lingering_close()
1037 evhttp_lingering_fail(struct evhttp_connection *evcon, in evhttp_lingering_fail()
1047 evhttp_read_body(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_read_body()
1134 struct evhttp_connection *evcon = arg; in evhttp_read_cb()
1189 struct evhttp_connection *evcon = data; in evhttp_deferred_read_cb()
1196 evhttp_write_connectioncb(struct evhttp_connection *evcon, void *arg) in evhttp_write_connectioncb()
1221 evhttp_connection_free(struct evhttp_connection *evcon) in evhttp_connection_free()
1279 evhttp_connection_free_on_completion(struct evhttp_connection *evcon) { in evhttp_connection_free_on_completion()
1284 evhttp_connection_set_local_address(struct evhttp_connection *evcon, in evhttp_connection_set_local_address()
1295 evhttp_connection_set_local_port(struct evhttp_connection *evcon, in evhttp_connection_set_local_port()
1303 evhttp_request_dispatch(struct evhttp_connection* evcon) in evhttp_request_dispatch()
1330 evhttp_connection_reset_(struct evhttp_connection *evcon) in evhttp_connection_reset_()
1379 evhttp_connection_start_detectclose(struct evhttp_connection *evcon) in evhttp_connection_start_detectclose()
1386 evhttp_connection_stop_detectclose(struct evhttp_connection *evcon) in evhttp_connection_stop_detectclose()
1395 struct evhttp_connection *evcon = arg; in evhttp_connection_retry()
1402 evhttp_connection_cb_cleanup(struct evhttp_connection *evcon) in evhttp_connection_cb_cleanup()
1455 evhttp_connection_read_on_write_error(struct evhttp_connection *evcon, in evhttp_connection_read_on_write_error()
1481 struct evhttp_connection *evcon = arg; in evhttp_error_cb()
1574 struct evhttp_connection *evcon = arg; in evhttp_connection_cb()
2215 evhttp_get_body(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_get_body()
2274 evhttp_read_firstline(struct evhttp_connection *evcon, in evhttp_read_firstline()
2296 evhttp_read_header(struct evhttp_connection *evcon, in evhttp_read_header()
2372 struct evhttp_connection *
2378 struct evhttp_connection *
2382 struct evhttp_connection *evcon = NULL; in evhttp_connection_base_bufferevent_new()
2386 if ((evcon = mm_calloc(1, sizeof(struct evhttp_connection))) == NULL) { in evhttp_connection_base_bufferevent_new()
2443 struct bufferevent* evhttp_connection_get_bufferevent(struct evhttp_connection *evcon) in evhttp_connection_get_bufferevent()
2449 evhttp_connection_get_server(struct evhttp_connection *evcon) in evhttp_connection_get_server()
2454 struct evhttp_connection *
2461 void evhttp_connection_set_family(struct evhttp_connection *evcon, in evhttp_connection_set_family()
2467 int evhttp_connection_set_flags(struct evhttp_connection *evcon, in evhttp_connection_set_flags()
2484 evhttp_connection_set_base(struct evhttp_connection *evcon, in evhttp_connection_set_base()
2494 evhttp_connection_set_timeout(struct evhttp_connection *evcon, in evhttp_connection_set_timeout()
2508 evhttp_connection_set_timeout_tv(struct evhttp_connection *evcon, in evhttp_connection_set_timeout_tv()
2523 evhttp_connection_set_initial_retry_tv(struct evhttp_connection *evcon, in evhttp_connection_set_initial_retry_tv()
2535 evhttp_connection_set_retries(struct evhttp_connection *evcon, in evhttp_connection_set_retries()
2542 evhttp_connection_set_closecb(struct evhttp_connection *evcon, in evhttp_connection_set_closecb()
2543 void (*cb)(struct evhttp_connection *, void *), void *cbarg) in evhttp_connection_set_closecb() argument
2550 evhttp_connection_get_peer(struct evhttp_connection *evcon, in evhttp_connection_get_peer()
2558 evhttp_connection_get_addr(struct evhttp_connection *evcon) in evhttp_connection_get_addr()
2564 evhttp_connection_connect_(struct evhttp_connection *evcon) in evhttp_connection_connect_()
2648 evhttp_make_request(struct evhttp_connection *evcon, in evhttp_make_request()
2706 struct evhttp_connection *evcon = req->evcon; in evhttp_cancel_request()
2735 evhttp_start_read_(struct evhttp_connection *evcon) in evhttp_start_read_()
2757 evhttp_start_write_(struct evhttp_connection *evcon) in evhttp_start_write_()
2767 evhttp_send_done(struct evhttp_connection *evcon, void *arg) in evhttp_send_done()
2835 struct evhttp_connection *evcon = req->evcon; in evhttp_send()
2895 void (*cb)(struct evhttp_connection *, void *), void *arg) in evhttp_send_reply_chunk_with_cb() argument
2897 struct evhttp_connection *evcon = req->evcon; in evhttp_send_reply_chunk_with_cb()
2928 struct evhttp_connection *evcon = req->evcon; in evhttp_send_reply_end()
3734 struct evhttp_connection *evcon; in evhttp_free()
4078 struct evhttp_connection *
4085 evhttp_connection_get_base(struct evhttp_connection *conn) in evhttp_connection_get_base()
4223 static struct evhttp_connection*
4228 struct evhttp_connection *evcon; in evhttp_get_request_connection()
4286 evhttp_associate_new_request_with_connection(struct evhttp_connection *evcon) in evhttp_associate_new_request_with_connection()
4324 struct evhttp_connection *evcon; in evhttp_get_request()