newoffset         710 ext/pdo_oci/oci_statement.c static int oci_blob_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset)
newoffset         167 ext/pdo_pgsql/pgsql_driver.c 		zend_off_t *newoffset)
newoffset         175 ext/pdo_pgsql/pgsql_driver.c 	*newoffset = pos;
newoffset          61 ext/phar/dirstream.c static int phar_dir_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset) /* {{{ */
newoffset          81 ext/phar/dirstream.c 		*newoffset = 0;
newoffset          82 ext/phar/dirstream.c 		while (*newoffset < offset && zend_hash_move_forward(data) == SUCCESS) {
newoffset          83 ext/phar/dirstream.c 			++(*newoffset);
newoffset          34 ext/phar/dirstream.h static int    phar_dir_seek( php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset);
newoffset         393 ext/phar/stream.c static int phar_stream_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset) /* {{{ */
newoffset         420 ext/phar/stream.c 		*newoffset = -1;
newoffset         424 ext/phar/stream.c 		*newoffset = -1;
newoffset         428 ext/phar/stream.c 	*newoffset = php_stream_tell(data->fp) - data->zero;
newoffset         429 ext/phar/stream.c 	data->position = *newoffset;
newoffset          37 ext/phar/stream.h static int    phar_stream_seek( php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset);
newoffset         121 ext/standard/php_fopen_wrapper.c static int php_stream_input_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset) /* {{{ */
newoffset         127 ext/standard/php_fopen_wrapper.c 		*newoffset = (input->body)->position;
newoffset         128 main/php_streams.h 	int (*seek)(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset);
newoffset         501 main/streams/plain_wrapper.c static int php_stdiop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset)
newoffset         520 main/streams/plain_wrapper.c 		*newoffset = result;
newoffset         525 main/streams/plain_wrapper.c 		*newoffset = zend_ftell(data->file);