Home
last modified time | relevance | path

Searched refs:http_client (Results 1 – 25 of 27) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dhttp_client.h12 struct http_client;
23 struct http_client * http_client_addr(struct sockaddr_in *dst,
26 struct http_client *c,
29 struct http_client * http_client_url(const char *url,
32 struct http_client *c,
35 void http_client_free(struct http_client *c);
36 struct wpabuf * http_client_get_body(struct http_client *c);
37 char * http_client_get_hdr_line(struct http_client *c, const char *tag);
Dhttp_client.c21 struct http_client { struct
28 void (*cb)(void *ctx, struct http_client *c, argument
38 struct http_client *c = eloop_data; in http_client_timeout() argument
47 struct http_client *c = cookie; in http_client_got_response()
86 struct http_client *c = eloop_ctx; in http_client_tx_ready()
130 struct http_client * http_client_addr(struct sockaddr_in *dst, in http_client_addr()
133 struct http_client *c, in http_client_addr()
137 struct http_client *c; in http_client_addr()
236 struct http_client * http_client_url(const char *url, in http_client_url()
239 struct http_client *c, in http_client_url()
[all …]
Dwps_er.h29 struct http_client *http;
39 struct http_client *http;
DMakefile16 http_client.o \
Dwps_upnp_event.c55 struct http_client *http_event;
212 static void event_http_cb(void *ctx, struct http_client *c, in event_http_cb()
Dwps_er.c193 static void wps_er_http_unsubscribe_cb(void *ctx, struct http_client *c, in wps_er_http_unsubscribe_cb()
401 static void wps_er_http_subscribe_cb(void *ctx, struct http_client *c, in wps_er_http_subscribe_cb()
609 static void wps_er_http_dev_desc_cb(void *ctx, struct http_client *c, in wps_er_http_dev_desc_cb()
864 static void wps_er_http_put_wlan_response_cb(void *ctx, struct http_client *c, in wps_er_http_put_wlan_response_cb()
1389 static void wps_er_http_set_sel_reg_cb(void *ctx, struct http_client *c, in wps_er_http_set_sel_reg_cb()
1640 static void wps_er_http_put_message_cb(void *ctx, struct http_client *c, in wps_er_http_put_message_cb()
1830 static void wps_er_http_get_dev_info_cb(void *ctx, struct http_client *c, in wps_er_http_get_dev_info_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dhttp_client.h12 struct http_client;
23 struct http_client * http_client_addr(struct sockaddr_in *dst,
26 struct http_client *c,
29 struct http_client * http_client_url(const char *url,
32 struct http_client *c,
35 void http_client_free(struct http_client *c);
36 struct wpabuf * http_client_get_body(struct http_client *c);
37 char * http_client_get_hdr_line(struct http_client *c, const char *tag);
Dhttp_client.c21 struct http_client { struct
28 void (*cb)(void *ctx, struct http_client *c, argument
38 struct http_client *c = eloop_data; in http_client_timeout() argument
47 struct http_client *c = cookie; in http_client_got_response()
86 struct http_client *c = eloop_ctx; in http_client_tx_ready()
130 struct http_client * http_client_addr(struct sockaddr_in *dst, in http_client_addr()
133 struct http_client *c, in http_client_addr()
137 struct http_client *c; in http_client_addr()
236 struct http_client * http_client_url(const char *url, in http_client_url()
239 struct http_client *c, in http_client_url()
[all …]
Dwps_er.h29 struct http_client *http;
39 struct http_client *http;
DMakefile6 http_client.o \
Dwps_upnp_event.c55 struct http_client *http_event;
213 static void event_http_cb(void *ctx, struct http_client *c, in event_http_cb()
Dwps_er.c193 static void wps_er_http_unsubscribe_cb(void *ctx, struct http_client *c, in wps_er_http_unsubscribe_cb()
401 static void wps_er_http_subscribe_cb(void *ctx, struct http_client *c, in wps_er_http_subscribe_cb()
609 static void wps_er_http_dev_desc_cb(void *ctx, struct http_client *c, in wps_er_http_dev_desc_cb()
864 static void wps_er_http_put_wlan_response_cb(void *ctx, struct http_client *c, in wps_er_http_put_wlan_response_cb()
1389 static void wps_er_http_set_sel_reg_cb(void *ctx, struct http_client *c, in wps_er_http_set_sel_reg_cb()
1640 static void wps_er_http_put_message_cb(void *ctx, struct http_client *c, in wps_er_http_put_message_cb()
1830 static void wps_er_http_get_dev_info_cb(void *ctx, struct http_client *c, in wps_er_http_get_dev_info_cb()
/third_party/boost/libs/asio/example/cpp11/iostreams/
DJamfile.v231 exe http_client : http_client.cpp ;
/third_party/boost/libs/asio/example/cpp03/iostreams/
DJamfile.v234 exe http_client : http_client.cpp ;
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/
D.gitignore72 programs/http_client
/third_party/boost/libs/beast/doc/qbk/01_intro/
D1_quick_look.qbk19 [section:http_client Simple HTTP Client __example__]
/third_party/mindspore/mindspore/ccsrc/ps/
DCMakeLists.txt22 list(REMOVE_ITEM _PS_SRC_FILES "core/communicator/http_client.cc")
/third_party/boost/libs/asio/doc/overview/
Dline_based.qbk116 [link boost_asio.examples.cpp03_examples.http_client HTTP client example].
/third_party/lwip/src/
DFilelists.mk163 $(LWIPDIR)/apps/http/http_client.c \
DFilelists.cmake170 ${LWIP_DIR}/src/apps/http/http_client.c
/third_party/lwip/
Dlwip.gni176 "$LWIPDIR/apps/http/http_client.c",
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/
DCMakeLists.txt669 src/wps/http_client.c
670 src/wps/http_client.h
/third_party/boost/libs/asio/doc/
Dexamples.qbk211 * [@boost_asio/example/cpp03/iostreams/http_client.cpp]
/third_party/boost/libs/beast/doc/qbk/08_design/
D2_http_comparison.qbk409 friend class http::client::http_client;
/third_party/boost/libs/beast/doc/html/
Dbeast_HTML.manifest1471 beast/quick_start/http_client.html

12