Searched defs:newoffset (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/standard/ |
H A D | php_fopen_wrapper.c | 123 …ream_input_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset) /* {{{ */ in php_stream_input_seek()
|
/PHP-8.0/ext/phar/ |
H A D | dirstream.c | 60 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 | 392 …har_stream_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset) /* {{{ */ in phar_stream_seek()
|
/PHP-8.0/ext/pdo_oci/ |
H A D | oci_statement.c | 693 static int oci_blob_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset) in oci_blob_seek()
|
/PHP-8.0/main/streams/ |
H A D | plain_wrapper.c | 540 static int php_stdiop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset) in php_stdiop_seek()
|
/PHP-8.0/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 163 zend_off_t *newoffset) in pgsql_lob_seek()
|
Completed in 22 milliseconds