Searched refs:bytesread (Results 1 – 4 of 4) sorted by relevance
249 int bytesread = 0; in inet_pton_v6() local250 if (sscanf(addrstart, "%hx%n", &a_short, &bytesread) != 1 || in inet_pton_v6()251 a_short != 0xFFFF || bytesread != 4) { in inet_pton_v6()304 int bytesread = 0; in inet_pton_v6() local305 if (sscanf(readcursor, "%hx%n", &word, &bytesread) != 1) { in inet_pton_v6()310 readcursor += bytesread; in inet_pton_v6()
1798 size_t bytesleft = 128, bytesread; in c_read() local1940 bytesread = blocking_read(fd, xp, bytesleft); in c_read()1941 if (bytesread == (size_t)-1) { in c_read()1958 if (bytesread == 0) { in c_read()1963 xp += bytesread; in c_read()1968 if (bytesread == 0) in c_read()1971 xp += bytesread; in c_read()1975 if (bytesread == 0) { in c_read()1981 xp += bytesread; in c_read()1982 if ((bytesleft -= bytesread) == 0) in c_read()[all …]
507 DWORD *bytesread; member