Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/lib/http/
Dhttp_client.c67 size_t send_buf_max_len, size_t *send_buf_pos, in http_send_data() argument
73 int ret, end_of_send = *send_buf_pos; in http_send_data()
131 *send_buf_pos = end_of_send; in http_send_data()
561 size_t send_buf_pos = 0; in http_client_req() local
584 ret = http_send_data(sock, send_buf, send_buf_max_len, &send_buf_pos, in http_client_req()
596 &send_buf_pos, req_end_timepoint, "Host", ": ", req->host, in http_client_req()
606 &send_buf_pos, req_end_timepoint, "Host", ": ", req->host, in http_client_req()
617 ret = http_flush_data(sock, send_buf, send_buf_pos, req_end_timepoint); in http_client_req()
622 send_buf_pos = 0; in http_client_req()
635 &send_buf_pos, req_end_timepoint, in http_client_req()
[all …]