Searched refs:source_len (Results 1 – 4 of 4) sorted by relevance
516 if (*inbytesleft < map_hdr->source_len) { in map_i_f()523 for (i = 0; i < map_hdr->source_len; i++) { in map_i_f()532 (*inbuf) = (void*) ((*inbuf) - map_hdr->source_len); in map_i_f()533 (*inbytesleft) += map_hdr->source_len; in map_i_f()540 (*inbuf) = (void *)((*inbuf) - map_hdr->source_len); in map_i_f()541 (*inbytesleft) += map_hdr->source_len; in map_i_f()555 p = ((*inbuf) - map_hdr->source_len); in map_i_f()556 for (i = 0; i < map_hdr->source_len; i++) { in map_i_f()574 ((*inbuf) - map_hdr->source_len); in map_i_f()575 (*inbytesleft) += map_hdr->source_len; in map_i_f()[all …]
521 long source_len = 0; in map_table() local609 if ((0 < source_len) && in map_table()611 (source_len != ml->data_pair.data0.size)) { in map_table()616 if (source_len < ml->data_pair.data0.size) { in map_table()617 source_len = ml->data_pair.data0.size; in map_table()671 byte_seq_min = malloc_vital((sizeof (unsigned char)) * source_len); in map_table()672 byte_seq_max = malloc_vital((sizeof (unsigned char)) * source_len); in map_table()679 for (i = 0; i < source_len; i++) { in map_table()692 source_len, &(ml->data_pair)); in map_table()695 for (i = 0; i < source_len; i++) { in map_table()[all …]
387 itm_size_t source_len; /* source length */ member437 itm_size_t source_len; /* source length */ member481 itm_size_t source_len; /* source length */ member558 itm_size_t source_len; /* source length */ member
536 map_hdr->source_len, map_hdr->result_len); in dump_map_i_f()562 (map_hdr->source_len * 2), i + map_hdr->start.itm_ptr); in dump_map_i_f()572 (map_hdr->source_len * 2), in dump_map_i_f()635 map_hdr->source_len, map_hdr->result_len); in dump_map_l_f()645 (map_hdr->source_len + map_hdr->result_len + 1)) + in dump_map_l_f()646 map_hdr->source_len + 1); in dump_map_l_f()657 for (j = 0; j < map_hdr->source_len; j++, p++) { in dump_map_l_f()731 map_hdr->source_len, map_hdr->result_len); in dump_map_hash()758 p += (map_hdr->source_len + 1 + map_hdr->result_len); in dump_map_hash()762 for (j = 0; j < map_hdr->source_len; j++, p++) { in dump_map_hash()[all …]