Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libtiff/
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_flush.c35 if( tif->tif_mode == O_RDONLY ) in TIFFFlush()
48 && tif->tif_mode == O_RDWR ) in TIFFFlush()
Dtif_close.c52 if (tif->tif_mode != O_RDONLY) in TIFFCleanup()
Dtiffiop.h100 int tif_mode; /* open mode (O_*) */ member
Dtif_dir.c337 if (tif->tif_mode != O_RDONLY) in _TIFFVSetField()
348 if (tif->tif_mode != O_RDONLY) in _TIFFVSetField()
1565 if (tif->tif_mode == O_RDONLY) { in TIFFUnlinkDirectory()
Dtif_write.c491 if (tif->tif_mode == O_RDONLY) { in TIFFWriteCheck()
Dtif_pixarlog.c1245 if (tif->tif_mode == O_RDONLY) in PixarLogCleanup()
1268 if (tif->tif_mode != O_RDONLY && (sp->state&PLSTATE_INIT)) { in PixarLogVSetField()
Dtif_lzw.c1109 LZWState(tif)->rw_mode = tif->tif_mode; in TIFFInitLZW()
Dtif_read.c1025 if (tif->tif_mode == O_WRONLY) { in TIFFCheckRead()
Dtif_fax3.c1308 sp->rw_mode = tif->tif_mode; in InitCCITTFax3()
Dtif_dirwrite.c371 if (tif->tif_mode == O_RDONLY) in TIFFWriteDirectorySec()
Dtif_dirread.c3940 (tif->tif_mode == O_RDONLY && \ in TIFFReadDirectory()
DChangeLog5246 tif_mode flag to O_RDONLY in this case to avoid writes, confusing the
/external/pdfium/third_party/libtiff/
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_flush.c35 if( tif->tif_mode == O_RDONLY ) in TIFFFlush()
48 && tif->tif_mode == O_RDWR ) in TIFFFlush()
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()