Searched refs:insertLength (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.cpp1407 int insertLength; local
1416 insertLength = CStrLength(theSrcCStr);
1419 if (theInsertionOffset + insertLength < maxDstStrLength - 1)
1421 numCharsToInsert = insertLength;
1460 int insertLength; local
1469 insertLength = PStrLength(theSrcPStr);
1472 if (theInsertionOffset + insertLength < maxDstStrLength - 1)
1474 numCharsToInsert = insertLength;
1514 int insertLength; local
1533 insertLength
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp1407 int insertLength; local
1416 insertLength = CStrLength(theSrcCStr);
1419 if (theInsertionOffset + insertLength < maxDstStrLength - 1)
1421 numCharsToInsert = insertLength;
1460 int insertLength; local
1469 insertLength = PStrLength(theSrcPStr);
1472 if (theInsertionOffset + insertLength < maxDstStrLength - 1)
1474 numCharsToInsert = insertLength;
1514 int insertLength; local
1533 insertLength
[all...]

Completed in 49 milliseconds