Home
last modified time | relevance | path

Searched defs:bytesread (Results 1 – 12 of 12) sorted by relevance

/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/
Dreadwrite.c30 ULONG bytesread; in apr_file_read() local
59 ULONG bytesread; in apr_file_read() local
252 apr_size_t bytesread; in apr_file_getc() local
/external/webrtc/rtc_base/
Dwin32.cc232 int bytesread = 0; in inet_pton_v6() local
292 int bytesread = 0; in inet_pton_v6() local
/external/ltp/testcases/kernel/syscalls/pipe/
Dpipe04.c81 int bytesread; in main() local
/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
DUnsynchronizedBufferedInputStream.java202 final int bytesread = localIn.read(localBuf, pos, localBuf.length - pos); in fillBuffer() local
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DRecyclableBufferedInputStream.java166 int bytesread = localIn.read(localBuf, pos, localBuf.length - pos); in fillbuf() local
/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/
Dreadwrite.c55 int bytesread = read(thefile->filedes, thefile->buffer, in file_read_buffered() local
/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/
Dreadwrite.c36 DWORD bytesread = 0; in read_with_timeout() local
Dopen.c230 DWORD bytesread = 0; in make_sparse_file() local
/external/python/cpython2/Modules/
Dbz2module.c510 size_t bytesread, buffersize, chunksize; in BZ2File_read() local
1020 Py_off_t bytesread = 0; in BZ2File_seek() local
/external/python/cpython2/Objects/
Dfileobject.c1074 size_t bytesread, buffersize, chunksize; in file_read() local
/external/mksh/src/
Dfuncs.c1604 size_t bytesleft = 128, bytesread; in c_read() local
/external/mesa3d/src/util/
Ddbghelp.h507 DWORD *bytesread; member