Home
last modified time | relevance | path

Searched defs:httpread (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dhttpread.c50 struct httpread { struct
53 void (*cb)(struct httpread *handle, void *cookie, argument
65 enum httpread_hdr_type hdr_type; argument
66 int version; /* 1 if we've seen 1.1 */
67 int reply_code; /* for type REPLY, e.g. 200 for HTTP/1.1 200 OK */
68 int got_content_length; /* true if we know content length for sure */
69 int content_length; /* body length, iff got_content_length */
70 int chunked; /* nonzero for chunked data */
71 char *uri;
73 int got_body; /* nonzero when body is finalized */
[all …]