Searched refs:l_nb_read (Results 1 – 1 of 1) sorted by relevance
95 OPJ_SIZE_T l_nb_read = fread(p_buffer, 1, p_nb_bytes, (FILE*)p_file); in opj_read_from_file() local96 return l_nb_read ? l_nb_read : (OPJ_SIZE_T) - 1; in opj_read_from_file()