Searched refs:srcCharIndex (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
765 srcCharIndex = 0;
771 if (srcCharIndex >= sizeof(tempString) - 1 || tempNum == 0)
775 if (dstCharIndex >= maxCStrLength - 1 || srcCharIndex <= 0)
782 theCStr[dstCharIndex++] = tempString[--srcCharIndex];
793 tempString[srcCharIndex] = '0' + remainder;
795 srcCharIndex++;
1601 int dstCharIndex,srcCharIndex,theMaxDstStrLength; local
1612 srcCharIndex = 0;
1633 else if (theSrcCStr[srcCharIndex]
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp754 int srcCharIndex,dstCharIndex; local
765 srcCharIndex = 0;
771 if (srcCharIndex >= sizeof(tempString) - 1 || tempNum == 0)
775 if (dstCharIndex >= maxCStrLength - 1 || srcCharIndex <= 0)
782 theCStr[dstCharIndex++] = tempString[--srcCharIndex];
793 tempString[srcCharIndex] = '0' + remainder;
795 srcCharIndex++;
1601 int dstCharIndex,srcCharIndex,theMaxDstStrLength; local
1612 srcCharIndex = 0;
1633 else if (theSrcCStr[srcCharIndex]
[all...]

Completed in 471 milliseconds