Searched refs:JPC_BITSTREAM_NOCLOSE (Results 1 – 2 of 2) sorted by relevance
112 bitstream->flags_ = JPC_BITSTREAM_NOCLOSE; in jpc_bitstream_sopen()137 if (!(bitstream->flags_ & JPC_BITSTREAM_NOCLOSE) && bitstream->stream_) { in jpc_bitstream_close()
100 #define JPC_BITSTREAM_NOCLOSE 0x01 macro