php_stream_tell   230 ext/dba/dba_cdb.c 	return php_stream_tell(fp);
php_stream_tell    71 ext/dba/libcdb/cdb_make.c 	return php_stream_tell(c->fp);
php_stream_tell   232 ext/dba/libcdb/cdb_make.c 	if (php_stream_tell(c->fp) != 0)
php_stream_tell   125 ext/dba/libflatfile/flatfile.c 		pos = php_stream_tell(dba->fp);
php_stream_tell   220 ext/dba/libflatfile/flatfile.c 			dba->CurrentFlatFilePos = php_stream_tell(dba->fp);
php_stream_tell   273 ext/dba/libflatfile/flatfile.c 			dba->CurrentFlatFilePos = php_stream_tell(dba->fp);
php_stream_tell   184 ext/dba/libinifile/inifile.c 					ln->pos = php_stream_tell(dba->fp);
php_stream_tell   204 ext/dba/libinifile/inifile.c 					ln->pos = php_stream_tell(dba->fp);
php_stream_tell   269 ext/dba/libinifile/inifile.c 				dba->next.pos = php_stream_tell(dba->fp);
php_stream_tell   281 ext/dba/libinifile/inifile.c 	dba->next.pos = php_stream_tell(dba->fp);
php_stream_tell   347 ext/dba/libinifile/inifile.c 			*pos_grp_start = php_stream_tell(dba->fp);
php_stream_tell   355 ext/dba/libinifile/inifile.c 		*pos_grp_start = php_stream_tell(dba->fp);
php_stream_tell   370 ext/dba/libinifile/inifile.c 	*pos_grp_start = php_stream_tell(dba->fp);
php_stream_tell   377 ext/dba/libinifile/inifile.c 		*pos_grp_start = php_stream_tell(dba->fp);
php_stream_tell   430 ext/dba/libinifile/inifile.c 			pos_curr = php_stream_tell(from->fp);
php_stream_tell   442 ext/dba/libinifile/inifile.c 			pos_next = php_stream_tell(from->fp);
php_stream_tell   501 ext/dba/libinifile/inifile.c 			if (pos_grp_next != (size_t)php_stream_tell(dba->fp)) {
php_stream_tell   541 ext/dba/libinifile/inifile.c 		if (fp_tmp && php_stream_tell(fp_tmp)) {
php_stream_tell  2871 ext/exif/exif.c 			fpos = php_stream_tell(ImageInfo->infile);
php_stream_tell  2873 ext/exif/exif.c 			fgot = php_stream_tell(ImageInfo->infile);
php_stream_tell  3268 ext/exif/exif.c 		fpos = php_stream_tell(ImageInfo->infile);
php_stream_tell  3298 ext/exif/exif.c 		fpos = php_stream_tell(ImageInfo->infile);
php_stream_tell  3348 ext/exif/exif.c 					fpos = php_stream_tell(ImageInfo->infile);
php_stream_tell  3874 ext/exif/exif.c 			ImageInfo->FileSize = php_stream_tell(ImageInfo->infile);
php_stream_tell   509 ext/fileinfo/fileinfo.c 				streampos = php_stream_tell(stream); /* remember stream position for restoration */
php_stream_tell   811 ext/ftp/php_ftp.c 			resumepos = php_stream_tell(stream);
php_stream_tell   857 ext/ftp/php_ftp.c 			resumepos = php_stream_tell(stream);
php_stream_tell   939 ext/ftp/php_ftp.c 				resumepos = php_stream_tell(outstream);
php_stream_tell  1003 ext/ftp/php_ftp.c 				resumepos = php_stream_tell(outstream);
php_stream_tell  1367 ext/gd/gd.c    	i = php_stream_tell(stream);
php_stream_tell  1369 ext/gd/gd.c    	body_size_check = php_stream_tell(stream) - hdr_size;
php_stream_tell   766 ext/phar/phar.c 		|| (read_len = php_stream_tell(fp)) < 20
php_stream_tell   803 ext/phar/phar.c 				|| !(end_of_phar = php_stream_tell(fp))
php_stream_tell   833 ext/phar/phar.c 				read_len = php_stream_tell(fp);
php_stream_tell   860 ext/phar/phar.c 				read_len = php_stream_tell(fp);
php_stream_tell   898 ext/phar/phar.c 				read_len = php_stream_tell(fp);
php_stream_tell   925 ext/phar/phar.c 				read_len = php_stream_tell(fp);
php_stream_tell  2670 ext/phar/phar.c 	manifest_ftell = php_stream_tell(newfile);
php_stream_tell  2840 ext/phar/phar.c 		entry->compressed_filesize = (php_uint32) php_stream_tell(entry->cfp);
php_stream_tell  2924 ext/phar/phar.c 	manifest_ftell = php_stream_tell(newfile);
php_stream_tell  3015 ext/phar/phar.c 	offset = php_stream_tell(newfile);
php_stream_tell  1692 ext/phar/phar_object.c 		data->internal_file->offset_abs = data->internal_file->offset = php_stream_tell(p_obj->fp);
php_stream_tell  1696 ext/phar/phar_object.c 			php_stream_tell(p_obj->fp) - data->internal_file->offset;
php_stream_tell  1973 ext/phar/phar_object.c 	offset = php_stream_tell(fp);
php_stream_tell   383 ext/phar/stream.c 	data->position = php_stream_tell(data->fp) - data->zero;
php_stream_tell   428 ext/phar/stream.c 	*newoffset = php_stream_tell(data->fp) - data->zero;
php_stream_tell   446 ext/phar/stream.c 	data->position = php_stream_tell(data->fp);
php_stream_tell   164 ext/phar/tar.c 	size_t save = php_stream_tell(fp), read;
php_stream_tell   221 ext/phar/tar.c 	totalsize = php_stream_tell(fp);
php_stream_tell   257 ext/phar/tar.c 		pos = php_stream_tell(fp);
php_stream_tell   287 ext/phar/tar.c 			curloc = php_stream_tell(fp);
php_stream_tell   305 ext/phar/tar.c 			if (FAILURE == phar_verify_signature(fp, php_stream_tell(fp) - size - 512, myphar->sig_flags, buf + 8, size - 8, fname, &myphar->signature, &myphar->sig_len, error)) {
php_stream_tell   318 ext/phar/tar.c 				if ((uint)php_stream_tell(fp) > totalsize) {
php_stream_tell   386 ext/phar/tar.c 			if ((uint)php_stream_tell(fp) > totalsize) {
php_stream_tell   573 ext/phar/tar.c 			if ((uint)php_stream_tell(fp) > totalsize) {
php_stream_tell   781 ext/phar/tar.c 	entry->header_offset = php_stream_tell(fp->new);
php_stream_tell   790 ext/phar/tar.c 	pos = php_stream_tell(fp->new); /* save start of file within tar */
php_stream_tell   777 ext/phar/util.c 	loc = php_stream_tell(ufp);
php_stream_tell   793 ext/phar/util.c 	if (php_stream_tell(ufp) - loc != (zend_off_t) entry->uncompressed_filesize) {
php_stream_tell  1876 ext/phar/util.c 			if (FAILURE == phar_call_openssl_signverify(1, fp, php_stream_tell(fp), PHAR_G(openssl_privatekey), PHAR_G(openssl_privatekey_len), (char **)&sigbuf, &siglen)) {
php_stream_tell   177 ext/phar/zip.c 	size = php_stream_tell(fp);
php_stream_tell   341 ext/phar/zip.c 		zend_off_t beforeus = php_stream_tell(fp);
php_stream_tell   401 ext/phar/zip.c 			now = php_stream_tell(fp);
php_stream_tell   427 ext/phar/zip.c 			if (FAILURE == phar_verify_signature(sigfile, php_stream_tell(sigfile), mydata->sig_flags, sig + 8, entry.uncompressed_filesize - 8, fname, &mydata->signature, &mydata->sig_len, error)) {
php_stream_tell   453 ext/phar/zip.c 			zend_off_t loc = php_stream_tell(fp);
php_stream_tell   547 ext/phar/zip.c 			saveloc = php_stream_tell(fp);
php_stream_tell   847 ext/phar/zip.c 	PHAR_SET_32(central.offset, php_stream_tell(p->filefp));
php_stream_tell   939 ext/phar/zip.c 		entry->compressed_filesize = (php_uint32) php_stream_tell(entry->cfp);
php_stream_tell   977 ext/phar/zip.c 	entry->header_offset = php_stream_tell(p->filefp);
php_stream_tell  1120 ext/phar/zip.c 		st = tell = php_stream_tell(pass->filefp);
php_stream_tell  1124 ext/phar/zip.c 		tell = php_stream_tell(pass->centralfp);
php_stream_tell  1467 ext/phar/zip.c 	cdir_size = php_stream_tell(pass.centralfp);
php_stream_tell  1468 ext/phar/zip.c 	cdir_offset = php_stream_tell(pass.filefp);
php_stream_tell  2752 ext/spl/spl_directory.c 	ret = php_stream_tell(intern->u.file.stream);
php_stream_tell  1289 ext/standard/file.c 	ret = php_stream_tell(stream);
php_stream_tell  1798 ext/standard/filters.c 		data->offset = php_stream_tell(stream);
php_stream_tell   430 ext/standard/streamsfuncs.c 		position = php_stream_tell(stream);
php_stream_tell   246 main/streams/cast.c 			pos = php_stream_tell(stream);
php_stream_tell   465 main/streams/memory.c 	*newoffs = php_stream_tell(ts->innerstream);
php_stream_tell   508 main/streams/memory.c 	pos = php_stream_tell(ts->innerstream);
php_stream_tell  1394 main/streams/streams.c 		p = php_stream_mmap_range(stream, php_stream_tell(stream), PHP_STREAM_MMAP_ALL, PHP_STREAM_MAP_MODE_SHARED_READONLY, &mapped);
php_stream_tell  1532 main/streams/streams.c 		p = php_stream_mmap_range(src, php_stream_tell(src), maxlen, PHP_STREAM_MAP_MODE_SHARED_READONLY, &mapped);
php_stream_tell  2417 sapi/cgi/cgi_main.c 									zend_off_t pos = php_stream_tell((php_stream*)file_handle.handle.stream.handle);