Searched refs:numCharsToShift (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.cpp1409 int numCharsToShift; local
1432 numCharsToShift = currentLength - theInsertionOffset;
1437 numCharsToShift = maxDstStrLength - 1 - theInsertionOffset - numCharsToInsert;
1441 if (numCharsToShift > 0)
1443 BlockMove(theDstCStr + theInsertionOffset,theDstCStr + theInsertionOffset + numCharsToInsert,numCharsToShift);
1451 theDstCStr[theInsertionOffset + numCharsToInsert + numCharsToShift] = 0;
1462 int numCharsToShift; local
1485 numCharsToShift = currentLength - theInsertionOffset;
1490 numCharsToShift = maxDstStrLength - 1 - theInsertionOffset - numCharsToInsert;
1494 if (numCharsToShift >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp1409 int numCharsToShift; local
1432 numCharsToShift = currentLength - theInsertionOffset;
1437 numCharsToShift = maxDstStrLength - 1 - theInsertionOffset - numCharsToInsert;
1441 if (numCharsToShift > 0)
1443 BlockMove(theDstCStr + theInsertionOffset,theDstCStr + theInsertionOffset + numCharsToInsert,numCharsToShift);
1451 theDstCStr[theInsertionOffset + numCharsToInsert + numCharsToShift] = 0;
1462 int numCharsToShift; local
1485 numCharsToShift = currentLength - theInsertionOffset;
1490 numCharsToShift = maxDstStrLength - 1 - theInsertionOffset - numCharsToInsert;
1494 if (numCharsToShift >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp1409 int numCharsToShift; local
1432 numCharsToShift = currentLength - theInsertionOffset;
1437 numCharsToShift = maxDstStrLength - 1 - theInsertionOffset - numCharsToInsert;
1441 if (numCharsToShift > 0)
1443 BlockMove(theDstCStr + theInsertionOffset,theDstCStr + theInsertionOffset + numCharsToInsert,numCharsToShift);
1451 theDstCStr[theInsertionOffset + numCharsToInsert + numCharsToShift] = 0;
1462 int numCharsToShift; local
1485 numCharsToShift = currentLength - theInsertionOffset;
1490 numCharsToShift = maxDstStrLength - 1 - theInsertionOffset - numCharsToInsert;
1494 if (numCharsToShift >
[all...]

Completed in 90 milliseconds