Searched refs:numHashBytesLoc (Results 1 – 1 of 1) sorted by relevance
43 int numHashBytesLoc = (int)(*s++ - L'0'); in ParseMatchFinder() local44 if (numHashBytesLoc < 4 || numHashBytesLoc > 4) in ParseMatchFinder()49 *numHashBytes = numHashBytesLoc; in ParseMatchFinder()57 int numHashBytesLoc = (int)(*s++ - L'0'); in ParseMatchFinder() local58 if (numHashBytesLoc < 2 || numHashBytesLoc > 4) in ParseMatchFinder()63 *numHashBytes = numHashBytesLoc; in ParseMatchFinder()