Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiffiop.h313 #define _TIFF_fseek_f(stream,offset,whence) _fseeki64(stream,/* __int64 */ offset,whence) macro
323 #define _TIFF_fseek_f(stream,offset,whence) fseek(stream,offset,whence) macro