Home
last modified time | relevance | path

Searched refs:req_end_timepoint (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/subsys/net/lib/http/
Dhttp_client.c33 const k_timepoint_t req_end_timepoint) in sendall() argument
42 sys_timepoint_timeout(req_end_timepoint).ticks; in sendall()
68 const k_timepoint_t req_end_timepoint, in http_send_data() argument
77 va_start(va, req_end_timepoint); in http_send_data()
102 ret = sendall(sock, send_buf, end_of_send, req_end_timepoint); in http_send_data()
142 const k_timepoint_t req_end_timepoint) in http_flush_data() argument
148 ret = sendall(sock, send_buf, send_buf_len, req_end_timepoint); in http_flush_data()
462 static int http_wait_data(int sock, struct http_request *req, const k_timepoint_t req_end_timepoint) in http_wait_data() argument
475 sys_timepoint_timeout(req_end_timepoint).ticks; in http_wait_data()
566 k_timepoint_t req_end_timepoint = sys_timepoint_calc(req_timeout); in http_client_req() local
[all …]
/Zephyr-Core-3.7.0/subsys/net/lib/websocket/
Dwebsocket.c548 const k_timepoint_t req_end_timepoint) in sendmsg_all() argument
565 sys_timepoint_timeout(req_end_timepoint).ticks; in sendmsg_all()
645 k_timepoint_t req_end_timepoint = sys_timepoint_calc(req_timeout); in websocket_prepare_and_send() local
648 K_TIMEOUT_EQ(tout, K_NO_WAIT) ? MSG_DONTWAIT : 0, req_end_timepoint); in websocket_prepare_and_send()