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.c33 if( tif->tif_mode == O_RDONLY ) in TIFFFlush()
46 && tif->tif_mode == O_RDWR ) in TIFFFlush()
83 if (tif->tif_mode == O_RDONLY) in TIFFForceStrileArrayWriting()
Dtif_open.c125 tif->tif_mode = m &~ (O_CREAT|O_TRUNC);
289 if (tif->tif_mode == O_RDONLY) {
499 tif->tif_mode = O_RDONLY; /* XXX avoid flush */
575 return (tif->tif_mode);
584 int old_mode = tif->tif_mode;
585 tif->tif_mode = mode;
Dtif_close.c50 if (tif->tif_mode != O_RDONLY) in TIFFCleanup()
Dtif_dir.c393 if (tif->tif_mode != O_RDONLY) in _TIFFVSetField()
404 if (tif->tif_mode != O_RDONLY) in _TIFFVSetField()
1691 if (tif->tif_mode == O_RDONLY) { in TIFFUnlinkDirectory()
Dtiffiop.h117 int tif_mode; /* open mode (O_*) */ member
Dtif_read.c1504 if (tif->tif_mode == O_WRONLY) { in TIFFCheckRead()
1537 if (tif->tif_mode == O_WRONLY) { in TIFFReadFromUserBuffer()
Dtif_write.c567 if (tif->tif_mode == O_RDONLY) { in TIFFWriteCheck()
Dtif_pixarlog.c1296 if (tif->tif_mode == O_RDONLY) in PixarLogCleanup()
1319 if (tif->tif_mode != O_RDONLY && (sp->state&PLSTATE_INIT)) { in PixarLogVSetField()
Dtif_dirread.c3555 if( tif->tif_mode == O_RDONLY ) in ByteCountLooksBad()
4007 if( tif->tif_mode == O_RDWR && in TIFFReadDirectory()
5851 if( bytecount == 0 && tif->tif_mode != O_RDONLY ) in ChopUpSingleUncompressedStrip()
5888 if( tif->tif_mode == O_RDONLY && in ChopUpSingleUncompressedStrip()
5928 if( TIFFGetStrileByteCount(tif, 0) == 0 && tif->tif_mode != O_RDONLY ) in TryChopUpUncompressedBigTiff()
5982 if( tif->tif_mode == O_RDONLY && in TryChopUpUncompressedBigTiff()
Dtif_lzw.c1174 LZWState(tif)->rw_mode = tif->tif_mode; in TIFFInitLZW()
Dtif_fax3.c1359 sp->rw_mode = tif->tif_mode; in InitCCITTFax3()
Dtif_dirwrite.c212 if (tif->tif_mode == O_RDONLY) in TIFFDeferStrileArrayWriting()
414 if (tif->tif_mode == O_RDONLY) in TIFFWriteDirectorySec()