Searched refs:dstCharIndex (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
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-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
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-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
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 105 milliseconds