HomeSort by relevance Sort by last modified time
    Searched refs:tif_clientinfo (Results 1 - 3 of 3) sorted by null

  /external/pdfium/third_party/libtiff/
tif_extension.c 69 TIFFClientInfoLink *psLink = tif->tif_clientinfo;
83 TIFFClientInfoLink *psLink = tif->tif_clientinfo;
104 psLink->next = tif->tif_clientinfo;
110 tif->tif_clientinfo = psLink;
tif_close.c 63 while( tif->tif_clientinfo )
65 TIFFClientInfoLink *psLink = tif->tif_clientinfo;
67 tif->tif_clientinfo = psLink->next;
tiffiop.h 204 TIFFClientInfoLink* tif_clientinfo; /* extra client information. */ member in struct:tiff

Completed in 439 milliseconds