match_len         699 lib/pengine/rules.c                 int match_len = match_data->pmatch[i].rm_eo - match_data->pmatch[i].rm_so;
match_len         700 lib/pengine/rules.c                 memcpy(p_dst, match_data->string + match_data->pmatch[i].rm_so, match_len);
match_len         701 lib/pengine/rules.c                 p_dst += match_len;