Searched refs:inInsertOffset (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp60 OSErr InsertCStrIntoHandle(const char *theCString,Handle theHandle,const long inInsertOffset);
H A DCPStringUtils.cpp1510 OSErr InsertCStrIntoHandle(const char *theCString,Handle theHandle,const long inInsertOffset) argument
1528 if (inInsertOffset > currentLength)
1542 ::BlockMove(*theHandle + inInsertOffset,*theHandle + inInsertOffset + insertLength,currentLength - inInsertOffset + 1);
1544 ::BlockMove(theCString,*theHandle + inInsertOffset,insertLength);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp60 OSErr InsertCStrIntoHandle(const char *theCString,Handle theHandle,const long inInsertOffset);
H A DCPStringUtils.cpp1510 OSErr InsertCStrIntoHandle(const char *theCString,Handle theHandle,const long inInsertOffset) argument
1528 if (inInsertOffset > currentLength)
1542 ::BlockMove(*theHandle + inInsertOffset,*theHandle + inInsertOffset + insertLength,currentLength - inInsertOffset + 1);
1544 ::BlockMove(theCString,*theHandle + inInsertOffset,insertLength);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp60 OSErr InsertCStrIntoHandle(const char *theCString,Handle theHandle,const long inInsertOffset);
H A DCPStringUtils.cpp1510 OSErr InsertCStrIntoHandle(const char *theCString,Handle theHandle,const long inInsertOffset) argument
1528 if (inInsertOffset > currentLength)
1542 ::BlockMove(*theHandle + inInsertOffset,*theHandle + inInsertOffset + insertLength,currentLength - inInsertOffset + 1);
1544 ::BlockMove(theCString,*theHandle + inInsertOffset,insertLength);

Completed in 121 milliseconds