Searched refs:numPChars (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp71 int i,numPChars; local
76 numPChars = thePStr[0];
80 if (i >= numPChars || i >= maxCStrLength - 1)
250 int i,numPChars,cStrLength; local
261 numPChars = thePStr[0];
266 if (i >= numPChars || cStrLength >= maxCStrLength - 1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp71 int i,numPChars; local
76 numPChars = thePStr[0];
80 if (i >= numPChars || i >= maxCStrLength - 1)
250 int i,numPChars,cStrLength; local
261 numPChars = thePStr[0];
266 if (i >= numPChars || cStrLength >= maxCStrLength - 1)

Completed in 57 milliseconds