Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dcio.c438 OPJ_SIZE_T l_current_write_nb_bytes = 0; in opj_stream_flush() local
444 l_current_write_nb_bytes = p_stream->m_write_fn(p_stream->m_current_data, in opj_stream_flush()
448 if (l_current_write_nb_bytes == (OPJ_SIZE_T)-1) { in opj_stream_flush()
455 p_stream->m_current_data += l_current_write_nb_bytes; in opj_stream_flush()
456 p_stream->m_bytes_in_buffer -= l_current_write_nb_bytes; in opj_stream_flush()