Home
last modified time | relevance | path

Searched refs:SEEK_CUR (Results 26 – 50 of 51) sorted by relevance

123

/PHP-8.3/ext/standard/tests/file/
H A Dbug38450.phpt61 case SEEK_CUR:
H A Dbug38450_1.phpt61 case SEEK_CUR:
H A Dbug38450_2.phpt61 case SEEK_CUR:
H A Dfopencookie.phpt57 case SEEK_CUR:
H A Dbug38450_3.phpt61 case SEEK_CUR:
H A Dinclude_streams.phpt79 case SEEK_CUR:
H A Dinclude_userstream_002.phpt68 case SEEK_CUR:
H A Dinclude_userstream_003.phpt68 case SEEK_CUR:
/PHP-8.3/ext/standard/
H A Dfile_arginfo.h9 REGISTER_LONG_CONSTANT("SEEK_CUR", SEEK_CUR, CONST_PERSISTENT); in register_file_symbols()
H A Dstreamsfuncs.c475 seek_res = php_stream_seek(stream, desiredpos - position, SEEK_CUR); in PHP_FUNCTION()
/PHP-8.3/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()
1411 if (whence == SEEK_CUR && offset >= 0) { in _php_stream_seek()
1729 if (php_stream_seek(src, mapped, SEEK_CUR) != 0) { in _php_stream_copy_to_stream_ex()
2316 if (0 == stream->ops->seek(stream, 0, SEEK_CUR, &newpos)) {
H A Dmemory.c129 case SEEK_CUR: in php_stream_memory_seek()
/PHP-8.3/ext/phar/
H A Dtar.c326 php_stream_seek(fp, 512, SEEK_CUR); in phar_parse_tarfile()
394 php_stream_seek(fp, size, SEEK_CUR); in phar_parse_tarfile()
582 php_stream_seek(fp, size, SEEK_CUR); in phar_parse_tarfile()
H A Dzip.c57 php_stream_seek(fp, PHAR_GET_16(h.header.size), SEEK_CUR); in phar_zip_process_extra()
72 php_stream_seek(fp, PHAR_GET_16(h.unix3.size) - sizeof(h.unix3.size), SEEK_CUR); in phar_zip_process_extra()
H A Dstream.c420 case SEEK_CUR : in phar_stream_seek()
H A Dphar.c869 if (-1 == php_stream_seek(fp, -12, SEEK_CUR) in phar_parse_pharfile()
885 if (-1 == php_stream_seek(fp, whence, SEEK_CUR) in phar_parse_pharfile()
H A Dutil.c143 case SEEK_CUR: in phar_seek_efp()
/PHP-8.3/ext/phar/tests/
H A Dfopen_edgecases.phpt38 var_dump(fseek($a, 1, SEEK_CUR), ftell($a));
/PHP-8.3/ext/com_dotnet/
H A Dcom_persist.c144 case STREAM_SEEK_CUR: whence = SEEK_CUR; break; in stm_seek()
/PHP-8.3/ext/pgsql/
H A Dpgsql.stub.php801 function pg_lo_seek(PgSql\Lob $lob, int $offset, int $whence = SEEK_CUR): bool {}
H A Dpgsql_arginfo.h737 REGISTER_LONG_CONSTANT("PGSQL_SEEK_CUR", SEEK_CUR, CONST_PERSISTENT); in register_pgsql_symbols()
H A Dpgsql.c2745 zend_long result, offset = 0, whence = SEEK_CUR; in PHP_FUNCTION()
2751 if (whence != SEEK_SET && whence != SEEK_CUR && whence != SEEK_END) { in PHP_FUNCTION()
/PHP-8.3/docs/
H A Dstreams.md152 is `SEEK_CUR`.
/PHP-8.3/ext/sqlite3/
H A Dsqlite3.c1158 case SEEK_CUR: in php_sqlite3_stream_seek()

Completed in 132 milliseconds

123