Searched refs:l_current_handler (Results 1 – 1 of 1) sorted by relevance
2281 const opj_jp2_header_handler_t * l_current_handler; in opj_jp2_read_header_procedure() local2325 l_current_handler = opj_jp2_find_handler(box.type); in opj_jp2_read_header_procedure()2329 if ((l_current_handler != 00) || (l_current_handler_misplaced != 00)) { in opj_jp2_read_header_procedure()2330 if (l_current_handler == 00) { in opj_jp2_read_header_procedure()2337 l_current_handler = l_current_handler_misplaced; in opj_jp2_read_header_procedure()2386 if (! l_current_handler->handler(jp2, l_current_data, l_current_data_size, in opj_jp2_read_header_procedure()2711 const opj_jp2_header_handler_t * l_current_handler; in opj_jp2_read_jp2h() local2744 l_current_handler = opj_jp2_img_find_handler(box.type); in opj_jp2_read_jp2h()2748 if (l_current_handler != 00) { in opj_jp2_read_jp2h()2749 if (! l_current_handler->handler(jp2, p_header_data, l_current_data_size, in opj_jp2_read_jp2h()