Searched refs:cStrLength (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.cpp250 int i,numPChars,cStrLength; local
255 for (cStrLength = 0;theCStr[cStrLength] != 0;cStrLength++)
266 if (i >= numPChars || cStrLength >= maxCStrLength - 1)
268 theCStr[cStrLength++] = 0;
275 theCStr[cStrLength++] = thePStr[i + 1];
357 int cStrLength; local
362 for (cStrLength = 0;theDstCStr[cStrLength] !
389 int cStrLength; local
1177 long cStrLength = 0; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp250 int i,numPChars,cStrLength; local
255 for (cStrLength = 0;theCStr[cStrLength] != 0;cStrLength++)
266 if (i >= numPChars || cStrLength >= maxCStrLength - 1)
268 theCStr[cStrLength++] = 0;
275 theCStr[cStrLength++] = thePStr[i + 1];
357 int cStrLength; local
362 for (cStrLength = 0;theDstCStr[cStrLength] !
389 int cStrLength; local
1177 long cStrLength = 0; local
[all...]

Completed in 51 milliseconds