Searched refs:httpread (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/wpa/src/wps/ |
H A D | httpread.h | 46 struct httpread; 54 void httpread_destroy(struct httpread *h); 69 struct httpread * httpread_create( 71 void (*cb)(struct httpread *handle, void *cookie, 80 enum httpread_hdr_type httpread_hdr_type_get(struct httpread *h); 86 char *httpread_uri_get(struct httpread *h); 89 int httpread_reply_code_get(struct httpread *h); 93 int httpread_length_get(struct httpread *h); 99 void * httpread_data_get(struct httpread *h); 105 char * httpread_hdr_get(struct httpread *h); [all …]
|
H A D | httpread.c | 50 struct httpread { struct 53 void (*cb)(struct httpread *handle, void *cookie, argument 127 void httpread_destroy(struct httpread *h) in httpread_destroy() 147 struct httpread *h = user_ctx; in httpread_timeout_handler() 157 struct httpread *h, in httpread_hdr_option_analyze() 199 static int httpread_hdr_analyze(struct httpread *h) in httpread_hdr_analyze() 369 struct httpread *h = sock_ctx; in httpread_read_handler() 729 struct httpread * httpread_create( in httpread_create() 731 void (*cb)(struct httpread *handle, void *cookie, in httpread_create() 738 struct httpread *h = NULL; in httpread_create() [all …]
|
H A D | Makefile | 7 httpread.o \
|
H A D | http_server.c | 26 struct httpread *hread; 41 static void http_request_cb(struct httpread *handle, void *cookie, in http_request_cb()
|
H A D | http_client.c | 31 struct httpread *hread; 44 static void http_client_got_response(struct httpread *handle, void *cookie, in http_client_got_response()
|
/freebsd/usr.sbin/wpa/src/wps/ |
H A D | Makefile | 13 httpread.c \
|
/freebsd/contrib/wpa/hs20/client/ |
H A D | Makefile | 41 OBJS += ../../src/wps/httpread.o
|