Searched refs:httpread (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/wpa/src/wps/ |
| HD | 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 …]
|
| HD | httpread.c | 60 struct httpread { struct 63 void (*cb)(struct httpread *handle, void *cookie, argument 152 void httpread_destroy(struct httpread *h) in httpread_destroy() 177 struct httpread *h = user_ctx; in httpread_timeout_handler() 188 struct httpread *h, in httpread_hdr_option_analyze() 224 static int httpread_hdr_analyze(struct httpread *h) in httpread_hdr_analyze() 397 struct httpread *h = sock_ctx; in httpread_read_handler() 732 struct httpread * httpread_create( in httpread_create() 734 void (*cb)(struct httpread *handle, void *cookie, in httpread_create() 741 struct httpread *h = NULL; in httpread_create() [all …]
|
| HD | http_server.c | 26 struct httpread *hread; 41 static void http_request_cb(struct httpread *handle, void *cookie, in http_request_cb()
|
| HD | http_client.c | 31 struct httpread *hread; 44 static void http_client_got_response(struct httpread *handle, void *cookie, in http_client_got_response()
|
| /trueos/usr.sbin/wpa/hostapd/ |
| HD | Makefile | 15 hs20.c http_client.c http_server.c httpread.c ieee802_11_auth.c \
|
| /trueos/usr.sbin/wpa/wpa_supplicant/ |
| HD | Makefile | 13 hs20_supplicant.c http_client.c http_server.c httpread.c \
|