Searched refs:http_client4 (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
402 http_client4 = http_client_init_shared(http_cctx, NULL);
409 run_tests(http_client4);
415 run_http_get(http_client4, argv[1]);
421 run_http_post(http_client4, argv[1], argv[2]);
439 } else if (http_client_get_pending_request_count(http_client4) > 0) {
450 http_client_deinit(&http_client4);

Completed in 10 milliseconds