Searched refs:bytes_read_current (Results 1 – 1 of 1) sorted by relevance
228 ssize_t bytes_read_current = 0; in read_with_retry() local230 bytes_read_current = read(socket, data + bytes_read, length - bytes_read); in read_with_retry()231 bytes_read += bytes_read_current; in read_with_retry()232 } while (length > bytes_read && bytes_read_current > 0); in read_with_retry()