Home
last modified time | relevance | path

Searched refs:http_response (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.4.0/include/zephyr/net/http/
Dclient.h46 struct http_response;
92 typedef void (*http_response_cb_t)(struct http_response *rsp,
99 struct http_response { struct
211 struct http_response response; argument
/Zephyr-Core-3.4.0/samples/net/cloud/tagoio_http_post/src/
Dmain.c21 static void response_cb(struct http_response *rsp, in response_cb()
/Zephyr-Core-3.4.0/doc/connectivity/networking/api/
Dhttp.rst58 static void response_cb(struct http_response *rsp,
/Zephyr-Core-3.4.0/samples/net/sockets/http_client/src/
Dmain.c115 static void response_cb(struct http_response *rsp, in response_cb()
/Zephyr-Core-3.4.0/subsys/net/lib/websocket/
Dwebsocket.c154 static void response_cb(struct http_response *rsp, in response_cb()
/Zephyr-Core-3.4.0/subsys/mgmt/hawkbit/
Dhawkbit.c639 static void response_cb(struct http_response *rsp, enum http_final_call final_data, void *userdata) in response_cb()