newoffset         677 ext/pdo_oci/oci_statement.c static int oci_blob_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC)
newoffset         168 ext/pdo_pgsql/pgsql_driver.c 		off_t *newoffset TSRMLS_DC)
newoffset         172 ext/pdo_pgsql/pgsql_driver.c 	*newoffset = pos;
newoffset          61 ext/phar/dirstream.c static int phar_dir_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) /* {{{ */
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, off_t offset, int whence, off_t *newoffset TSRMLS_DC);
newoffset         390 ext/phar/stream.c static int phar_stream_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) /* {{{ */
newoffset         417 ext/phar/stream.c 		*newoffset = -1;
newoffset         421 ext/phar/stream.c 		*newoffset = -1;
newoffset         425 ext/phar/stream.c 	*newoffset = php_stream_tell(data->fp) - data->zero;
newoffset         426 ext/phar/stream.c 	data->position = *newoffset;
newoffset          37 ext/phar/stream.h static int    phar_stream_seek( php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC);
newoffset         121 ext/standard/php_fopen_wrapper.c static int php_stream_input_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) /* {{{ */
newoffset         127 ext/standard/php_fopen_wrapper.c 		*newoffset = (input->body)->position;
newoffset         126 main/php_streams.h 	int (*seek)(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC);
newoffset         477 main/streams/plain_wrapper.c static int php_stdiop_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC)
newoffset         496 main/streams/plain_wrapper.c 		*newoffset = result;
newoffset         501 main/streams/plain_wrapper.c 		*newoffset = ftell(data->file);