Lines Matching refs:hread
37 struct httpread *hread;
61 if (httpread_hdr_type_get(c->hread) == HTTPREAD_HDR_TYPE_REPLY)
63 int reply_code = httpread_reply_code_get(c->hread);
127 c->hread = httpread_create(c->sd, http_client_got_response, c,
129 if (c->hread == NULL) {
300 httpread_destroy(c->hread);
313 if (c->hread == NULL)
315 wpabuf_set(&c->body, httpread_data_get(c->hread),
316 httpread_length_get(c->hread));
323 if (c->hread == NULL)
325 return httpread_hdr_line_get(c->hread, tag);