Searched refs:theDstCharIndex (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.cpp2324 int theDstCharIndex; local
2374 theDstCharIndex = 0;
2378 if (inSrcCStr[theSrcCharIndex] == 0 || inSrcCStr[theSrcCharIndex] == inItemDelimiter || theDstCharIndex >= inDstCharPtrMaxLength - 1)
2380 outDstCharPtr[theDstCharIndex] = 0;
2385 outDstCharPtr[theDstCharIndex++] = inSrcCStr[theSrcCharIndex++];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp2324 int theDstCharIndex; local
2374 theDstCharIndex = 0;
2378 if (inSrcCStr[theSrcCharIndex] == 0 || inSrcCStr[theSrcCharIndex] == inItemDelimiter || theDstCharIndex >= inDstCharPtrMaxLength - 1)
2380 outDstCharPtr[theDstCharIndex] = 0;
2385 outDstCharPtr[theDstCharIndex++] = inSrcCStr[theSrcCharIndex++];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp2324 int theDstCharIndex; local
2374 theDstCharIndex = 0;
2378 if (inSrcCStr[theSrcCharIndex] == 0 || inSrcCStr[theSrcCharIndex] == inItemDelimiter || theDstCharIndex >= inDstCharPtrMaxLength - 1)
2380 outDstCharPtr[theDstCharIndex] = 0;
2385 outDstCharPtr[theDstCharIndex++] = inSrcCStr[theSrcCharIndex++];

Completed in 71 milliseconds