Searched refs:theMaxDstStrLength (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp98 int theMaxDstStrLength; local
101 theMaxDstStrLength = maxDstStrLength;
104 if (theDstPStr != nil && theSrcPStr != nil && theMaxDstStrLength > 0)
106 if (theMaxDstStrLength > 255)
108 theMaxDstStrLength = 255;
112 if (theMaxDstStrLength - 1 < theSrcPStr[0])
114 BlockMove(theSrcPStr + 1,theDstPStr + 1,theMaxDstStrLength - 1);
116 theDstPStr[0] = theMaxDstStrLength - 1;
182 int theMaxDstStrLength; local
185 theMaxDstStrLength
217 int theMaxDstStrLength; local
285 int theMaxDstStrLength; local
319 int theMaxDstStrLength; local
1601 int dstCharIndex,srcCharIndex,theMaxDstStrLength; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp98 int theMaxDstStrLength; local
101 theMaxDstStrLength = maxDstStrLength;
104 if (theDstPStr != nil && theSrcPStr != nil && theMaxDstStrLength > 0)
106 if (theMaxDstStrLength > 255)
108 theMaxDstStrLength = 255;
112 if (theMaxDstStrLength - 1 < theSrcPStr[0])
114 BlockMove(theSrcPStr + 1,theDstPStr + 1,theMaxDstStrLength - 1);
116 theDstPStr[0] = theMaxDstStrLength - 1;
182 int theMaxDstStrLength; local
185 theMaxDstStrLength
217 int theMaxDstStrLength; local
285 int theMaxDstStrLength; local
319 int theMaxDstStrLength; local
1601 int dstCharIndex,srcCharIndex,theMaxDstStrLength; local
[all...]

Completed in 96 milliseconds