Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dhttpread.h46 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 …]
Dhttpread.c50 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 …]
DMakefile7 httpread.o \
Dhttp_server.c26 struct httpread *hread;
41 static void http_request_cb(struct httpread *handle, void *cookie, in http_request_cb()
Dhttp_client.c31 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/
Dhttpread.h46 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 …]
Dhttpread.c50 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 …]
DMakefile17 httpread.o \
Dhttp_server.c26 struct httpread *hread;
41 static void http_request_cb(struct httpread *handle, void *cookie, in http_request_cb()
Dhttp_client.c31 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/
DMakefile47 OBJS += ../../src/wps/httpread.o
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
DMakefile57 OBJS += ../../src/wps/httpread.o
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/
DCMakeLists.txt673 src/wps/httpread.c
674 src/wps/httpread.h