Lines Matching refs:fpos
3281 size_t byte_count, offset_val, fpos, fgot; in exif_process_IFD_TAG_impl() local
3335 fpos = php_stream_tell(ImageInfo->infile); in exif_process_IFD_TAG_impl()
3344 php_stream_seek(ImageInfo->infile, fpos, SEEK_SET); in exif_process_IFD_TAG_impl()
3805 size_t fpos, size, got, itemlen; in exif_scan_JPEG_header() local
3810 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3811 …(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Needing section %d @ 0x%08X", ImageInfo->file.count, fpos); in exif_scan_JPEG_header()
3840 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3883 …tion(x%02X=%s) @ x%04X + x%04X(=%d)", marker, exif_get_markername(marker), fpos, itemlen, itemlen); in exif_scan_JPEG_header()
3890 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3891 size = ImageInfo->FileSize - fpos; in exif_scan_JPEG_header()
3915 exif_process_APP1(ImageInfo, (char *)Data, itemlen, fpos); in exif_scan_JPEG_header()