Searched refs:thePStrLength (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.cpp318 int i,thePStrLength; local
332 thePStrLength = theDstPStr[0];
336 if (theSrcCStr[i] == 0 || thePStrLength >= theMaxDstStrLength - 1)
338 theDstPStr[0] = thePStrLength;
345 theDstPStr[thePStrLength + 1] = theSrcCStr[i];
347 thePStrLength++;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp318 int i,thePStrLength; local
332 thePStrLength = theDstPStr[0];
336 if (theSrcCStr[i] == 0 || thePStrLength >= theMaxDstStrLength - 1)
338 theDstPStr[0] = thePStrLength;
345 theDstPStr[thePStrLength + 1] = theSrcCStr[i];
347 thePStrLength++;

Completed in 55 milliseconds