Searched refs:httpread (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
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 …]
|
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 …]
|
D | Makefile | 17 httpread.o \
|
D | http_server.c | 26 struct httpread *hread; 41 static void http_request_cb(struct httpread *handle, void *cookie, in http_request_cb()
|
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()
|
/external/wpa_supplicant_8/hs20/client/ |
D | Makefile | 49 OBJS += ../../src/wps/httpread.o
|