Searched refs:dstCharIndex (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.cpp754 int srcCharIndex,dstCharIndex; local
773 for (dstCharIndex = 0;;)
775 if (dstCharIndex >= maxCStrLength - 1 || srcCharIndex <= 0)
777 theCStr[dstCharIndex] = 0;
782 theCStr[dstCharIndex++] = tempString[--srcCharIndex];
1601 int dstCharIndex,srcCharIndex,theMaxDstStrLength; local
1610 dstCharIndex = 0;
1624 if (dstCharIndex >= theMaxDstStrLength)
1626 theDstCStr[dstCharIndex++] = 0;
1635 theDstCStr[dstCharIndex
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp754 int srcCharIndex,dstCharIndex; local
773 for (dstCharIndex = 0;;)
775 if (dstCharIndex >= maxCStrLength - 1 || srcCharIndex <= 0)
777 theCStr[dstCharIndex] = 0;
782 theCStr[dstCharIndex++] = tempString[--srcCharIndex];
1601 int dstCharIndex,srcCharIndex,theMaxDstStrLength; local
1610 dstCharIndex = 0;
1624 if (dstCharIndex >= theMaxDstStrLength)
1626 theDstCStr[dstCharIndex++] = 0;
1635 theDstCStr[dstCharIndex
[all...]

Completed in 29 milliseconds