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

  /external/wpa_supplicant_8/src/wps/
httpread.h 27 HTTPREAD_HDR_TYPE_GET = 2, /* hdr begins with GET<sp> */
78 /* httpread_hdr_type_get -- When file is ready, returns header type.
80 enum httpread_hdr_type httpread_hdr_type_get(struct httpread *h);
http_server.c 165 return httpread_hdr_type_get(req->hread);
http_client.c 55 if (httpread_hdr_type_get(c->hread) == HTTPREAD_HDR_TYPE_REPLY)
httpread.c 228 h->hdr_type = HTTPREAD_HDR_TYPE_GET;
338 case HTTPREAD_HDR_TYPE_GET:
747 /* httpread_hdr_type_get -- When file is ready, returns header type. */
748 enum httpread_hdr_type httpread_hdr_type_get(struct httpread *h) function

Completed in 66 milliseconds