HomeSort by relevance Sort by last modified time
    Searched refs:HTTPREAD_HDR_TYPE_GET (Results 1 - 3 of 3) 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);
httpread.c 223 h->hdr_type = HTTPREAD_HDR_TYPE_GET;
331 case HTTPREAD_HDR_TYPE_GET:
770 /* httpread_hdr_type_get -- When file is ready, returns header type. */
771 enum httpread_hdr_type httpread_hdr_type_get(struct httpread *h) function
wps_upnp_web.c     [all...]

Completed in 74 milliseconds