Searched refs:httpread_hdr_type_get (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/wpa/src/wps/
H A Dhttpread.h78 /* httpread_hdr_type_get -- When file is ready, returns header type.
80 enum httpread_hdr_type httpread_hdr_type_get(struct httpread *h);
H A Dhttp_server.c165 return httpread_hdr_type_get(req->hread);
H A Dhttp_client.c55 if (httpread_hdr_type_get(c->hread) == HTTPREAD_HDR_TYPE_REPLY)
H A Dhttpread.c777 /* 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 102 milliseconds