Lines Matching refs:fpos
2845 size_t byte_count, offset_val, fpos, fgot; in exif_process_IFD_TAG() local
2924 fpos = php_stream_tell(ImageInfo->infile); in exif_process_IFD_TAG()
2933 php_stream_seek(ImageInfo->infile, fpos, SEEK_SET); in exif_process_IFD_TAG()
3332 size_t fpos, size, got, itemlen; in exif_scan_JPEG_header() local
3337 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3338 …(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Needing section %d @ 0x%08X", ImageInfo->file.count, fpos); in exif_scan_JPEG_header()
3367 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3410 …tion(x%02X=%s) @ x%04X + x%04X(=%d)", marker, exif_get_markername(marker), fpos, itemlen, itemlen); in exif_scan_JPEG_header()
3417 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3418 size = ImageInfo->FileSize - fpos; in exif_scan_JPEG_header()
3442 exif_process_APP1(ImageInfo, (char *)Data, itemlen, fpos); in exif_scan_JPEG_header()