Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_client.c68 size_t send_buf_max_len, size_t *send_buf_pos, in http_send_data() argument
74 int ret, end_of_send = *send_buf_pos; in http_send_data()
132 *send_buf_pos = end_of_send; in http_send_data()
587 size_t send_buf_pos = 0; in http_client_req() local
610 ret = http_send_data(sock, send_buf, send_buf_max_len, &send_buf_pos, in http_client_req()
622 &send_buf_pos, req_end_timepoint, "Host", ": ", req->host, in http_client_req()
632 &send_buf_pos, req_end_timepoint, "Host", ": ", req->host, in http_client_req()
643 ret = http_flush_data(sock, send_buf, send_buf_pos, req_end_timepoint); in http_client_req()
648 send_buf_pos = 0; in http_client_req()
661 &send_buf_pos, req_end_timepoint, in http_client_req()
[all …]