• Home
  • Raw
  • Download

Lines Matching refs:evhttp_connection

174 	struct evhttp_connection *evcon);
176 struct evhttp_connection *evcon);
178 struct evhttp_connection *evcon);
179 static void evhttp_request_dispatch(struct evhttp_connection* evcon);
180 static void evhttp_read_firstline(struct evhttp_connection *evcon,
182 static void evhttp_read_header(struct evhttp_connection *evcon,
188 static void evhttp_write_buffer(struct evhttp_connection *,
189 void (*)(struct evhttp_connection *, void *), void *);
190 static void evhttp_make_header(struct evhttp_connection *, struct evhttp_request *);
377 evhttp_write_buffer(struct evhttp_connection *evcon, in evhttp_write_buffer()
378 void (*cb)(struct evhttp_connection *, void *), void *arg) in evhttp_write_buffer() argument
399 evhttp_send_continue_done(struct evhttp_connection *evcon, void *arg) in evhttp_send_continue_done()
405 evhttp_send_continue(struct evhttp_connection *evcon, in evhttp_send_continue()
423 evhttp_connected(struct evhttp_connection *evcon) in evhttp_connected()
445 evhttp_make_header_request(struct evhttp_connection *evcon, in evhttp_make_header_request()
537 evhttp_make_header_response(struct evhttp_connection *evcon, in evhttp_make_header_response()
593 evhttp_make_header(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_make_header()
627 evhttp_connection_set_max_headers_size(struct evhttp_connection *evcon, in evhttp_connection_set_max_headers_size()
636 evhttp_connection_set_max_body_size(struct evhttp_connection* evcon, in evhttp_connection_set_max_body_size()
698 evhttp_connection_fail(struct evhttp_connection *evcon, in evhttp_connection_fail()
756 struct evhttp_connection *evcon = arg; in evhttp_write_cb()
771 evhttp_connection_done(struct evhttp_connection *evcon) in evhttp_connection_done()
933 evhttp_read_trailer(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_read_trailer()
955 evhttp_read_body(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_read_body()
1046 struct evhttp_connection *evcon = arg; in evhttp_read_cb()
1101 struct evhttp_connection *evcon = data; in evhttp_deferred_read_cb()
1106 evhttp_write_connectioncb(struct evhttp_connection *evcon, void *arg) in evhttp_write_connectioncb()
1125 evhttp_connection_free(struct evhttp_connection *evcon) in evhttp_connection_free()
1176 evhttp_connection_set_local_address(struct evhttp_connection *evcon, in evhttp_connection_set_local_address()
1187 evhttp_connection_set_local_port(struct evhttp_connection *evcon, in evhttp_connection_set_local_port()
1195 evhttp_request_dispatch(struct evhttp_connection* evcon) in evhttp_request_dispatch()
1220 evhttp_connection_reset(struct evhttp_connection *evcon) in evhttp_connection_reset()
1257 evhttp_connection_start_detectclose(struct evhttp_connection *evcon) in evhttp_connection_start_detectclose()
1265 evhttp_connection_stop_detectclose(struct evhttp_connection *evcon) in evhttp_connection_stop_detectclose()
1275 struct evhttp_connection *evcon = arg; in evhttp_connection_retry()
1282 evhttp_connection_cb_cleanup(struct evhttp_connection *evcon) in evhttp_connection_cb_cleanup()
1325 struct evhttp_connection *evcon = arg; in evhttp_error_cb()
1389 struct evhttp_connection *evcon = arg; in evhttp_connection_cb()
1910 evhttp_get_body(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_get_body()
1974 evhttp_read_firstline(struct evhttp_connection *evcon, in evhttp_read_firstline()
1996 evhttp_read_header(struct evhttp_connection *evcon, in evhttp_read_header()
2065 struct evhttp_connection *
2071 struct evhttp_connection *
2075 struct evhttp_connection *evcon = NULL; in evhttp_connection_base_new()
2079 if ((evcon = mm_calloc(1, sizeof(struct evhttp_connection))) == NULL) { in evhttp_connection_base_new()
2129 evhttp_connection_get_bufferevent(struct evhttp_connection *evcon) in evhttp_connection_get_bufferevent()
2135 evhttp_connection_set_base(struct evhttp_connection *evcon, in evhttp_connection_set_base()
2145 evhttp_connection_set_timeout(struct evhttp_connection *evcon, in evhttp_connection_set_timeout()
2159 evhttp_connection_set_retries(struct evhttp_connection *evcon, in evhttp_connection_set_retries()
2166 evhttp_connection_set_closecb(struct evhttp_connection *evcon, in evhttp_connection_set_closecb()
2167 void (*cb)(struct evhttp_connection *, void *), void *cbarg) in evhttp_connection_set_closecb() argument
2174 evhttp_connection_get_peer(struct evhttp_connection *evcon, in evhttp_connection_get_peer()
2182 evhttp_connection_connect(struct evhttp_connection *evcon) in evhttp_connection_connect()
2239 evhttp_make_request(struct evhttp_connection *evcon, in evhttp_make_request()
2293 struct evhttp_connection *evcon = req->evcon; in evhttp_cancel_request()
2322 evhttp_start_read(struct evhttp_connection *evcon) in evhttp_start_read()
2344 evhttp_send_done(struct evhttp_connection *evcon, void *arg) in evhttp_send_done()
2409 struct evhttp_connection *evcon = req->evcon; in evhttp_send()
2466 struct evhttp_connection *evcon = req->evcon; in evhttp_send_reply_chunk()
2492 struct evhttp_connection *evcon = req->evcon; in evhttp_send_reply_end()
3258 struct evhttp_connection *evcon; in evhttp_free()
3557 struct evhttp_connection *
3564 evhttp_connection_get_base(struct evhttp_connection *conn) in evhttp_connection_get_base()
3674 static struct evhttp_connection*
3679 struct evhttp_connection *evcon; in evhttp_get_request_connection()
3714 evhttp_associate_new_request_with_connection(struct evhttp_connection *evcon) in evhttp_associate_new_request_with_connection()
3752 struct evhttp_connection *evcon; in evhttp_get_request()