Searched refs:JAS_STREAM_APPEND (Results 1 – 2 of 2) sorted by relevance
261 if (stream->openmode_ & JAS_STREAM_APPEND) { in jas_stream_fopen()323 if (stream->openmode_ & JAS_STREAM_APPEND) { in jas_stream_freopen()816 if ((stream->openmode_ & (JAS_STREAM_WRITE | JAS_STREAM_APPEND)) == 0) { in jas_stream_flushbuf()867 openmode |= JAS_STREAM_APPEND; in jas_strtoopenmode()
112 #define JAS_STREAM_APPEND 0x0004 macro