Searched refs:twelve_bytes_read (Results 1 – 1 of 1) sorted by relevance
1286 int twelve_bytes_read; in php_getimagetype() local1348 twelve_bytes_read = (php_stream_read(stream, filetype+4, 8) == 8); in php_getimagetype()1351 if (twelve_bytes_read && !memcmp(filetype, php_sig_jp2, 12)) { in php_getimagetype()1359 if (!twelve_bytes_read) { in php_getimagetype()
Completed in 9 milliseconds