Lines Matching refs:http_client
21 struct http_client { struct
28 void (*cb)(void *ctx, struct http_client *c, argument
38 struct http_client *c = eloop_data; in http_client_timeout() argument
47 struct http_client *c = cookie; in http_client_got_response()
86 struct http_client *c = eloop_ctx; in http_client_tx_ready()
130 struct http_client * http_client_addr(struct sockaddr_in *dst, in http_client_addr()
133 struct http_client *c, in http_client_addr()
137 struct http_client *c; in http_client_addr()
236 struct http_client * http_client_url(const char *url, in http_client_url()
239 struct http_client *c, in http_client_url()
244 struct http_client *c; in http_client_url()
284 void http_client_free(struct http_client *c) in http_client_free()
299 struct wpabuf * http_client_get_body(struct http_client *c) in http_client_get_body()
309 char * http_client_get_hdr_line(struct http_client *c, const char *tag) in http_client_get_hdr_line()