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

/dovecot/src/lib-http/
H A Dtest-http-payload.c637 static struct http_client **http_clients; variable in typeref:struct:http_client
703 http_clients = i_new(struct http_client *, parallel_clients);
705 http_clients[i] = (parallel_clients_global ?
918 http_clients[client_files_last % parallel_clients];
1154 http_clients[client_files_last % parallel_clients];
1231 http_client_switch_ioloop(http_clients[i]);
1238 http_client_switch_ioloop(http_clients[i]);
1277 http_client_deinit(&http_clients[i]);
1278 i_free(http_clients);

Completed in 13 milliseconds