Searched refs:send_buf_len (Results  1 – 2 of 2) sorted by relevance
| /Zephyr-latest/subsys/net/lib/http/ | 
| D | http_client.c | 142 static int http_flush_data(int sock, const char *send_buf, size_t send_buf_len,  in http_flush_data()  argument 147 	LOG_HEXDUMP_DBG(send_buf, send_buf_len, "Data to send");  in http_flush_data() 149 	ret = sendall(sock, send_buf, send_buf_len, req_end_timepoint);  in http_flush_data() 154 	return (int)send_buf_len;  in http_flush_data()
  | 
| /Zephyr-latest/drivers/adc/ | 
| D | adc_ads131m02.c | 134 				       uint8_t *send_buf, size_t send_buf_len,  in ads131m02_transceive()  argument 142 		.len = send_buf_len,  in ads131m02_transceive()
  |