Searched refs:theItemLength (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.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-WNDR4500-V1.0.1.40_1.0.68/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;

Completed in 26 milliseconds