Searched refs:buf_read (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/io/writetest/ |
H A D | writetest.c | 117 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/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | zip.c | 815 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/ |
H A D | zip.c | 815 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/ |
H A D | zip.c | 958 void* buf_read = (void*)ALLOC(buf_size); in LoadCentralDirectoryRecord() local 972 if (ZREAD64(pziinit->z_filefunc, pziinit->filestream,buf_read,(uLong)read_this) != read_this) in LoadCentralDirectoryRecord() 979 err = add_data_in_datablock(&pziinit->central_dir,buf_read, (uLong)read_this); in LoadCentralDirectoryRecord() 984 free(buf_read); in LoadCentralDirectoryRecord()
|
Completed in 10 milliseconds