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

/dovecot/src/lib-http/
H A Dtest-http-client.c350 struct http_client_context *http_cctx; local
397 http_cctx = http_client_context_create(&http_set);
399 http_client1 = http_client_init_shared(http_cctx, NULL);
400 http_client2 = http_client_init_shared(http_cctx, NULL);
401 http_client3 = http_client_init_shared(http_cctx, NULL);
402 http_client4 = http_client_init_shared(http_cctx, NULL);
452 http_client_context_unref(&http_cctx);

Completed in 10 milliseconds