Searched refs:theItemLength (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.cpp2402 int theItemLength; local
2478 for (theItemLength = 0;;theItemLength++)
2480 if (inSrcCStr[theSrcCharIndex + theItemLength] == 0 || inSrcCStr[theSrcCharIndex + theItemLength] == inItemDelimiter)
2487 *outNewHandle = NewHandle(theItemLength + 1);
2495 BlockMove(inSrcCStr + theSrcCharIndex,**outNewHandle,theItemLength);
2497 (**outNewHandle)[theItemLength] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp2402 int theItemLength; local
2478 for (theItemLength = 0;;theItemLength++)
2480 if (inSrcCStr[theSrcCharIndex + theItemLength] == 0 || inSrcCStr[theSrcCharIndex + theItemLength] == inItemDelimiter)
2487 *outNewHandle = NewHandle(theItemLength + 1);
2495 BlockMove(inSrcCStr + theSrcCharIndex,**outNewHandle,theItemLength);
2497 (**outNewHandle)[theItemLength] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp2402 int theItemLength; local
2478 for (theItemLength = 0;;theItemLength++)
2480 if (inSrcCStr[theSrcCharIndex + theItemLength] == 0 || inSrcCStr[theSrcCharIndex + theItemLength] == inItemDelimiter)
2487 *outNewHandle = NewHandle(theItemLength + 1);
2495 BlockMove(inSrcCStr + theSrcCharIndex,**outNewHandle,theItemLength);
2497 (**outNewHandle)[theItemLength] = 0;

Completed in 107 milliseconds