Lines Matching refs:l_result
1560 OPJ_BOOL l_result = OPJ_TRUE; in opj_jp2_write_jp2h() local
1598 l_result = OPJ_FALSE; in opj_jp2_write_jp2h()
1606 if (! l_result) { in opj_jp2_write_jp2h()
1624 l_result = OPJ_FALSE; in opj_jp2_write_jp2h()
1627 if (l_result) { in opj_jp2_write_jp2h()
1632 l_result = OPJ_FALSE; in opj_jp2_write_jp2h()
1649 return l_result; in opj_jp2_write_jp2h()
1659 OPJ_BOOL l_result; in opj_jp2_write_ftyp() local
1691 l_result = (opj_stream_write_data(cio,l_ftyp_data,l_ftyp_size,p_manager) == l_ftyp_size); in opj_jp2_write_ftyp()
1692 if (! l_result) in opj_jp2_write_ftyp()
1699 return l_result; in opj_jp2_write_ftyp()
2248 OPJ_BOOL l_result = OPJ_TRUE; in opj_jp2_exec() local
2261 l_result = l_result && (*l_procedure) (jp2,stream,p_manager); in opj_jp2_exec()
2267 return l_result; in opj_jp2_exec()