Searched refs:l_current_handler (Results 1 – 1 of 1) sorted by relevance
2111 const opj_jp2_header_handler_t * l_current_handler; in opj_jp2_read_header_procedure() local2155 l_current_handler = opj_jp2_find_handler(box.type); in opj_jp2_read_header_procedure()2159 if ((l_current_handler != 00) || (l_current_handler_misplaced != 00)) { in opj_jp2_read_header_procedure()2160 if (l_current_handler == 00) { in opj_jp2_read_header_procedure()2164 l_current_handler = l_current_handler_misplaced; in opj_jp2_read_header_procedure()2200 if (! l_current_handler->handler(jp2,l_current_data,l_current_data_size,p_manager)) { in opj_jp2_read_header_procedure()2506 const opj_jp2_header_handler_t * l_current_handler; in opj_jp2_read_jp2h() local2535 l_current_handler = opj_jp2_img_find_handler(box.type); in opj_jp2_read_jp2h()2539 if (l_current_handler != 00) { in opj_jp2_read_jp2h()2540 if (! l_current_handler->handler(jp2,p_header_data,l_current_data_size,p_manager)) { in opj_jp2_read_jp2h()