Searched refs:size_to_read (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/app/
H A Dimage_pre_reader_win.h28 size_t size_to_read,
H A Dimage_pre_reader_win.cc329 size_t size_to_read,
363 (size_to_read ? total_read < size_to_read : true)) {
388 size_to_read ? size_to_read : ~0,
328 PreReadImage(const wchar_t* file_path, size_t size_to_read, size_t step_size) argument
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dunzip.c1956 ZPOS64_T size_to_read; local
1966 size_to_read = (pfile_in_zip_read_info->size_local_extrafield -
1970 return (int)size_to_read;
1972 if (len>size_to_read)
1973 read_now = (uInt)size_to_read;
/external/zlib/src/contrib/minizip/
H A Dunzip.c1961 ZPOS64_T size_to_read; local
1971 size_to_read = (pfile_in_zip_read_info->size_local_extrafield -
1975 return (int)size_to_read;
1977 if (len>size_to_read)
1978 read_now = (uInt)size_to_read;

Completed in 734 milliseconds