HomeSort by relevance Sort by last modified time
    Searched refs:tif_mode (Results 1 - 12 of 12) sorted by null

  /external/pdfium/third_party/libtiff/
tif_flush.c 35 if( tif->tif_mode == O_RDONLY )
48 && tif->tif_mode == O_RDWR )
tif_close.c 52 if (tif->tif_mode != O_RDONLY)
tif_open.c 127 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;
tiffiop.h 105 int tif_mode; /* open mode (O_*) */ member in struct:tiff
tif_dir.c 379 if (tif->tif_mode != O_RDONLY)
390 if (tif->tif_mode != O_RDONLY)
    [all...]
tif_write.c 569 if (tif->tif_mode == O_RDONLY) {
tif_pixarlog.c     [all...]
tif_lzw.c 1155 LZWState(tif)->rw_mode = tif->tif_mode;
    [all...]
tif_fax3.c     [all...]
tif_read.c     [all...]
tif_dirwrite.c 372 if (tif->tif_mode == O_RDONLY)
    [all...]
tif_dirread.c     [all...]

Completed in 181 milliseconds