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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_flush.c36 if (tif->tif_mode != O_RDONLY) {
H A Dtif_close.c35 if (tif->tif_mode != O_RDONLY)
H A Dtif_open.c153 tif->tif_mode = m &~ (O_CREAT|O_TRUNC);
279 if (tif->tif_mode == O_RDONLY) {
384 tif->tif_mode = O_RDONLY; /* XXX avoid flush */
421 return (tif->tif_mode);
H A Dtif_zip.c256 if (tif->tif_mode == O_RDONLY)
275 if (tif->tif_mode != O_RDONLY && (sp->state&ZSTATE_INIT)) {
H A Dtiffiop.h76 int tif_mode; /* open mode (O_*) */ member in struct:tiff
H A Dtif_dir.c311 if (tif->tif_mode != O_RDONLY)
322 if (tif->tif_mode != O_RDONLY)
1325 if (tif->tif_mode == O_RDONLY) {
H A Dtif_read.c596 if (tif->tif_mode == O_WRONLY) {
H A Dtif_write.c488 if (tif->tif_mode == O_RDONLY) {
H A Dtif_pixarlog.c1170 if (tif->tif_mode == O_RDONLY)
1192 if (tif->tif_mode != O_RDONLY && (sp->state&PLSTATE_INIT)) {
H A Dtif_dirwrite.c105 if (tif->tif_mode == O_RDONLY)
H A Dtif_fax3.c1283 sp->rw_mode = tif->tif_mode;
H A Dtif_jpeg.c1539 * desired other than looking at tif->tif_mode. We accomplish this by
1587 if (tif->tif_mode == O_RDONLY || !data_is_empty ) {
H A Dtif_ojpeg.c2489 if (tif->tif_mode != O_RDONLY) return _notSupported(tif);

Completed in 163 milliseconds