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

/netbsd-current/external/bsd/wpa/dist/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.c770 /* httpread_hdr_type_get -- When file is ready, returns header type. */
771 enum httpread_hdr_type httpread_hdr_type_get(struct httpread *h) function

Completed in 95 milliseconds