Searched refs:srcCharIndex (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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-R7000-V1.0.7.12_1.2.5/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...]

Completed in 111 milliseconds