Home
last modified time | relevance | path

Searched refs:l_current_write_nb_bytes (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dcio.c424 OPJ_SIZE_T l_current_write_nb_bytes = 0; in opj_stream_flush() local
430 l_current_write_nb_bytes = p_stream->m_write_fn(p_stream->m_current_data, in opj_stream_flush()
434 if (l_current_write_nb_bytes == (OPJ_SIZE_T)-1) { in opj_stream_flush()
441 p_stream->m_current_data += l_current_write_nb_bytes; in opj_stream_flush()
442 p_stream->m_bytes_in_buffer -= l_current_write_nb_bytes; in opj_stream_flush()