Store len of patterns for fast comparison

This commit is contained in:
dp%netscape.com 2002-04-20 00:14:22 +00:00
parent 538a1ac86a
commit e8edfe409c

@ -357,6 +357,7 @@ struct __struct_STCategoryRule
** A callsite needs to pass substring match for all the strings.
*/
char* pats[ST_MAX_PATTERNS_PER_RULE];
PRUint32 patlen[ST_MAX_PATTERNS_PER_RULE];
PRUint32 npats;
/*