Home
last modified time | relevance | path

Searched refs:hread (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_upnp_event.c60 struct httpread *hread; /* NULL or open connection for event msg */ member
83 if (e->hread) in event_clean()
84 httpread_destroy(e->hread); in event_clean()
85 e->hread = NULL; in event_clean()
220 struct httpread *hread = e->hread; in event_got_response_handler() local
227 if (httpread_hdr_type_get(hread) == HTTPREAD_HDR_TYPE_REPLY) { in event_got_response_handler()
228 reply_code = httpread_reply_code_get(hread); in event_got_response_handler()
337 e->hread = httpread_create(e->sd, event_got_response_handler, in event_send_tx_ready()
341 if (e->hread == NULL) { in event_send_tx_ready()
Dwps_upnp_web.c56 struct httpread *hread; /* state machine for reading socket */ member
595 httpread_destroy(c->hread); in web_connection_stop()
596 c->hread = NULL; in web_connection_stop()
1305 b = httpread_hdr_line_get(c->hread, "SOAPAction:"); in web_get_action()
1357 char *data = httpread_data_get(c->hread); /* body of http msg */ in web_connection_parse_post()
1446 char *hdr = httpread_hdr_get(c->hread); in web_connection_parse_subscribe()
1656 char *hdr = httpread_hdr_get(c->hread); in web_connection_parse_unsubscribe()
1769 struct httpread *hread = c->hread; in web_connection_check_data() local
1770 enum httpread_hdr_type htype = httpread_hdr_type_get(hread); in web_connection_check_data()
1772 char *filename = httpread_uri_get(hread); in web_connection_check_data()
[all …]