zend_off_t        502 ext/fileinfo/fileinfo.c 				zend_off_t streampos;
zend_off_t       2140 ext/fileinfo/libmagic/apprentice.c     zend_off_t off, size_t len, const char *name, const char *extra, int nt)
zend_off_t       2209 ext/fileinfo/libmagic/apprentice.c 	    CAST(zend_off_t, offsetof(struct magic, mimetype)),
zend_off_t       2901 ext/fileinfo/libmagic/apprentice.c 		if ((zend_off_t)(entries * sizeof(struct magic)) != st.sb.st_size) {
zend_off_t        299 ext/fileinfo/libmagic/cdf.c cdf_read(const cdf_info_t *info, zend_off_t off, void *buf, size_t len)
zend_off_t        303 ext/fileinfo/libmagic/cdf.c 	if ((zend_off_t)(off + len) != (zend_off_t)siz) {
zend_off_t        316 ext/fileinfo/libmagic/cdf.c 	if (FINFO_LSEEK_FUNC(info->i_fd, off, SEEK_SET) == (zend_off_t)-1)
zend_off_t        331 ext/fileinfo/libmagic/cdf.c 	if (cdf_read(info, (zend_off_t)0, buf, sizeof(buf)) == -1)
zend_off_t        365 ext/fileinfo/libmagic/cdf.c 	return cdf_read(info, (zend_off_t)pos, ((char *)buf) + offs, len);
zend_off_t        314 ext/fileinfo/libmagic/compress.c 	if (FINFO_LSEEK_FUNC(fd, (zend_off_t)0, SEEK_SET) == (zend_off_t)-1) {
zend_off_t        420 ext/fileinfo/libmagic/compress.c 		    (void) FINFO_LSEEK_FUNC(0, (zend_off_t)0, SEEK_SET);
zend_off_t         44 ext/fileinfo/libmagic/elfclass.h 		    (zend_off_t)elf_getu(swap, elfhdr.e_phoff), phnum,
zend_off_t         59 ext/fileinfo/libmagic/elfclass.h 		    (zend_off_t)elf_getu(swap, elfhdr.e_phoff), phnum,
zend_off_t         69 ext/fileinfo/libmagic/elfclass.h 		    (zend_off_t)elf_getu(swap, elfhdr.e_shoff), shnum,
zend_off_t        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)
zend_off_t        166 ext/pdo_pgsql/pgsql_driver.c static int pgsql_lob_seek(php_stream *stream, zend_off_t offset, int whence,
zend_off_t        167 ext/pdo_pgsql/pgsql_driver.c 		zend_off_t *newoffset)
zend_off_t        171 ext/pdo_pgsql/pgsql_driver.c 	zend_off_t pos = lo_lseek64(self->conn, self->lfd, offset, whence);
zend_off_t        173 ext/pdo_pgsql/pgsql_driver.c 	zend_off_t pos = lo_lseek(self->conn, self->lfd, offset, whence);
zend_off_t         61 ext/phar/dirstream.c static int phar_dir_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset) /* {{{ */
zend_off_t         34 ext/phar/dirstream.h static int    phar_dir_seek( php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset);
zend_off_t        762 ext/phar/phar.c 		zend_off_t read_len;
zend_off_t        783 ext/phar/phar.c 				zend_off_t whence;
zend_off_t       2504 ext/phar/phar.c 	zend_off_t manifest_ftell;
zend_off_t        416 ext/phar/phar_internal.h static inline void phar_set_fp_type(phar_entry_info *entry, enum phar_fp_type type, zend_off_t offset)
zend_off_t        438 ext/phar/phar_internal.h static inline zend_off_t phar_get_fp_offset(phar_entry_info *entry)
zend_off_t        467 ext/phar/phar_internal.h 	zend_off_t                    position;
zend_off_t        469 ext/phar/phar_internal.h 	zend_off_t                    zero;
zend_off_t        571 ext/phar/phar_internal.h int phar_seek_efp(phar_entry_info *entry, zend_off_t offset, int whence, zend_off_t position, int follow_links);
zend_off_t        158 ext/phar/phar_object.c 	zend_off_t position;
zend_off_t        214 ext/phar/phar_object.c 					if (position == (zend_off_t) info->uncompressed_filesize) {
zend_off_t       1956 ext/phar/phar_object.c 	zend_off_t offset;
zend_off_t        384 ext/phar/stream.c 	stream->eof = (data->position == (zend_off_t) entry->uncompressed_filesize);
zend_off_t        393 ext/phar/stream.c static int phar_stream_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset) /* {{{ */
zend_off_t        398 ext/phar/stream.c 	zend_off_t temp;
zend_off_t        419 ext/phar/stream.c 	if (temp > data->zero + (zend_off_t) entry->uncompressed_filesize) {
zend_off_t        447 ext/phar/stream.c 	if (data->position > (zend_off_t)data->internal_file->uncompressed_filesize) {
zend_off_t         37 ext/phar/stream.h static int    phar_stream_seek( php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset);
zend_off_t        276 ext/phar/tar.c 			zend_off_t curloc;
zend_off_t         41 ext/phar/util.c static int phar_call_openssl_signverify(int is_sign, php_stream *fp, zend_off_t end, char *key, int key_len, char **signature, int *signature_len);
zend_off_t        120 ext/phar/util.c int phar_seek_efp(phar_entry_info *entry, zend_off_t offset, int whence, zend_off_t position, int follow_links) /* {{{ */
zend_off_t        123 ext/phar/util.c 	zend_off_t temp, eoffset;
zend_off_t        157 ext/phar/util.c 	if (temp > eoffset + (zend_off_t) entry->uncompressed_filesize) {
zend_off_t        700 ext/phar/util.c 	zend_off_t loc;
zend_off_t        793 ext/phar/util.c 	if (php_stream_tell(ufp) - loc != (zend_off_t) entry->uncompressed_filesize) {
zend_off_t       1395 ext/phar/util.c static int phar_call_openssl_signverify(int is_sign, php_stream *fp, zend_off_t end, char *key, int key_len, char **signature, int *signature_len) /* {{{ */
zend_off_t       1486 ext/phar/util.c 	zend_off_t read_len;
zend_off_t       1583 ext/phar/util.c 				read_len -= (zend_off_t)len;
zend_off_t       1623 ext/phar/util.c 				read_len -= (zend_off_t)len;
zend_off_t       1656 ext/phar/util.c 				read_len -= (zend_off_t)len;
zend_off_t       1697 ext/phar/util.c 				read_len -= (zend_off_t)len;
zend_off_t       1730 ext/phar/util.c 				read_len -= (zend_off_t)len;
zend_off_t        341 ext/phar/zip.c 		zend_off_t beforeus = php_stream_tell(fp);
zend_off_t        398 ext/phar/zip.c 			zend_off_t now;
zend_off_t        453 ext/phar/zip.c 			zend_off_t loc = php_stream_tell(fp);
zend_off_t        542 ext/phar/zip.c 			zend_off_t saveloc;
zend_off_t        795 ext/phar/zip.c 	zend_off_t offset;
zend_off_t       1113 ext/phar/zip.c 		zend_off_t tell, st;
zend_off_t       1105 ext/sqlite3/sqlite3.c static int php_sqlite3_stream_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs)
zend_off_t       1780 ext/standard/filters.c 	zend_off_t offset;
zend_off_t        433 ext/standard/image.c 	zend_off_t length = ((unsigned int)php_read2(stream));
zend_off_t         68 ext/standard/php_fopen_wrapper.c 	zend_off_t position;
zend_off_t        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) /* {{{ */
zend_off_t        428 ext/standard/streamsfuncs.c 		zend_off_t	position;
zend_off_t         61 ext/zlib/zlib_fopen_wrapper.c static int php_gziop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs)
zend_off_t        128 main/php_streams.h 	int (*seek)(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset);
zend_off_t        218 main/php_streams.h 	zend_off_t position; /* of underlying stream */
zend_off_t        221 main/php_streams.h 	zend_off_t readpos;
zend_off_t        222 main/php_streams.h 	zend_off_t writepos;
zend_off_t        299 main/php_streams.h PHPAPI int _php_stream_seek(php_stream *stream, zend_off_t offset, int whence);
zend_off_t        303 main/php_streams.h PHPAPI zend_off_t _php_stream_tell(php_stream *stream);
zend_off_t        797 main/rfc1867.c 		zend_off_t offset;
zend_off_t         54 main/rfc1867.h 	zend_off_t	offset;
zend_off_t         77 main/streams/cast.c static PHP_FPOS_T stream_cookie_seeker(void *cookie, zend_off_t position, int whence)
zend_off_t        110 main/streams/cast.c 	*position = php_stream_seek((php_stream *)cookie, (zend_off_t)*position, whence);
zend_off_t        118 main/streams/cast.c static int stream_cookie_seeker(void *cookie, zend_off_t position, int whence)
zend_off_t        200 main/streams/cast.c 			zend_off_t dummy;
zend_off_t        240 main/streams/cast.c 			zend_off_t pos;
zend_off_t        183 main/streams/glob_wrapper.c static int php_glob_stream_rewind(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs) /* {{{ */
zend_off_t        134 main/streams/memory.c static int php_stream_memory_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs)
zend_off_t        453 main/streams/memory.c static int php_stream_temp_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs)
zend_off_t        479 main/streams/memory.c 	zend_off_t pos;
zend_off_t        595 main/streams/memory.c 	zend_off_t newoffs;
zend_off_t        629 main/streams/memory.c 	zend_off_t newoffs;
zend_off_t         54 main/streams/mmap.c PHPAPI int _php_stream_mmap_unmap_ex(php_stream *stream, zend_off_t readden)
zend_off_t         77 main/streams/php_stream_mmap.h PHPAPI int _php_stream_mmap_unmap_ex(php_stream *stream, zend_off_t readden);
zend_off_t        265 main/streams/plain_wrapper.c 			if (stream->position == (zend_off_t)-1 && errno == ESPIPE) {
zend_off_t        501 main/streams/plain_wrapper.c static int php_stdiop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset)
zend_off_t        514 main/streams/plain_wrapper.c 		zend_off_t result;
zend_off_t        517 main/streams/plain_wrapper.c 		if (result == (zend_off_t)-1)
zend_off_t        896 main/streams/plain_wrapper.c static int php_plain_files_dirstream_rewind(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs)
zend_off_t        657 main/streams/streams.c 		if (stream->writepos - stream->readpos < (zend_off_t)size) {
zend_off_t       1261 main/streams/streams.c PHPAPI zend_off_t _php_stream_tell(php_stream *stream)
zend_off_t       1266 main/streams/streams.c PHPAPI int _php_stream_seek(php_stream *stream, zend_off_t offset, int whence)
zend_off_t       2131 main/streams/streams.c 		zend_off_t newpos = 0;
zend_off_t        764 main/streams/userspace.c static int php_userstreamop_seek(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs)
zend_off_t       1465 main/streams/userspace.c static int php_userstreamop_rewinddir(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffs)
zend_off_t       2417 sapi/cgi/cgi_main.c 									zend_off_t pos = php_stream_tell((php_stream*)file_handle.handle.stream.handle);