Searched refs:tif_dirlist (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_close.c43 if (tif->tif_dirlist)
44 _TIFFfree(tif->tif_dirlist);
H A Dtif_open.c316 tif->tif_dirlist = NULL;
H A Dtiffiop.h95 toff_t* tif_dirlist; /* list of offsets to already seen */ member in struct:tiff
H A Dtif_dirread.c114 if (tif->tif_dirlist[n] == tif->tif_diroff)
118 new_dirlist = _TIFFrealloc(tif->tif_dirlist,
126 tif->tif_dirlist = new_dirlist;
127 tif->tif_dirlist[tif->tif_dirnumber - 1] = tif->tif_diroff;

Completed in 113 milliseconds