Home
last modified time | relevance | path

Searched defs:whence (Results 1 – 25 of 26) sorted by relevance

12

/php-src/main/streams/
H A Dcast.c75 static PHP_FPOS_T stream_cookie_seeker(void *cookie, zend_off_t position, int whence) in stream_cookie_seeker()
106 static int stream_cookie_seeker(void *cookie, off64_t *position, int whence) in stream_cookie_seeker()
H A Dmemory.c122 static int php_stream_memory_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *ne… in php_stream_memory_seek()
433 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 Dglob_wrapper.c189 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 Duserspace.c737 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 Dplain_wrapper.c570 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 Dstreams.c1340 PHPAPI int _php_stream_seek(php_stream *stream, zend_off_t offset, int whence) in _php_stream_seek()
/php-src/ext/dba/
H A Ddba_cdb.c222 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-src/ext/zlib/
H A Dzlib_fopen_wrapper.c56 static int php_gziop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) in php_gziop_seek()
H A Dzlib.stub.php253 function gzseek($stream, int $offset, int $whence = SEEK_SET): int {}
/php-src/ext/zip/
H A Dzip_stream.c202 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-src/ext/standard/
H A Dphp_fopen_wrapper.c123 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 Dfile.c1104 zend_long offset, whence = SEEK_SET; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php2124 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/php-src/ext/phar/
H A Ddirstream.c58 static int phar_dir_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset) … in phar_dir_seek()
H A Dstream.c403 static int phar_stream_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffse… in phar_stream_seek()
H A Dutil.c116 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 Dphar.c863 zend_off_t whence; in phar_parse_pharfile() local
/php-src/ext/pdo_sqlite/
H A Dpdo_sqlite.c201 static int php_pdosqlite3_stream_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t… in php_pdosqlite3_stream_seek()
/php-src/ext/spl/
H A Dspl_directory.stub.php277 public function fseek(int $offset, int $whence = SEEK_SET): int {}
H A Dspl_directory.c2527 zend_long pos, whence = SEEK_SET; in PHP_METHOD() local
/php-src/ext/com_dotnet/
H A Dcom_persist.c138 int whence; in stm_seek() local
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c160 static int pgsql_lob_seek(php_stream *stream, zend_off_t offset, int whence, in pgsql_lob_seek()
/php-src/ext/pgsql/
H A Dpgsql.stub.php801 function pg_lo_seek(PgSql\Lob $lob, int $offset, int $whence = SEEK_CUR): bool {}
/php-src/main/
H A Dphp_streams.h320 #define php_stream_seek(stream, offset, whence) _php_stream_seek((stream), (offset), (whence)) argument
/php-src/ext/sqlite3/
H A Dsqlite3.c1153 static int php_sqlite3_stream_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *n… in php_sqlite3_stream_seek()

Completed in 110 milliseconds

12