Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/lib/http/
Dhttp_client.c141 static int http_flush_data(int sock, const char *send_buf, size_t send_buf_len, in http_flush_data() argument
146 LOG_HEXDUMP_DBG(send_buf, send_buf_len, "Data to send"); in http_flush_data()
148 ret = sendall(sock, send_buf, send_buf_len, req_end_timepoint); in http_flush_data()
153 return (int)send_buf_len; in http_flush_data()