Lines Matching refs:hread
31 struct httpread *hread; member
55 if (httpread_hdr_type_get(c->hread) == HTTPREAD_HDR_TYPE_REPLY) in http_client_got_response()
57 int reply_code = httpread_reply_code_get(c->hread); in http_client_got_response()
121 c->hread = httpread_create(c->sd, http_client_got_response, c, in http_client_tx_ready()
123 if (c->hread == NULL) { in http_client_tx_ready()
288 httpread_destroy(c->hread); in http_client_free()
301 if (c->hread == NULL) in http_client_get_body()
303 wpabuf_set(&c->body, httpread_data_get(c->hread), in http_client_get_body()
304 httpread_length_get(c->hread)); in http_client_get_body()
311 if (c->hread == NULL) in http_client_get_hdr_line()
313 return httpread_hdr_line_get(c->hread, tag); in http_client_get_hdr_line()