Home
last modified time | relevance | path

Searched refs:TIFFHeader (Results 1 – 25 of 121) sorted by relevance

12345

/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dfile_tiff.h54 } TIFFHeader; typedef
69 time_t get_date_from_tiff_header(const TIFFHeader *tiff, const unsigned int tiff_size);
70 const char *find_tag_from_tiff_header(const TIFFHeader *tiff, const unsigned int tiff_size, const u…
73 const char *find_tag_from_tiff_header_be(const TIFFHeader *tiff, const unsigned int tiff_size, cons…
74 const char *find_tag_from_tiff_header_le(const TIFFHeader *tiff, const unsigned int tiff_size, cons…
H A Dfile_wdp.c49 const TIFFHeader *header=(const TIFFHeader *)buffer; in header_check_wdp()
50 if(le32(header->tiff_diroff) < sizeof(TIFFHeader)) in header_check_wdp()
54 file_recovery_new->time=get_date_from_tiff_header((const TIFFHeader *)buffer, buffer_size); in header_check_wdp()
H A Dfile_rw2.c49 const TIFFHeader *header=(const TIFFHeader *)buffer; in header_check_rw2()
50 if(le32(header->tiff_diroff) < sizeof(TIFFHeader)) in header_check_rw2()
H A Dfile_tiff.c135 const char *find_tag_from_tiff_header(const TIFFHeader *tiff, const unsigned int tiff_size, const u… in find_tag_from_tiff_header()
144 time_t get_date_from_tiff_header(const TIFFHeader *tiff, const unsigned int tiff_size) in get_date_from_tiff_header()
171 TIFFHeader header; in file_check_tiff()
174 fread(&header, sizeof(TIFFHeader), 1, fr->handle) != 1) in file_check_tiff()
H A Dfile_tiff_be.c44 static const char *find_tag_from_tiff_header_be_aux(const TIFFHeader *tiff, const unsigned int tiff… in find_tag_from_tiff_header_be_aux()
68 const char *find_tag_from_tiff_header_be(const TIFFHeader *tiff, const unsigned int tiff_size, cons… in find_tag_from_tiff_header_be()
73 if(tiff_size < sizeof(TIFFHeader)) in find_tag_from_tiff_header_be()
184 if(tiff_diroff < sizeof(TIFFHeader)) in tiff_be_makernote()
293 if(tiff_diroff < sizeof(TIFFHeader)) in header_check_tiff_be()
480 const TIFFHeader *header=(const TIFFHeader *)buffer; in header_check_tiff_be_new()
481 if((uint32_t)be32(header->tiff_diroff) < sizeof(TIFFHeader)) in header_check_tiff_be_new()
H A Dfile_tiff_le.c45 static const char *find_tag_from_tiff_header_le_aux(const TIFFHeader *tiff, const unsigned int tiff… in find_tag_from_tiff_header_le_aux()
69 const char *find_tag_from_tiff_header_le(const TIFFHeader *tiff, const unsigned int tiff_size, cons… in find_tag_from_tiff_header_le()
74 if(tiff_size < sizeof(TIFFHeader)) in find_tag_from_tiff_header_le()
185 if(tiff_diroff < sizeof(TIFFHeader)) in tiff_le_makernote()
294 if(tiff_diroff < sizeof(TIFFHeader)) in header_check_tiff_le()
489 const TIFFHeader *header=(const TIFFHeader *)buffer; in header_check_tiff_le_new()
490 if((uint32_t)le32(header->tiff_diroff) < sizeof(TIFFHeader)) in header_check_tiff_le_new()
H A Dfile_orf.c56 file_recovery_new->time=get_date_from_tiff_header((const TIFFHeader *)buffer, buffer_size); in header_check_orf_IIRO()
/dports/graphics/xv/xv-3.10a/tiff/
H A Dtif_open.c172 if (!ReadOK(tif, &tif->tif_header, sizeof (TIFFHeader))) { in TIFFClientOpen()
184 if (!WriteOK(tif, &tif->tif_header, sizeof (TIFFHeader))) { in TIFFClientOpen()
H A Dtiff.h67 } TIFFHeader; typedef
/dports/japanese/xv/xv-3.10a/tiff/
H A Dtif_open.c172 if (!ReadOK(tif, &tif->tif_header, sizeof (TIFFHeader))) { in TIFFClientOpen()
184 if (!WriteOK(tif, &tif->tif_header, sizeof (TIFFHeader))) { in TIFFClientOpen()
H A Dtiff.h67 } TIFFHeader; typedef
/dports/graphics/xv-m17n/xv-3.10a/tiff/
H A Dtif_open.c172 if (!ReadOK(tif, &tif->tif_header, sizeof (TIFFHeader))) { in TIFFClientOpen()
184 if (!WriteOK(tif, &tif->tif_header, sizeof (TIFFHeader))) { in TIFFClientOpen()
H A Dtiff.h67 } TIFFHeader; typedef
/dports/x11/xloadimage/xloadimage.4.1/tiff/
H A Dtif_open.c189 if (!ReadOK(fd, &tif->tif_header, sizeof (TIFFHeader))) {
201 if (!WriteOK(fd, &tif->tif_header, sizeof (TIFFHeader))) {
H A Dtiff.h49 } TIFFHeader; typedef
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/tiff/
H A Dtif_open.c278 if (!ReadOK(tif, &tif->tif_header, sizeof (TIFFHeader))) { in TIFFClientOpen()
302 if (!WriteOK(tif, &tif->tif_header, sizeof (TIFFHeader))) { in TIFFClientOpen()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/tiff/
H A Dtif_open.c278 if (!ReadOK(tif, &tif->tif_header, sizeof (TIFFHeader))) { in TIFFClientOpen()
302 if (!WriteOK(tif, &tif->tif_header, sizeof (TIFFHeader))) { in TIFFClientOpen()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/tiff/
H A Dtif_open.c278 if (!ReadOK(tif, &tif->tif_header, sizeof (TIFFHeader))) { in TIFFClientOpen()
302 if (!WriteOK(tif, &tif->tif_header, sizeof (TIFFHeader))) { in TIFFClientOpen()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/tiff/
H A Dtif_open.c278 if (!ReadOK(tif, &tif->tif_header, sizeof (TIFFHeader))) { in TIFFClientOpen()
302 if (!WriteOK(tif, &tif->tif_header, sizeof (TIFFHeader))) { in TIFFClientOpen()
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/libtiff/
H A Dtif_open.c278 if (!ReadOK(tif, &tif->tif_header, sizeof (TIFFHeader))) { in TIFFClientOpen()
302 if (!WriteOK(tif, &tif->tif_header, sizeof (TIFFHeader))) { in TIFFClientOpen()
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/libtiff/
H A Dtif_open.c278 if (!ReadOK(tif, &tif->tif_header, sizeof (TIFFHeader))) { in TIFFClientOpen()
302 if (!WriteOK(tif, &tif->tif_header, sizeof (TIFFHeader))) { in TIFFClientOpen()
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/libtiff/
H A Dtif_open.c308 !ReadOK(tif, &tif->tif_header, sizeof (TIFFHeader))) {
338 if (!WriteOK(tif, &tif->tif_header, sizeof (TIFFHeader))) {
/dports/math/vtk6/VTK-6.2.0/ThirdParty/tiff/vtktiff/
H A Dtif_open.c309 !ReadOK(tif, &tif->tif_header, sizeof (TIFFHeader))) {
339 if (!WriteOK(tif, &tif->tif_header, sizeof (TIFFHeader))) {
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/thirdparty/libtiff/
H A Dtif_open.c308 !ReadOK(tif, &tif->tif_header, sizeof (TIFFHeader))) {
339 if (!WriteOK(tif, &tif->tif_header, sizeof (TIFFHeader))) {
/dports/graphics/panomatic/panomatic-0.9.4/libtiff/src/
H A Dtif_open.c308 !ReadOK(tif, &tif->tif_header, sizeof (TIFFHeader))) {
338 if (!WriteOK(tif, &tif->tif_header, sizeof (TIFFHeader))) {

12345