Home | History | Annotate | Download | only in wps

Lines Matching refs:hread

31 	struct httpread *hread;
55 if (httpread_hdr_type_get(c->hread) == HTTPREAD_HDR_TYPE_REPLY)
57 int reply_code = httpread_reply_code_get(c->hread);
121 c->hread = httpread_create(c->sd, http_client_got_response, c,
123 if (c->hread == NULL) {
294 httpread_destroy(c->hread);
307 if (c->hread == NULL)
309 wpabuf_set(&c->body, httpread_data_get(c->hread),
310 httpread_length_get(c->hread));
317 if (c->hread == NULL)
319 return httpread_hdr_line_get(c->hread, tag);