Searched refs:http_request (Results 1 – 11 of 11) sorted by relevance
| /Zephyr-4.2.1/include/zephyr/net/http/ |
| D | client.h | 51 struct http_request; 68 struct http_request *req, 86 struct http_request *req, 240 struct http_request { struct 347 int http_client_req(int sock, struct http_request *req, argument
|
| /Zephyr-4.2.1/subsys/net/lib/http/ |
| D | http_client.c | 178 struct http_request *req = CONTAINER_OF(parser, in on_url() 179 struct http_request, in on_url() 193 struct http_request *req = CONTAINER_OF(parser, in on_status() 194 struct http_request, in on_status() 218 struct http_request *req = CONTAINER_OF(parser, in on_header_field() 219 struct http_request, in on_header_field() 250 struct http_request *req = CONTAINER_OF(parser, in on_header_value() 251 struct http_request, in on_header_value() 293 struct http_request *req = CONTAINER_OF(parser, in on_body() 294 struct http_request, in on_body() [all …]
|
| /Zephyr-4.2.1/tests/net/lib/http_client/src/ |
| D | main.c | 138 static void common_request_init(struct http_request *req) in common_request_init() 149 struct http_request req = { 0 }; in ZTEST() 172 struct http_request req = { 0 }; in test_http1_client_get_cb_common() 272 struct http_request req = { 0 }; in ZTEST() 289 struct http_request req = { 0 }; in ZTEST() 305 struct http_request req = { 0 }; in ZTEST() 325 static int test_payload_cb(int sock, struct http_request *req, void *user_data) in test_payload_cb() 342 struct http_request req = { 0 }; in ZTEST()
|
| /Zephyr-4.2.1/include/zephyr/net/ |
| D | websocket.h | 63 typedef int (*websocket_connect_cb_t)(int ws_sock, struct http_request *req,
|
| /Zephyr-4.2.1/samples/net/cloud/tagoio_http_post/src/ |
| D | sockets.c | 110 struct http_request req; in tagoio_http_push()
|
| /Zephyr-4.2.1/samples/net/sockets/http_client/src/ |
| D | main.c | 95 static int payload_cb(int sock, struct http_request *req, void *user_data) in payload_cb() 166 struct http_request req; in run_queries()
|
| /Zephyr-4.2.1/doc/connectivity/networking/api/ |
| D | http_client.rst | 31 struct http_request req = { 0 };
|
| /Zephyr-4.2.1/subsys/net/lib/websocket/ |
| D | websocket.c | 174 struct http_request *req = CONTAINER_OF(parser, in on_header_field() 175 struct http_request, in on_header_field() 198 struct http_request *req = CONTAINER_OF(parser, in on_header_value() 199 struct http_request, in on_header_value() 242 struct http_request req; in websocket_connect()
|
| /Zephyr-4.2.1/samples/net/sockets/websocket_client/src/ |
| D | main.c | 140 static int connect_cb(int sock, struct http_request *req, void *user_data) in connect_cb()
|
| /Zephyr-4.2.1/subsys/net/lib/ocpp/ |
| D | ocpp.c | 114 static int ocpp_ws_connect_cb(int ws_sock, struct http_request *req, in ocpp_ws_connect_cb()
|
| /Zephyr-4.2.1/subsys/mgmt/hawkbit/ |
| D | hawkbit.c | 1095 struct http_request http_req = {0}; in send_request()
|