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