Home
last modified time | relevance | path

Searched refs:tif_closeproc (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_close.c123 TIFFCloseProc closeproc = tif->tif_closeproc; in TIFFClose()
Dtif_open.c140 tif->tif_closeproc = closeproc;
704 return (tif->tif_closeproc);
Dtiffiop.h210 TIFFCloseProc tif_closeproc; /* close method */ member
239 ((*(tif)->tif_closeproc)((tif)->tif_clientdata))