/PHP-8.3/main/streams/ |
H A D | cast.c | 82 static PHP_FPOS_T stream_cookie_seeker(void *cookie, zend_off_t position, int whence) in stream_cookie_seeker() 113 static int stream_cookie_seeker(void *cookie, off64_t *position, int whence) in stream_cookie_seeker()
|
H A D | memory.c | 123 static int php_stream_memory_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *ne… in php_stream_memory_seek() 435 static int php_stream_temp_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newo… in php_stream_temp_seek()
|
H A D | glob_wrapper.c | 189 static int php_glob_stream_rewind(php_stream *stream, zend_off_t offset, int whence, zend_off_t *ne… in php_glob_stream_rewind()
|
H A D | plain_wrapper.c | 570 static int php_stdiop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset) in php_stdiop_seek() 1047 static int php_plain_files_dirstream_rewind(php_stream *stream, zend_off_t offset, int whence, zend… in php_plain_files_dirstream_rewind()
|
H A D | userspace.c | 737 static int php_userstreamop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *new… in php_userstreamop_seek() 1367 static int php_userstreamop_rewinddir(php_stream *stream, zend_off_t offset, int whence, zend_off_t… in php_userstreamop_rewinddir()
|
H A D | streams.c | 1340 PHPAPI int _php_stream_seek(php_stream *stream, zend_off_t offset, int whence) in _php_stream_seek()
|
/PHP-8.3/ext/dba/ |
H A D | dba_cdb.c | 222 zend_off_t cdb_file_lseek(php_stream *fp, zend_off_t offset, int whence) { in cdb_file_lseek() 227 zend_off_t cdb_file_lseek(int fd, zend_off_t offset, int whence) { in cdb_file_lseek()
|
/PHP-8.3/ext/zlib/ |
H A D | zlib_fopen_wrapper.c | 56 static int php_gziop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) in php_gziop_seek()
|
H A D | zlib.stub.php | 253 function gzseek($stream, int $offset, int $whence = SEEK_SET): int {}
|
/PHP-8.3/ext/zip/ |
H A D | zip_stream.c | 202 static int php_zip_ops_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffse… in php_zip_ops_seek()
|
/PHP-8.3/ext/standard/ |
H A D | php_fopen_wrapper.c | 123 static int php_stream_input_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *new… in php_stream_input_seek()
|
H A D | file.c | 1108 zend_long offset, whence = SEEK_SET; in PHP_FUNCTION() local
|
/PHP-8.3/ext/phar/ |
H A D | dirstream.c | 58 static int phar_dir_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset) … in phar_dir_seek()
|
H A D | stream.c | 403 static int phar_stream_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffse… in phar_stream_seek()
|
H A D | util.c | 116 int phar_seek_efp(phar_entry_info *entry, zend_off_t offset, int whence, zend_off_t position, int f… in phar_seek_efp()
|
H A D | phar.c | 866 zend_off_t whence; in phar_parse_pharfile() local
|
/PHP-8.3/ext/oci8/ |
H A D | oci8.stub.php | 468 function oci_lob_seek(OCILob $lob, int $offset, int $whence = OCI_SEEK_SET): bool {} 697 function oci_new_connect(string $username, #[\SensitiveParameter] string $password, ?string $connec…
|
H A D | oci8_interface.c | 456 zend_long offset, whence = PHP_OCI_SEEK_SET; in PHP_FUNCTION() local
|
/PHP-8.3/ext/spl/ |
H A D | spl_directory.stub.php | 325 public function fseek(int $offset, int $whence = SEEK_SET): int {}
|
/PHP-8.3/ext/com_dotnet/ |
H A D | com_persist.c | 138 int whence; in stm_seek() local
|
/PHP-8.3/ext/pdo_oci/ |
H A D | oci_statement.c | 701 static int oci_blob_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset) in oci_blob_seek()
|
/PHP-8.3/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 160 static int pgsql_lob_seek(php_stream *stream, zend_off_t offset, int whence, in pgsql_lob_seek()
|
/PHP-8.3/ext/pgsql/ |
H A D | pgsql.stub.php | 801 function pg_lo_seek(PgSql\Lob $lob, int $offset, int $whence = SEEK_CUR): bool {}
|
/PHP-8.3/ext/sqlite3/ |
H A D | sqlite3.c | 1153 static int php_sqlite3_stream_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *n… in php_sqlite3_stream_seek()
|
/PHP-8.3/main/ |
H A D | php_streams.h | 320 #define php_stream_seek(stream, offset, whence) _php_stream_seek((stream), (offset), (whence)) argument
|