Lines Matching full:http
60 #include "event2/http.h"
140 struct evhttp *http = NULL; in rpc_setup() local
143 http = http_setup(&port); in rpc_setup()
144 base = evrpc_init(http); in rpc_setup()
149 *phttp = http; in rpc_setup()
187 struct evhttp *http = NULL; in rpc_basic_test() local
192 rpc_setup(&http, &port, &base); in rpc_basic_test()
198 * At this point, we want to schedule an HTTP POST request in rpc_basic_test()
226 evhttp_free(http); in rpc_basic_test()
256 struct evhttp *http = NULL; in rpc_basic_message() local
262 rpc_setup(&http, &port, &base); in rpc_basic_message()
268 * At this point, we want to schedule an HTTP POST request in rpc_basic_message()
304 evhttp_free(http); in rpc_basic_message()
448 struct evhttp *http = NULL; in rpc_basic_client() local
454 rpc_setup(&http, &port, &base); in rpc_basic_client()
519 if (http) in rpc_basic_client()
520 evhttp_free(http); in rpc_basic_client()
534 struct evhttp *http = NULL; in rpc_basic_queued_client() local
540 rpc_setup(&http, &port, &base); in rpc_basic_queued_client()
575 if (http) in rpc_basic_queued_client()
576 evhttp_free(http); in rpc_basic_queued_client()
634 struct evhttp *http = NULL; in rpc_basic_client_with_pause() local
640 rpc_setup(&http, &port, &base); in rpc_basic_client_with_pause()
678 if (http) in rpc_basic_client_with_pause()
679 evhttp_free(http); in rpc_basic_client_with_pause()
686 struct evhttp *http = NULL; in rpc_client_timeout() local
692 rpc_setup(&http, &port, &base); in rpc_client_timeout()
729 if (http) in rpc_client_timeout()
730 evhttp_free(http); in rpc_client_timeout()
886 struct evhttp *http = NULL; in rpc_invalid_type() local
891 rpc_setup(&http, &port, &base); in rpc_invalid_type()
897 * At this point, we want to schedule an HTTP POST request in rpc_invalid_type()
925 evhttp_free(http); in rpc_invalid_type()