Home
last modified time | relevance | path

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

12

/PHP-7.0/ext/zip/lib/
H A Dzip_source_seek_write.c39 zip_source_seek_write(zip_source_t *src, zip_int64_t offset, int whence) in zip_source_seek_write()
H A Dzip_source_seek.c39 zip_source_seek(zip_source_t *src, zip_int64_t offset, int whence) in zip_source_seek()
H A Dzip_source_filep.c481 _zip_fseek_u(FILE *f, zip_uint64_t offset, int whence, zip_error_t *error) in _zip_fseek_u()
492 _zip_fseek(FILE *f, zip_int64_t offset, int whence, zip_error_t *error) in _zip_fseek()
H A Dzip_source_win32handle.c474 _zip_seek_win32_u(HANDLE h, zip_uint64_t offset, int whence, zip_error_t *error) in _zip_seek_win32_u()
485 _zip_seek_win32(HANDLE h, zip_int64_t offset, int whence, zip_error_t *error) in _zip_seek_win32()
H A Dzip.h254 int whence; member
/PHP-7.0/main/streams/
H A Dcast.c77 static PHP_FPOS_T stream_cookie_seeker(void *cookie, zend_off_t position, int whence) in stream_cookie_seeker()
107 static int stream_cookie_seeker(void *cookie, __off64_t *position, int whence) in stream_cookie_seeker()
118 static int stream_cookie_seeker(void *cookie, zend_off_t position, int whence) in stream_cookie_seeker()
H A Dmemory.c134 static int php_stream_memory_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *ne… in php_stream_memory_seek()
453 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.c183 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 Dplain_wrapper.c507 static int php_stdiop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset) in php_stdiop_seek()
914 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 Duserspace.c774 static int php_userstreamop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *new… in php_userstreamop_seek()
1475 static int php_userstreamop_rewinddir(php_stream *stream, zend_off_t offset, int whence, zend_off_t… in php_userstreamop_rewinddir()
H A Dstreams.c1266 PHPAPI int _php_stream_seek(php_stream *stream, zend_off_t offset, int whence) in _php_stream_seek()
/PHP-7.0/ext/opcache/
H A DZendAccelerator.h101 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
104 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
107 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
111 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
114 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
118 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
121 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
/PHP-7.0/ext/dba/
H A Ddba_cdb.c228 int cdb_file_lseek(php_stream *fp, off_t offset, int whence) { in cdb_file_lseek()
233 int cdb_file_lseek(int fd, off_t offset, int whence) { in cdb_file_lseek()
/PHP-7.0/ext/zlib/
H A Dzlib_fopen_wrapper.c61 static int php_gziop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) in php_gziop_seek()
/PHP-7.0/ext/standard/
H A Dphp_fopen_wrapper.c125 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.c1265 zend_long offset, whence = SEEK_SET; in PHP_FUNCTION() local
/PHP-7.0/ext/phar/
H A Ddirstream.c61 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.c393 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.c120 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.c797 zend_off_t whence; local
/PHP-7.0/ext/pdo_oci/
H A Doci_statement.c710 static int oci_blob_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset) in oci_blob_seek()
/PHP-7.0/ext/com_dotnet/
H A Dcom_persist.c141 int whence; in stm_seek() local
/PHP-7.0/ext/pdo_pgsql/
H A Dpgsql_driver.c168 static int pgsql_lob_seek(php_stream *stream, zend_off_t offset, int whence, in pgsql_lob_seek()
/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c1122 static int php_sqlite3_stream_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *n…
/PHP-7.0/main/
H A Dphp_streams.h301 #define php_stream_seek(stream, offset, whence) _php_stream_seek((stream), (offset), (whence)) argument

Completed in 131 milliseconds

12