• Home
  • Raw
  • Download

Lines Matching refs:m_status

177         l_stream->m_status |= OPJ_STREAM_STATUS_INPUT;  in opj_stream_create()
181 l_stream->m_status |= OPJ_STREAM_STATUS_OUTPUT; in opj_stream_create()
218 if ((!l_stream) || (!(l_stream->m_status & OPJ_STREAM_STATUS_INPUT))) { in opj_stream_set_read_function()
241 if ((!l_stream) || (!(l_stream->m_status & OPJ_STREAM_STATUS_OUTPUT))) { in opj_stream_set_write_function()
295 if (p_stream->m_status & OPJ_STREAM_STATUS_END) { in opj_stream_read_data()
332 p_stream->m_status |= OPJ_STREAM_STATUS_END; in opj_stream_read_data()
362 p_stream->m_status |= OPJ_STREAM_STATUS_END; in opj_stream_read_data()
393 if (p_stream->m_status & OPJ_STREAM_STATUS_ERROR) { in opj_stream_write_data()
448 p_stream->m_status |= OPJ_STREAM_STATUS_ERROR; in opj_stream_flush()
482 if (p_stream->m_status & OPJ_STREAM_STATUS_END) { in opj_stream_read_skip()
513 p_stream->m_status |= OPJ_STREAM_STATUS_END; in opj_stream_read_skip()
524 p_stream->m_status |= OPJ_STREAM_STATUS_END; in opj_stream_read_skip()
545 if (p_stream->m_status & OPJ_STREAM_STATUS_ERROR) { in opj_stream_write_skip()
552 p_stream->m_status |= OPJ_STREAM_STATUS_ERROR; in opj_stream_write_skip()
565 p_stream->m_status |= OPJ_STREAM_STATUS_ERROR; in opj_stream_write_skip()
608 p_stream->m_status |= OPJ_STREAM_STATUS_END; in opj_stream_read_seek()
612 p_stream->m_status &= (~OPJ_STREAM_STATUS_END); in opj_stream_read_seek()
624 p_stream->m_status |= OPJ_STREAM_STATUS_ERROR; in opj_stream_write_seek()
632 p_stream->m_status |= OPJ_STREAM_STATUS_ERROR; in opj_stream_write_seek()