Searched refs:numHashBytesLoc (Results 1 – 1 of 1) sorted by relevance
51 int numHashBytesLoc = (int)(*s++ - L'0'); in ParseMatchFinder() local52 if (numHashBytesLoc < 4 || numHashBytesLoc > 4) in ParseMatchFinder()57 *numHashBytes = numHashBytesLoc; in ParseMatchFinder()65 int numHashBytesLoc = (int)(*s++ - L'0'); in ParseMatchFinder() local66 if (numHashBytesLoc < 2 || numHashBytesLoc > 4) in ParseMatchFinder()72 *numHashBytes = numHashBytesLoc; in ParseMatchFinder()