Lines Matching defs:sub_hdr

950 	itm_map_idx_fix_hdr_t	*sub_hdr;
998 sub_hdr = (itm_map_idx_fix_hdr_t *)(header + 1);
999 table = (char *)(sub_hdr + 1);
1011 sub_hdr->source_len = (*tpp)->data0.size;
1012 sub_hdr->result_len = resultlen;
1013 sub_hdr->start.itm_ptr = source_start;
1014 sub_hdr->end.itm_ptr = source_end;
1015 sub_hdr->error_num = error_count; /* > 0; so pad4 = 0 */
1019 sub_hdr->default_error = -1;
1021 sub_hdr->pad3_num = (pad_t)(~0);
1024 sub_hdr->default_error = 0;
1028 sub_hdr->default_error = 1;
1030 sub_hdr->default_error = 2;
1035 if (-1 == sub_hdr->default_error) {
1053 } else if (0 == sub_hdr->default_error) {
1075 if (1 == sub_hdr->default_error) {
1138 itm_map_lookup_hdr_t *sub_hdr;
1163 sub_hdr = (itm_map_lookup_hdr_t *)(header + 1);
1164 table = (char *)(sub_hdr + 1);
1173 sub_hdr->pad3_num = (pad_t)(~0);
1175 sub_hdr->default_error = -1;
1177 sub_hdr->default_error = 0;
1180 sub_hdr->default_error = 2;
1183 sub_hdr->source_len = source->size;
1184 sub_hdr->result_len = resultlen;
1292 itm_map_hash_hdr_t *sub_hdr;
1424 sub_hdr = (itm_map_hash_hdr_t *)(header + 1);
1425 error_table = (char *)(sub_hdr + 1);
1435 sub_hdr->default_error = -1;
1437 sub_hdr->pad7_num = (pad_t)(~0);
1440 sub_hdr->default_error = 0;
1443 sub_hdr->default_error = 2;
1446 sub_hdr->source_len = source->size;
1447 sub_hdr->result_len = resultlen;
1448 sub_hdr->hash_tbl_size = (pair_size * hash_table_num);
1449 sub_hdr->hash_tbl_num = hash_table_num;
1450 sub_hdr->hash_of_size =
1452 sub_hdr->hash_of_num = of_table_num;
1453 sub_hdr->error_num = error_count; /* > 0; so pad4 = 0 */
1598 itm_map_dense_enc_hdr_t *sub_hdr;
1632 sub_hdr = (itm_map_dense_enc_hdr_t *)(header + 1);
1633 table = (char *)(sub_hdr + 1) + source->size + source->size;
1640 sub_hdr->source_len = (*tpp)->data0.size;
1641 sub_hdr->result_len = resultlen;
1642 sub_hdr->error_num = error_count; /* > 0; so pad4 = 0 */
1646 sub_hdr->default_error = -1;
1648 sub_hdr->pad3_num = (pad_t)(~0);
1652 sub_hdr->default_error = 0;
1656 sub_hdr->default_error = 1;
1658 sub_hdr->default_error = 2;
1662 (void) memcpy((char *)(sub_hdr + 1), byte_seq_min, source->size);
1663 (void) memcpy((char *)(sub_hdr + 1) + source->size,
1666 if (-1 == sub_hdr->default_error) {
1679 } else if (0 == sub_hdr->default_error) {
1700 if (1 == sub_hdr->default_error) {
1720 if (0 == sub_hdr->default_error) {