Searched refs:httpread (Results 1 – 13 of 13) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 | 7 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
D | Makefile | 47 OBJS += ../../src/wps/httpread.o
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
D | Makefile | 57 OBJS += ../../src/wps/httpread.o
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/ |
D | CMakeLists.txt | 673 src/wps/httpread.c 674 src/wps/httpread.h
|