Home
last modified time | relevance | path

Searched refs:SEEK_CUR (Results 1 – 25 of 51) sorted by last modified time

123

/php-src/ext/pgsql/
H A Dpgsql.c2822 zend_long result, offset = 0, whence = SEEK_CUR; in PHP_FUNCTION()
2832 if (whence != SEEK_SET && whence != SEEK_CUR && whence != SEEK_END) { in PHP_FUNCTION()
H A Dpgsql.stub.php801 function pg_lo_seek(PgSql\Lob $lob, int $offset, int $whence = SEEK_CUR): bool {}
H A Dpgsql_arginfo.h744 REGISTER_LONG_CONSTANT("PGSQL_SEEK_CUR", SEEK_CUR, CONST_PERSISTENT); in register_pgsql_symbols()
/php-src/ext/phar/
H A Dutil.c143 case SEEK_CUR: in phar_seek_efp()
H A Dzip.c78 php_stream_seek(fp, header_size - read, SEEK_CUR); in phar_zip_process_extra()
87 php_stream_seek(fp, PHAR_GET_16(h.header.size), SEEK_CUR); in phar_zip_process_extra()
102 php_stream_seek(fp, PHAR_GET_16(h.unix3.size) - sizeof(h.unix3.size), SEEK_CUR); in phar_zip_process_extra()
H A Dtar.c325 php_stream_seek(fp, 512, SEEK_CUR); in phar_parse_tarfile()
393 php_stream_seek(fp, size, SEEK_CUR); in phar_parse_tarfile()
581 php_stream_seek(fp, size, SEEK_CUR); in phar_parse_tarfile()
H A Dphar.c866 if (-1 == php_stream_seek(fp, -12, SEEK_CUR) in phar_parse_pharfile()
882 if (-1 == php_stream_seek(fp, whence, SEEK_CUR) in phar_parse_pharfile()
H A Dstream.c420 case SEEK_CUR : in phar_stream_seek()
/php-src/ext/standard/
H A Dimage.c74 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()
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()
783 if (php_stream_seek(stream, ifd_addr-8, SEEK_CUR)) in php_handle_tiff()
[all …]
H A Dfile_arginfo.h7 REGISTER_LONG_CONSTANT("SEEK_CUR", SEEK_CUR, CONST_PERSISTENT); in register_file_symbols()
H A Dstreamsfuncs.c471 seek_res = php_stream_seek(stream, desiredpos - position, SEEK_CUR); in PHP_FUNCTION()
H A Dfile.stub.php16 const SEEK_CUR = UNKNOWN; define
/php-src/ext/sqlite3/
H A Dsqlite3.c1158 case SEEK_CUR: in php_sqlite3_stream_seek()
/php-src/ext/pdo_sqlite/
H A Dpdo_sqlite.c206 case SEEK_CUR: in php_pdosqlite3_stream_seek()
/php-src/main/streams/
H A Dplain_wrapper.c290 ZEND_ASSERT(zend_lseek(self->fd, 0, SEEK_CUR) == 0); in _php_stream_fopen_from_fd()
293 stream->position = zend_lseek(self->fd, 0, SEEK_CUR); in _php_stream_fopen_from_fd()
378 zend_fseek(data->file, 0, SEEK_CUR); in php_stdiop_write()
455 zend_fseek(data->file, 0, SEEK_CUR); in php_stdiop_read()
H A Dstreams.c1355 case SEEK_CUR: in _php_stream_seek()
1384 case SEEK_CUR: in _php_stream_seek()
1406 if (whence == SEEK_CUR && offset >= 0) { in _php_stream_seek()
1724 if (php_stream_seek(src, mapped, SEEK_CUR) != 0) { in _php_stream_copy_to_stream_ex()
2308 if (0 == stream->ops->seek(stream, 0, SEEK_CUR, &newpos)) {
H A Dmemory.c128 case SEEK_CUR: in php_stream_memory_seek()
/php-src/ext/standard/tests/filters/
H A Dgh13264.phpt16 fseek($stream, -1, SEEK_CUR);
/php-src/ext/com_dotnet/
H A Dcom_persist.c144 case STREAM_SEEK_CUR: whence = SEEK_CUR; break; in stm_seek()
/php-src/docs-old/
H A Dstreams.md152 is `SEEK_CUR`.
/php-src/ext/fileinfo/
H A Dlibmagic.patch2647 - pos = lseek(fd, CAST(off_t, 0), SEEK_CUR);
/php-src/ext/standard/tests/file/
H A Dstream_rfc2397_007.phpt46 var_dump(fseek($fp, 1, SEEK_CUR));
50 var_dump(fseek($fp, -2, SEEK_CUR));
54 var_dump(fseek($fp, -10, SEEK_CUR));
62 var_dump(fseek($fp, 10, SEEK_CUR));
H A Dbug52335.phpt33 var_dump(fseek($fprw, 16, SEEK_CUR));
/php-src/ext/exif/tests/
H A Dgh10834.phpt36 case SEEK_CUR:
/php-src/tests/basic/
H A Denable_post_data_reading_07.phpt17 fseek($f1, 3, SEEK_CUR);
19 fseek($f1, -3, SEEK_CUR);

Completed in 112 milliseconds

123