Lines Matching defs:sub_hdr

954 	itm_map_idx_fix_hdr_t	*sub_hdr;
1002 sub_hdr = (itm_map_idx_fix_hdr_t *)(header + 1);
1003 table = (char *)(sub_hdr + 1);
1015 sub_hdr->source_len = (*tpp)->data0.size;
1016 sub_hdr->result_len = resultlen;
1017 sub_hdr->start.itm_ptr = source_start;
1018 sub_hdr->end.itm_ptr = source_end;
1019 sub_hdr->error_num = error_count; /* > 0; so pad4 = 0 */
1023 sub_hdr->default_error = -1;
1025 sub_hdr->pad3_num = (pad_t)(~0);
1028 sub_hdr->default_error = 0;
1032 sub_hdr->default_error = 1;
1034 sub_hdr->default_error = 2;
1039 if (-1 == sub_hdr->default_error) {
1057 } else if (0 == sub_hdr->default_error) {
1079 if (1 == sub_hdr->default_error) {
1142 itm_map_lookup_hdr_t *sub_hdr;
1167 sub_hdr = (itm_map_lookup_hdr_t *)(header + 1);
1168 table = (char *)(sub_hdr + 1);
1177 sub_hdr->pad3_num = (pad_t)(~0);
1179 sub_hdr->default_error = -1;
1181 sub_hdr->default_error = 0;
1184 sub_hdr->default_error = 2;
1187 sub_hdr->source_len = source->size;
1188 sub_hdr->result_len = resultlen;
1296 itm_map_hash_hdr_t *sub_hdr;
1427 sub_hdr = (itm_map_hash_hdr_t *)(header + 1);
1428 error_table = (char *)(sub_hdr + 1);
1438 sub_hdr->default_error = -1;
1440 sub_hdr->pad7_num = (pad_t)(~0);
1443 sub_hdr->default_error = 0;
1446 sub_hdr->default_error = 2;
1449 sub_hdr->source_len = source->size;
1450 sub_hdr->result_len = resultlen;
1451 sub_hdr->hash_tbl_size = (pair_size * hash_table_num);
1452 sub_hdr->hash_tbl_num = hash_table_num;
1453 sub_hdr->hash_of_size =
1455 sub_hdr->hash_of_num = of_table_num;
1456 sub_hdr->error_num = error_count; /* > 0; so pad4 = 0 */
1600 itm_map_dense_enc_hdr_t *sub_hdr;
1634 sub_hdr = (itm_map_dense_enc_hdr_t *)(header + 1);
1635 table = (char *)(sub_hdr + 1) + source->size + source->size;
1642 sub_hdr->source_len = (*tpp)->data0.size;
1643 sub_hdr->result_len = resultlen;
1644 sub_hdr->error_num = error_count; /* > 0; so pad4 = 0 */
1648 sub_hdr->default_error = -1;
1650 sub_hdr->pad3_num = (pad_t)(~0);
1654 sub_hdr->default_error = 0;
1658 sub_hdr->default_error = 1;
1660 sub_hdr->default_error = 2;
1664 (void) memcpy((char *)(sub_hdr + 1), byte_seq_min, source->size);
1665 (void) memcpy((char *)(sub_hdr + 1) + source->size,
1668 if (-1 == sub_hdr->default_error) {
1681 } else if (0 == sub_hdr->default_error) {
1702 if (1 == sub_hdr->default_error) {
1722 if (0 == sub_hdr->default_error) {