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

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.c 254 h->hdr_type = HTTPREAD_HDR_TYPE_GET;
365 case HTTPREAD_HDR_TYPE_GET:
783 /* httpread_hdr_type_get -- When file is ready, returns header type. */
784 enum httpread_hdr_type httpread_hdr_type_get(struct httpread *h) function
  /external/wpa_supplicant_8/src/wps/
httpread.c 248 h->hdr_type = HTTPREAD_HDR_TYPE_GET;
359 case HTTPREAD_HDR_TYPE_GET:
777 /* httpread_hdr_type_get -- When file is ready, returns header type. */
778 enum httpread_hdr_type httpread_hdr_type_get(struct httpread *h) function

Completed in 72 milliseconds