Home | History | Annotate | Download | only in wps

Lines Matching defs: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) {
288 httpread_destroy(c->hread);
301 if (c->hread == NULL)
303 wpabuf_set(&c->body, httpread_data_get(c->hread),
304 httpread_length_get(c->hread));
311 if (c->hread == NULL)
313 return httpread_hdr_line_get(c->hread, tag);