Searched refs:twelve_bytes_read (Results 1 – 1 of 1) sorted by relevance
1226 int twelve_bytes_read; in php_getimagetype() local1278 twelve_bytes_read = (php_stream_read(stream, filetype+4, 8) == 8); in php_getimagetype()1281 if (twelve_bytes_read && !memcmp(filetype, php_sig_jp2, 12)) { in php_getimagetype()1289 if (!twelve_bytes_read) { in php_getimagetype()
Completed in 6 milliseconds