Home
last modified time | relevance | path

Searched refs:FileSize (Results 1 – 25 of 37) sorted by relevance

12

/php-src/ext/exif/tests/
H A Dbug79046.phpt13 ["FileSize"]=>
H A Dbug34704-mb.phpt19 ["FileSize"]=>
H A Dbug34704.phpt19 ["FileSize"]=>
H A Dfloat_cast_overflow.phpt17 ["FileSize"]=>
H A Dexif007.phpt18 ["FileSize"]=>
H A Dbug68547.phpt16 ["FileSize"]=>
H A Dexif024.phpt18 ["FileSize"]=>
H A Dexif025.phpt18 ["FileSize"]=>
H A Dbug68799.phpt47 [FileSize] => 735
H A Dexif008.phpt18 ["FileSize"]=>
H A Dexif009.phpt18 ["FileSize"]=>
H A Dbug78910.phpt22 ["FileSize"]=>
H A Dexif000.phpt22 [FileSize] => 1240
H A Dexif010.phpt18 ["FileSize"]=>
H A Dexif011.phpt18 ["FileSize"]=>
H A Dexif012.phpt18 ["FileSize"]=>
H A Dexif013.phpt18 ["FileSize"]=>
H A Dbug72627.phpt21 ["FileSize"]=>
H A Dexif001.phpt25 ["FileSize"]=>
H A Dexif014.phpt18 ["FileSize"]=>
H A Dexif015.phpt18 ["FileSize"]=>
H A Dexif003.phpt33 ["FileSize"]=>
H A Dbug50845.phpt16 ["FileSize"]=>
/php-src/ext/exif/tests/bug74428/
H A Dbug74428.phpt19 ["FileSize"]=>
/php-src/ext/exif/
H A Dexif.c1946 size_t FileSize; member
3871 size = ImageInfo->FileSize - fpos; in exif_scan_JPEG_header()
4045 if (ImageInfo->FileSize >= 2 && ImageInfo->FileSize - 2 >= dir_offset) { in exif_process_IFD_in_TIFF_impl()
4056 if (ImageInfo->FileSize >= dir_size && ImageInfo->FileSize - dir_size >= dir_offset) { in exif_process_IFD_in_TIFF_impl()
4140 …if (ImageInfo->FileSize >= ImageInfo->file.list[sn].size && ImageInfo->FileSize - ImageInfo->file.… in exif_process_IFD_in_TIFF_impl()
4142 if (ImageInfo->FileSize < ifd_size || dir_offset > ImageInfo->FileSize - ifd_size) { in exif_process_IFD_in_TIFF_impl()
4297 if (ImageInfo->FileSize >= 2) { in exif_scan_FILE_header()
4309 } else if (ImageInfo->FileSize >= 8) { in exif_scan_FILE_header()
4418 ImageInfo->FileSize = st.st_size; in exif_read_from_impl()
4421 if (!ImageInfo->FileSize) { in exif_read_from_impl()
[all …]

Completed in 33 milliseconds

12