Searched refs:bytes_written_32 (Results 1 – 2 of 2) sorted by relevance
613 DWORD bytes_written_32; in WriteToFile() local614 if (!WriteFile(fd, buff, buff_size, &bytes_written_32, 0)) { in WriteToFile()618 *bytes_written = bytes_written_32; in WriteToFile()
771 DWORD bytes_written_32; in WriteToFile() local772 if (!WriteFile(fd, buff, buff_size, &bytes_written_32, 0)) { in WriteToFile()776 *bytes_written = bytes_written_32; in WriteToFile()