OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_stored_data
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
cio.c
161
l_stream->
m_stored_data
= (OPJ_BYTE *) opj_malloc(p_buffer_size);
162
if (! l_stream->
m_stored_data
) {
167
l_stream->m_current_data = l_stream->
m_stored_data
;
201
opj_free(l_stream->
m_stored_data
);
202
l_stream->
m_stored_data
= 00;
306
p_stream->m_current_data = p_stream->
m_stored_data
;
316
p_stream->m_current_data = p_stream->
m_stored_data
;
323
p_stream->m_bytes_in_buffer = p_stream->m_read_fn(p_stream->
m_stored_data
,p_stream->m_buffer_size,p_stream->m_user_data);
338
p_stream->m_current_data = p_stream->
m_stored_data
;
369
p_stream->m_current_data = p_stream->
m_stored_data
;
[
all
...]
cio.h
131
OPJ_BYTE *
m_stored_data
;
member in struct:opj_stream_private
Completed in 62 milliseconds