HomeSort by relevance Sort by last modified time
    Searched refs:httpread_destroy (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/wps/
httpread.h 49 /* httpread_destroy -- if h is non-NULL, clean up
54 void httpread_destroy(struct httpread *h);
http_server.c 115 httpread_destroy(req->hread);
httpread.c 122 /* httpread_destroy -- if h is non-NULL, clean up
127 void httpread_destroy(struct httpread *h) function
129 wpa_printf(MSG_DEBUG, "httpread_destroy(%p)", h);
765 httpread_destroy(h);
http_client.c 288 httpread_destroy(c->hread);

Completed in 619 milliseconds