Searched defs:http_client (Results 1 – 3 of 3) sorted by relevance
21 struct http_client { struct28 void (*cb)(void *ctx, struct http_client *c, argument38 struct http_client *c = eloop_data; in http_client_timeout() argument
117 HttpClient* http_client = NULL; in CreateHttpClient() local148 AutoPtr<HttpClient> http_client(CreateHttpClient(url.c_str())); in Download() local
79 http_client \ program