Searched refs:send_buf_len (Results 1 – 1 of 1) sorted by relevance
141 static int http_flush_data(int sock, const char *send_buf, size_t send_buf_len, in http_flush_data() argument146 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()