Searched refs:theOffset (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp1288 long theOffset = -1; local
1293 theOffset = 0;
1321 theOffset++;
1330 theOffset++;
1336 theOffset = -1;
1340 return(theOffset);
1346 long theOffset = -1; local
1351 for (theOffset = 0;;theOffset++)
1353 if (theCString[theOffset]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp1288 long theOffset = -1; local
1293 theOffset = 0;
1321 theOffset++;
1330 theOffset++;
1336 theOffset = -1;
1340 return(theOffset);
1346 long theOffset = -1; local
1351 for (theOffset = 0;;theOffset++)
1353 if (theCString[theOffset]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp1288 long theOffset = -1; local
1293 theOffset = 0;
1321 theOffset++;
1330 theOffset++;
1336 theOffset = -1;
1340 return(theOffset);
1346 long theOffset = -1; local
1351 for (theOffset = 0;;theOffset++)
1353 if (theCString[theOffset]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtextctrl.cpp2314 TXNOffset theOffset;
2315 TXNPointToOffset(m_txn, thePoint, &theOffset);
2319 while (thePoint.v == currentPoint.v && theOffset < content.length())
2321 line += content[theOffset];
2322 TXNOffsetToPoint(m_txn, ++theOffset, &currentPoint);
2353 TXNOffset theOffset;
2354 TXNPointToOffset(m_txn, thePoint, &theOffset);
2358 while (thePoint.v == currentPoint.v && theOffset < content.length())
2361 TXNOffsetToPoint(m_txn, ++theOffset, &currentPoint);

Completed in 194 milliseconds