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 427 ext/dba/libinifile/inifile.c pos_curr = php_stream_tell(from->fp); php_stream_tell 439 ext/dba/libinifile/inifile.c pos_next = php_stream_tell(from->fp); php_stream_tell 498 ext/dba/libinifile/inifile.c if (pos_grp_next != (size_t)php_stream_tell(dba->fp)) { php_stream_tell 538 ext/dba/libinifile/inifile.c if (fp_tmp && php_stream_tell(fp_tmp)) { php_stream_tell 2880 ext/exif/exif.c fpos = php_stream_tell(ImageInfo->infile); php_stream_tell 2882 ext/exif/exif.c fgot = php_stream_tell(ImageInfo->infile); php_stream_tell 3277 ext/exif/exif.c fpos = php_stream_tell(ImageInfo->infile); php_stream_tell 3307 ext/exif/exif.c fpos = php_stream_tell(ImageInfo->infile); php_stream_tell 3357 ext/exif/exif.c fpos = php_stream_tell(ImageInfo->infile); php_stream_tell 3882 ext/exif/exif.c ImageInfo->FileSize = php_stream_tell(ImageInfo->infile); php_stream_tell 490 ext/fileinfo/fileinfo.c streampos = php_stream_tell(stream); /* remember stream position for restoration */ php_stream_tell 766 ext/ftp/php_ftp.c resumepos = php_stream_tell(stream); php_stream_tell 810 ext/ftp/php_ftp.c resumepos = php_stream_tell(stream); php_stream_tell 888 ext/ftp/php_ftp.c resumepos = php_stream_tell(outstream); php_stream_tell 949 ext/ftp/php_ftp.c resumepos = php_stream_tell(outstream); php_stream_tell 1477 ext/gd/gd.c i = php_stream_tell(stream); php_stream_tell 1479 ext/gd/gd.c body_size_check = php_stream_tell(stream) - hdr_size; php_stream_tell 764 ext/phar/phar.c || (read_len = php_stream_tell(fp)) < 20 php_stream_tell 801 ext/phar/phar.c || !(end_of_phar = php_stream_tell(fp)) php_stream_tell 831 ext/phar/phar.c read_len = php_stream_tell(fp); php_stream_tell 858 ext/phar/phar.c read_len = php_stream_tell(fp); php_stream_tell 896 ext/phar/phar.c read_len = php_stream_tell(fp); php_stream_tell 923 ext/phar/phar.c read_len = php_stream_tell(fp); php_stream_tell 2719 ext/phar/phar.c manifest_ftell = php_stream_tell(newfile); php_stream_tell 2893 ext/phar/phar.c entry->compressed_filesize = (php_uint32) php_stream_tell(entry->cfp); php_stream_tell 2977 ext/phar/phar.c manifest_ftell = php_stream_tell(newfile); php_stream_tell 3067 ext/phar/phar.c offset = php_stream_tell(newfile); php_stream_tell 1709 ext/phar/phar_object.c data->internal_file->offset_abs = data->internal_file->offset = php_stream_tell(p_obj->fp); php_stream_tell 1713 ext/phar/phar_object.c php_stream_tell(p_obj->fp) - data->internal_file->offset; php_stream_tell 1996 ext/phar/phar_object.c offset = php_stream_tell(fp); php_stream_tell 380 ext/phar/stream.c data->position = php_stream_tell(data->fp) - data->zero; php_stream_tell 425 ext/phar/stream.c *newoffset = php_stream_tell(data->fp) - data->zero; php_stream_tell 443 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 TSRMLS_CC)) { 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 575 ext/phar/tar.c if ((uint)php_stream_tell(fp) > totalsize) { php_stream_tell 784 ext/phar/tar.c entry->header_offset = php_stream_tell(fp->new); php_stream_tell 793 ext/phar/tar.c pos = php_stream_tell(fp->new); /* save start of file within tar */ php_stream_tell 778 ext/phar/util.c loc = php_stream_tell(ufp); php_stream_tell 794 ext/phar/util.c if (php_stream_tell(ufp) - loc != (off_t) entry->uncompressed_filesize) { php_stream_tell 1917 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 TSRMLS_CC)) { php_stream_tell 177 ext/phar/zip.c size = php_stream_tell(fp); php_stream_tell 353 ext/phar/zip.c off_t beforeus = php_stream_tell(fp); php_stream_tell 413 ext/phar/zip.c now = php_stream_tell(fp); php_stream_tell 439 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 TSRMLS_CC)) { php_stream_tell 465 ext/phar/zip.c off_t loc = php_stream_tell(fp); php_stream_tell 566 ext/phar/zip.c saveloc = php_stream_tell(fp); php_stream_tell 827 ext/phar/zip.c PHAR_SET_32(central.offset, php_stream_tell(p->filefp)); php_stream_tell 919 ext/phar/zip.c entry->compressed_filesize = (php_uint32) php_stream_tell(entry->cfp); php_stream_tell 958 ext/phar/zip.c entry->header_offset = php_stream_tell(p->filefp); php_stream_tell 1095 ext/phar/zip.c st = tell = php_stream_tell(pass->filefp); php_stream_tell 1099 ext/phar/zip.c tell = php_stream_tell(pass->centralfp); php_stream_tell 1428 ext/phar/zip.c cdir_size = php_stream_tell(pass.centralfp); php_stream_tell 1429 ext/phar/zip.c cdir_offset = php_stream_tell(pass.filefp); php_stream_tell 2787 ext/spl/spl_directory.c ret = php_stream_tell(intern->u.file.stream); php_stream_tell 1269 ext/standard/file.c ret = php_stream_tell(stream); php_stream_tell 1874 ext/standard/filters.c data->offset = php_stream_tell(stream); php_stream_tell 425 ext/standard/streamsfuncs.c position = php_stream_tell(stream); php_stream_tell 255 main/streams/cast.c pos = php_stream_tell(stream); php_stream_tell 467 main/streams/memory.c *newoffs = php_stream_tell(ts->innerstream); php_stream_tell 510 main/streams/memory.c pos = php_stream_tell(ts->innerstream); php_stream_tell 1400 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 1533 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 2431 sapi/cgi/cgi_main.c long pos = php_stream_tell((php_stream*)file_handle.handle.stream.handle);