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