Lines Matching refs:source_len

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()
619 pair_size = map_hdr->source_len + 1 + map_hdr->result_len; in map_l_f()
622 if (*inbytesleft < map_hdr->source_len) { in map_l_f()
631 for (i = 0, result = 0; i < map_hdr->source_len; in map_l_f()
656 map_hdr->source_len + 1; in map_l_f()
678 DISCARD(map_hdr->source_len); in map_l_f()
714 itm_size_t source_len; in map_h_l() local
723 pair_size = map_hdr->source_len + 1 + map_hdr->result_len; in map_h_l()
724 source_len = map_hdr->source_len; in map_h_l()
728 if (*inbytesleft < source_len) { in map_h_l()
736 hash_value = hash((const char *)(q), source_len, in map_h_l()
740 for (i = 0, result = 0; i < source_len; i++) { in map_h_l()
753 for (i = 0, result = 0; i < source_len; i++) { in map_h_l()
765 i < source_len; in map_h_l()
818 DISCARD(source_len); in map_h_l()
853 map_ptr = ((unsigned char *)(map_hdr + 1) + map_hdr->source_len + in map_d_e_l()
854 map_hdr->source_len); in map_d_e_l()
860 byte_seq_max = byte_seq_min + map_hdr->source_len; in map_d_e_l()
863 if (*inbytesleft < map_hdr->source_len) { in map_d_e_l()
869 j = hash_dense_encoding(*inbuf, map_hdr->source_len, in map_d_e_l()
894 for (i = 0; i < map_hdr->source_len; i++) { in map_d_e_l()
913 DISCARD(map_hdr->source_len); in map_d_e_l()