Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dopenjpeg.c93 OPJ_SIZE_T l_nb_read = fread(p_buffer,1,p_nb_bytes,p_file); in opj_read_from_file() local
94 return l_nb_read ? l_nb_read : (OPJ_SIZE_T)-1; in opj_read_from_file()