Searched refs:map_hdr (Results 1 – 2 of 2) sorted by relevance
325 itm_map_idx_fix_hdr_t *map_hdr; in _icv_iconv() local332 map_hdr = (itm_map_idx_fix_hdr_t *)(ist->direc + 1); in _icv_iconv()333 map = (char *)(map_hdr + 1); in _icv_iconv()335 if (1 == map_hdr->default_error) { in _icv_iconv()503 itm_map_idx_fix_hdr_t *map_hdr; in map_i_f() local511 map_hdr = (itm_map_idx_fix_hdr_t *)(tbl_hdr + 1); in map_i_f()514 if (*inbytesleft < map_hdr->source_len) { in map_i_f()521 for (i = 0; i < map_hdr->source_len; i++) { in map_i_f()526 if (((j < map_hdr->start.itm_ptr) || in map_i_f()527 (map_hdr->end.itm_ptr < j)) && in map_i_f()[all …]
476 itm_map_idx_fix_hdr_t *map_hdr; in dump_map_i_f() local487 map_hdr = (itm_map_idx_fix_hdr_t *)(tbl_hdr + 1); in dump_map_i_f()489 if (0 < map_hdr->error_num) { in dump_map_i_f()490 p = (unsigned char *)(map_hdr + 1); in dump_map_i_f()491 map_error = p + (map_hdr->result_len * (tbl_hdr->number)); in dump_map_i_f()492 if (0 == map_hdr->default_error) { in dump_map_i_f()493 map_error += map_hdr->result_len; in dump_map_i_f()495 } else if (1 == map_hdr->default_error) { in dump_map_i_f()496 p = (unsigned char *)(map_hdr + 1); in dump_map_i_f()497 map_error = p + (map_hdr->result_len * (tbl_hdr->number)); in dump_map_i_f()[all …]