Searched refs:end_of_send (Results 1 – 1 of 1) sorted by relevance
73 int ret, end_of_send = *send_buf_pos; in http_send_data() local88 to_be_copied = send_buf_max_len - end_of_send; in http_send_data()91 strncpy(send_buf + end_of_send, in http_send_data()95 end_of_send += to_be_copied; in http_send_data()99 LOG_HEXDUMP_DBG(send_buf, end_of_send, in http_send_data()102 ret = sendall(sock, send_buf, end_of_send, req_end_timepoint); in http_send_data()105 end_of_send, ret); in http_send_data()108 sent += end_of_send; in http_send_data()109 end_of_send = 0; in http_send_data()112 strncpy(send_buf + end_of_send, in http_send_data()[all …]