Home | History | Annotate | Download | only in libevent

Lines Matching full: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,
378 void (*cb)(struct evhttp_connection *, void *), void *arg)
399 evhttp_send_continue_done(struct evhttp_connection *evcon, void *arg)
405 evhttp_send_continue(struct evhttp_connection *evcon,
423 evhttp_connected(struct evhttp_connection *evcon)
445 evhttp_make_header_request(struct evhttp_connection *evcon,
537 evhttp_make_header_response(struct evhttp_connection *evcon,
593 evhttp_make_header(struct evhttp_connection *evcon, struct evhttp_request *req)
627 evhttp_connection_set_max_headers_size(struct evhttp_connection *evcon,
636 evhttp_connection_set_max_body_size(struct evhttp_connection* evcon,
698 evhttp_connection_fail(struct evhttp_connection *evcon,
756 struct evhttp_connection *evcon = arg;
771 evhttp_connection_done(struct evhttp_connection *evcon)
933 evhttp_read_trailer(struct evhttp_connection *evcon, struct evhttp_request *req)
955 evhttp_read_body(struct evhttp_connection *evcon, struct evhttp_request *req)
1046 struct evhttp_connection *evcon = arg;
1101 struct evhttp_connection *evcon = data;
1106 evhttp_write_connectioncb(struct evhttp_connection *evcon, void *arg)
1125 evhttp_connection_free(struct evhttp_connection *evcon)
1176 evhttp_connection_set_local_address(struct evhttp_connection *evcon,
1187 evhttp_connection_set_local_port(struct evhttp_connection *evcon,
1195 evhttp_request_dispatch(struct evhttp_connection* evcon)
1220 evhttp_connection_reset(struct evhttp_connection *evcon)
1257 evhttp_connection_start_detectclose(struct evhttp_connection *evcon)
1265 evhttp_connection_stop_detectclose(struct evhttp_connection *evcon)
1275 struct evhttp_connection *evcon = arg;
1282 evhttp_connection_cb_cleanup(struct evhttp_connection *evcon)
1325 struct evhttp_connection *evcon = arg;
1389 struct evhttp_connection *evcon = arg;
1910 evhttp_get_body(struct evhttp_connection *evcon, struct evhttp_request *req)
1974 evhttp_read_firstline(struct evhttp_connection *evcon,
1996 evhttp_read_header(struct evhttp_connection *evcon,
2065 struct evhttp_connection *
2071 struct evhttp_connection *
2075 struct evhttp_connection *evcon = NULL;
2079 if ((evcon = mm_calloc(1, sizeof(struct evhttp_connection))) == NULL) {
2129 evhttp_connection_get_bufferevent(struct evhttp_connection *evcon)
2135 evhttp_connection_set_base(struct evhttp_connection *evcon,
2145 evhttp_connection_set_timeout(struct evhttp_connection *evcon,
2159 evhttp_connection_set_retries(struct evhttp_connection *evcon,
2166 evhttp_connection_set_closecb(struct evhttp_connection *evcon,
2167 void (*cb)(struct evhttp_connection *, void *), void *cbarg)
2174 evhttp_connection_get_peer(struct evhttp_connection *evcon,
2182 evhttp_connection_connect(struct evhttp_connection *evcon)
2233 * Starts an HTTP request on the provided evhttp_connection object.
2239 evhttp_make_request(struct evhttp_connection *evcon,
2293 struct evhttp_connection *evcon = req->evcon;
2322 evhttp_start_read(struct evhttp_connection *evcon)
2344 evhttp_send_done(struct evhttp_connection *evcon, void *arg)
2409 struct evhttp_connection *evcon = req->evcon;
2466 struct evhttp_connection *evcon = req->evcon;
2492 struct evhttp_connection *evcon = req->evcon;
3258 struct evhttp_connection *evcon;
3557 struct evhttp_connection *
3564 evhttp_connection_get_base(struct evhttp_connection *conn)
3674 static struct evhttp_connection*
3679 struct evhttp_connection *evcon;
3714 evhttp_associate_new_request_with_connection(struct evhttp_connection *evcon)
3752 struct evhttp_connection *evcon;