Home
last modified time | relevance | path

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

/PHP-5.5/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()
450 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.c483 static int php_stdiop_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) in php_stdiop_seek()
869 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.c808 static int php_userstreamop_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRML… in php_userstreamop_seek()
1579 static int php_userstreamop_rewinddir(php_stream *stream, off_t offset, int whence, off_t *newoffs … in php_userstreamop_rewinddir()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.h102 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
105 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
108 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
112 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
115 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
119 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
122 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
/PHP-5.5/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.5/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.c120 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.c781 off_t whence; local
/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c677 static int oci_blob_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) in oci_blob_seek()
/PHP-5.5/ext/com_dotnet/
H A Dcom_persist.c142 int whence; in stm_seek() local
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c162 static int pgsql_lob_seek(php_stream *stream, off_t offset, int whence, in pgsql_lob_seek()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c1128 static int php_sqlite3_stream_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSR…
/PHP-5.5/ext/standard/
H A Dfile.c1278 long arg2, whence = SEEK_SET; in PHP_FUNCTION() local
/PHP-5.5/ext/oci8/
H A Doci8_interface.c441 long offset, whence = PHP_OCI_SEEK_SET; local
/PHP-5.5/main/
H A Dphp_streams.h288 #define php_stream_seek(stream, offset, whence) _php_stream_seek((stream), (offset), (whence) TSRML… argument
/PHP-5.5/ext/spl/
H A Dspl_directory.c2760 long pos, whence = SEEK_SET; in SPL_METHOD() local
/PHP-5.5/ext/pgsql/
H A Dpgsql.c3646 long offset = 0, whence = SEEK_CUR; local

Completed in 94 milliseconds