Searched refs:http_client3 (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-http/
H A Dtest-http-client.c351 struct http_client *http_client1, *http_client2, *http_client3, *http_client4; local
401 http_client3 = http_client_init_shared(http_cctx, NULL);
408 run_tests(http_client3);
414 run_http_get(http_client3, argv[1]);
420 run_http_post(http_client3, argv[1], argv[2]);
436 } else if (http_client_get_pending_request_count(http_client3) > 0) {
449 http_client_deinit(&http_client3);

Completed in 10 milliseconds