Lines Matching refs:fpos
2826 size_t byte_count, offset_val, fpos, fgot; in exif_process_IFD_TAG() local
2905 fpos = php_stream_tell(ImageInfo->infile); in exif_process_IFD_TAG()
2914 php_stream_seek(ImageInfo->infile, fpos, SEEK_SET); in exif_process_IFD_TAG()
3313 size_t fpos, size, got, itemlen; in exif_scan_JPEG_header() local
3318 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3319 …(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Needing section %d @ 0x%08X", ImageInfo->file.count, fpos); in exif_scan_JPEG_header()
3348 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3391 …tion(x%02X=%s) @ x%04X + x%04X(=%d)", marker, exif_get_markername(marker), fpos, itemlen, itemlen); in exif_scan_JPEG_header()
3398 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3399 size = ImageInfo->FileSize - fpos; in exif_scan_JPEG_header()
3423 exif_process_APP1(ImageInfo, (char *)Data, itemlen, fpos); in exif_scan_JPEG_header()