Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/wpa/src/wps/
H A 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 */
71 char *uri;
74 char *body;
75 int body_nbytes;
76 int body_alloc_nbytes; /* amount allocated */
78 int got_file; /* here when we are done */
85 enum trailer_state {
[all …]