Searched refs:pStrLength (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.cpp408 int pStrLength; local
413 pStrLength = PStrLength(theDstPStr);
415 if (pStrLength < maxPStrLength - 1 && pStrLength < 255)
417 theDstPStr[pStrLength + 1] = theChar;
1196 long pStrLength = 0; local
1201 pStrLength = thePString[0];
1205 return(pStrLength);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp408 int pStrLength; local
413 pStrLength = PStrLength(theDstPStr);
415 if (pStrLength < maxPStrLength - 1 && pStrLength < 255)
417 theDstPStr[pStrLength + 1] = theChar;
1196 long pStrLength = 0; local
1201 pStrLength = thePString[0];
1205 return(pStrLength);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp408 int pStrLength; local
413 pStrLength = PStrLength(theDstPStr);
415 if (pStrLength < maxPStrLength - 1 && pStrLength < 255)
417 theDstPStr[pStrLength + 1] = theChar;
1196 long pStrLength = 0; local
1201 pStrLength = thePString[0];
1205 return(pStrLength);

Completed in 118 milliseconds