Searched refs:tif_mode (Results 1 - 24 of 24) sorted by relevance

/external/opencv3/3rdparty/libtiff/
H A Dtif_flush.c35 if( tif->tif_mode == O_RDONLY )
48 && tif->tif_mode == O_RDWR )
H A Dtif_close.c52 if (tif->tif_mode != O_RDONLY)
H A 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;
H A Dtiffiop.h100 int tif_mode; /* open mode (O_*) */ member in struct:tiff
H A Dtif_dir.c337 if (tif->tif_mode != O_RDONLY)
348 if (tif->tif_mode != O_RDONLY)
1565 if (tif->tif_mode == O_RDONLY) {
H A Dtif_write.c491 if (tif->tif_mode == O_RDONLY) {
H A Dtif_pixarlog.c1245 if (tif->tif_mode == O_RDONLY)
1268 if (tif->tif_mode != O_RDONLY && (sp->state&PLSTATE_INIT)) {
H A Dtif_lzw.c1109 LZWState(tif)->rw_mode = tif->tif_mode;
H A Dtif_read.c1025 if (tif->tif_mode == O_WRONLY) {
H A Dtif_fax3.c1308 sp->rw_mode = tif->tif_mode;
H A Dtif_dirwrite.c371 if (tif->tif_mode == O_RDONLY)
H A Dtif_dirread.c3940 (tif->tif_mode == O_RDONLY && \
/external/pdfium/third_party/libtiff/
H A Dtif_flush.c35 if( tif->tif_mode == O_RDONLY )
48 && tif->tif_mode == O_RDWR )
H A Dtif_close.c52 if (tif->tif_mode != O_RDONLY)
H A 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;
H A Dtiffiop.h105 int tif_mode; /* open mode (O_*) */ member in struct:tiff
H A Dtif_dir.c345 if (tif->tif_mode != O_RDONLY)
356 if (tif->tif_mode != O_RDONLY)
1611 if (tif->tif_mode == O_RDONLY) {
H A Dtif_write.c535 if (tif->tif_mode == O_RDONLY) {
H A Dtif_pixarlog.c1261 if (tif->tif_mode == O_RDONLY)
1284 if (tif->tif_mode != O_RDONLY && (sp->state&PLSTATE_INIT)) {
H A Dtif_lzw.c1120 LZWState(tif)->rw_mode = tif->tif_mode;
H A Dtif_read.c1036 if (tif->tif_mode == O_WRONLY) {
H A Dtif_fax3.c1309 sp->rw_mode = tif->tif_mode;
H A Dtif_dirwrite.c371 if (tif->tif_mode == O_RDONLY)
H A Dtif_dirread.c3936 (tif->tif_mode == O_RDONLY && \

Completed in 191 milliseconds