HomeSort by relevance Sort by last modified time
    Searched full:hread (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/drd/tests/
filter_stderr_and_thread_no 8 sed -e "s:hread [0-9][0-9]*:hread x:g" \
  /external/wpa_supplicant_8/src/wps/
http_server.c 32 struct httpread *hread; member in struct:http_request
85 req->hread = httpread_create(req->fd, http_request_cb, req,
88 if (req->hread == NULL) {
121 httpread_destroy(req->hread);
171 return httpread_hdr_type_get(req->hread);
177 return httpread_uri_get(req->hread);
183 return httpread_hdr_get(req->hread);
189 return httpread_data_get(req->hread);
195 return httpread_hdr_line_get(req->hread, tag);
http_client.c 37 struct httpread *hread; member in struct:http_client
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
    [all...]
  /external/valgrind/main/helgrind/tests/
filter_stderr 44 -e "s/hread #[0-9][0-9]*/hread #x/g" \
45 -e "s/hread [0-9][0-9]*/hread x/g" |
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_event.c 60 struct httpread *hread; /* NULL or open connection for event msg */ member in struct:wps_event_
83 if (e->hread)
84 httpread_destroy(e->hread);
85 e->hread = NULL;
220 struct httpread *hread = e->hread; local
227 if (httpread_hdr_type_get(hread) == HTTPREAD_HDR_TYPE_REPLY) {
228 reply_code = httpread_reply_code_get(hread);
337 e->hread = httpread_create(e->sd, event_got_response_handler,
341 if (e->hread == NULL)
    [all...]
wps_upnp_web.c 56 struct httpread *hread; /* state machine for reading socket */ member in struct:web_connection
595 httpread_destroy(c->hread);
596 c->hread = NULL;
1769 struct httpread *hread = c->hread; local
    [all...]

Completed in 80 milliseconds