Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_flush.c35 if( tif->tif_mode == O_RDONLY ) in TIFFFlush()
48 && tif->tif_mode == O_RDWR ) in TIFFFlush()
Dtif_open.c127 tif->tif_mode = m &~ (O_CREAT|O_TRUNC);
273 if (tif->tif_mode == O_RDONLY) {
483 tif->tif_mode = O_RDONLY; /* XXX avoid flush */
559 return (tif->tif_mode);
568 int old_mode = tif->tif_mode;
569 tif->tif_mode = mode;
Dtif_close.c52 if (tif->tif_mode != O_RDONLY) in TIFFCleanup()
Dtif_dir.c345 if (tif->tif_mode != O_RDONLY) in _TIFFVSetField()
356 if (tif->tif_mode != O_RDONLY) in _TIFFVSetField()
1611 if (tif->tif_mode == O_RDONLY) { in TIFFUnlinkDirectory()
Dtiffiop.h105 int tif_mode; /* open mode (O_*) */ member
Dtif_write.c535 if (tif->tif_mode == O_RDONLY) { in TIFFWriteCheck()
Dtif_pixarlog.c1261 if (tif->tif_mode == O_RDONLY) in PixarLogCleanup()
1284 if (tif->tif_mode != O_RDONLY && (sp->state&PLSTATE_INIT)) { in PixarLogVSetField()
Dtif_read.c1036 if (tif->tif_mode == O_WRONLY) { in TIFFCheckRead()
Dtif_lzw.c1120 LZWState(tif)->rw_mode = tif->tif_mode; in TIFFInitLZW()
Dtif_fax3.c1309 sp->rw_mode = tif->tif_mode; in InitCCITTFax3()
Dtif_dirwrite.c371 if (tif->tif_mode == O_RDONLY) in TIFFWriteDirectorySec()
Dtif_dirread.c3936 (tif->tif_mode == O_RDONLY && \ in TIFFReadDirectory()