Lines Matching refs:SEEK_CUR
74 if (php_stream_seek(stream, 3, SEEK_CUR)) in php_handle_gif()
96 if (php_stream_seek(stream, 11, SEEK_CUR)) in php_handle_psd()
117 if (php_stream_seek(stream, 11, SEEK_CUR)) in php_handle_bmp()
173 if (php_stream_seek(stream, 5, SEEK_CUR)) { in php_handle_swc()
248 if (php_stream_seek(stream, 5, SEEK_CUR)) in php_handle_swf()
281 if (php_stream_seek(stream, 8, SEEK_CUR)) in php_handle_png()
392 php_stream_seek(stream, (zend_long)length, SEEK_CUR); in php_skip_variable()
480 if (php_stream_seek(stream, length - 8, SEEK_CUR)) { /* file error after info */ in php_handle_jpeg()
612 if (php_stream_seek(stream, 24, SEEK_CUR)) { in php_handle_jpc()
678 php_stream_seek(stream, 3, SEEK_CUR); in php_handle_jp2()
690 if (php_stream_seek(stream, box_length - 8, SEEK_CUR)) { in php_handle_jp2()
783 if (php_stream_seek(stream, ifd_addr-8, SEEK_CUR)) in php_handle_tiff()
895 if (php_stream_seek(stream, size, SEEK_CUR)) { in php_handle_iff()
1166 if (php_stream_seek(avif_stream->stream, num_bytes, SEEK_CUR)) { in php_avif_stream_skip()