Searched refs:bytesread (Results 1 – 2 of 2) sorted by relevance
1772 size_t bytesleft = 128, bytesread; in c_read() local1914 bytesread = blocking_read(fd, xp, bytesleft); in c_read()1915 if (bytesread == (size_t)-1) { in c_read()1932 if (bytesread == 0) { in c_read()1937 xp += bytesread; in c_read()1942 if (bytesread == 0) in c_read()1945 xp += bytesread; in c_read()1949 if (bytesread == 0) { in c_read()1955 xp += bytesread; in c_read()1956 if ((bytesleft -= bytesread) == 0) in c_read()[all …]
4502 (g_convert): Add G_CONVERT_ERROR_PARTIAL_INPUT error, if bytesread4503 != length and no bytesread pointer passed.