Home
last modified time | relevance | path

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

/PHP-5.3/main/streams/
H A Dcast.c79 static PHP_FPOS_T stream_cookie_seeker(void *cookie, 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()
125 static int stream_cookie_seeker(void *cookie, off_t position, int whence) in stream_cookie_seeker()
H A Dmemory.c134 static int php_stream_memory_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRM… in php_stream_memory_seek()
446 static int php_stream_temp_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS… in php_stream_temp_seek()
H A Dglob_wrapper.c183 static int php_glob_stream_rewind(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRM… in php_glob_stream_rewind()
H A Dplain_wrapper.c447 static int php_stdiop_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) in php_stdiop_seek()
836 static int php_plain_files_dirstream_rewind(php_stream *stream, off_t offset, int whence, off_t *ne… in php_plain_files_dirstream_rewind()
H A Duserspace.c771 static int php_userstreamop_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRML… in php_userstreamop_seek()
1449 static int php_userstreamop_rewinddir(php_stream *stream, off_t offset, int whence, off_t *newoffs … in php_userstreamop_rewinddir()
/PHP-5.3/ext/zlib/
H A Dzlib_fopen_wrapper.c57 static int php_gziop_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS_DC) in php_gziop_seek()
/PHP-5.3/ext/phar/
H A Ddirstream.c61 static int phar_dir_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) … in phar_dir_seek()
H A Dstream.c390 static int phar_stream_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_D… in phar_stream_seek()
H A Dutil.c124 int phar_seek_efp(phar_entry_info *entry, off_t offset, int whence, off_t position, int follow_link… in phar_seek_efp()
H A Dphar.c792 off_t whence; local
/PHP-5.3/ext/pdo_oci/
H A Doci_statement.c672 static int oci_blob_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) in oci_blob_seek()
/PHP-5.3/ext/com_dotnet/
H A Dcom_persist.c143 int whence; in stm_seek() local
/PHP-5.3/ext/pdo_pgsql/
H A Dpgsql_driver.c150 static int pgsql_lob_seek(php_stream *stream, off_t offset, int whence, in pgsql_lob_seek()
/PHP-5.3/ext/sqlite3/
H A Dsqlite3.c1115 static int php_sqlite3_stream_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSR…
/PHP-5.3/ext/standard/
H A Dfile.c1373 long arg2, whence = SEEK_SET; in PHP_FUNCTION() local
/PHP-5.3/ext/oci8/
H A Doci8_interface.c441 long offset, whence = PHP_OCI_SEEK_SET; local
/PHP-5.3/main/
H A Dphp_streams.h283 #define php_stream_seek(stream, offset, whence) _php_stream_seek((stream), (offset), (whence) TSRML… argument
/PHP-5.3/ext/spl/
H A Dspl_directory.c2714 long pos, whence = SEEK_SET; in SPL_METHOD() local
/PHP-5.3/ext/pgsql/
H A Dpgsql.c3517 long offset = 0, whence = SEEK_CUR; local

Completed in 96 milliseconds