Home
last modified time | relevance | path

Searched refs:bytesread (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
Dwin32.cc249 int bytesread = 0; in inet_pton_v6() local
250 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() local
305 if (sscanf(readcursor, "%hx%n", &word, &bytesread) != 1) { in inet_pton_v6()
310 readcursor += bytesread; in inet_pton_v6()
/external/mksh/src/
Dfuncs.c1798 size_t bytesleft = 128, bytesread; in c_read() local
1940 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 …]
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h507 DWORD *bytesread; member
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Ddbghelp.h507 DWORD *bytesread; member