Home
last modified time | relevance | path

Searched refs:buf_read (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/io/writetest/
Dwritetest.c117 char buf_read[BLOCKSIZE]; in verify_file() local
133 rv = read(fd, buf_read, BLOCKSIZE); in verify_file()
141 br = buf_read[n] & 0xff; in verify_file()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/minizip/
Dzip.c815 void* buf_read = (void*)ALLOC(buf_size); in LoadCentralDirectoryRecord() local
825 if (ZREAD64(pziinit->z_filefunc, pziinit->filestream,buf_read,(uLong)read_this) != read_this) in LoadCentralDirectoryRecord()
829 err = add_data_in_datablock(&pziinit->central_dir,buf_read, (uLong)read_this); in LoadCentralDirectoryRecord()
833 TRYFREE(buf_read); in LoadCentralDirectoryRecord()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/minizip/
Dzip.c815 void* buf_read = (void*)ALLOC(buf_size); in LoadCentralDirectoryRecord() local
825 if (ZREAD64(pziinit->z_filefunc, pziinit->filestream,buf_read,(uLong)read_this) != read_this) in LoadCentralDirectoryRecord()
829 err = add_data_in_datablock(&pziinit->central_dir,buf_read, (uLong)read_this); in LoadCentralDirectoryRecord()
833 TRYFREE(buf_read); in LoadCentralDirectoryRecord()
/third_party/zlib/contrib/minizip/
Dzip.c815 void* buf_read = (void*)ALLOC(buf_size); in LoadCentralDirectoryRecord() local
825 if (ZREAD64(pziinit->z_filefunc, pziinit->filestream,buf_read,(uLong)read_this) != read_this) in LoadCentralDirectoryRecord()
829 err = add_data_in_datablock(&pziinit->central_dir,buf_read, (uLong)read_this); in LoadCentralDirectoryRecord()
833 TRYFREE(buf_read); in LoadCentralDirectoryRecord()
/third_party/skia/third_party/externals/zlib/contrib/minizip/
Dzip.c815 void* buf_read = (void*)ALLOC(buf_size); in LoadCentralDirectoryRecord() local
825 if (ZREAD64(pziinit->z_filefunc, pziinit->filestream,buf_read,(uLong)read_this) != read_this) in LoadCentralDirectoryRecord()
829 err = add_data_in_datablock(&pziinit->central_dir,buf_read, (uLong)read_this); in LoadCentralDirectoryRecord()
833 TRYFREE(buf_read); in LoadCentralDirectoryRecord()
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/
Dzip.c815 void* buf_read = (void*)ALLOC(buf_size); in LoadCentralDirectoryRecord() local
825 if (ZREAD64(pziinit->z_filefunc, pziinit->filestream,buf_read,(uLong)read_this) != read_this) in LoadCentralDirectoryRecord()
829 err = add_data_in_datablock(&pziinit->central_dir,buf_read, (uLong)read_this); in LoadCentralDirectoryRecord()
833 TRYFREE(buf_read); in LoadCentralDirectoryRecord()