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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DStringBinding.java78 int stringLength =
80 stringLength++; // null terminator
81 return new TupleOutput(new byte[stringLength]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp850 long stringLength; local
870 stringLength = CStrLength(theCString) + 1;
872 SetHandleSize(theHandle,stringLength);
874 if (GetHandleSize(theHandle) < stringLength)
880 ::BlockMove(theCString,*theHandle,stringLength);
895 long stringLength; local
910 stringLength = CStrLength(theCString) + 1;
912 *theHandle = NewHandle(stringLength);
920 ::BlockMove(theCString,**theHandle,stringLength);
933 long stringLength; local
993 long handleMaxLength,handleCurrentLength,stringLength,byteCount; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp850 long stringLength; local
870 stringLength = CStrLength(theCString) + 1;
872 SetHandleSize(theHandle,stringLength);
874 if (GetHandleSize(theHandle) < stringLength)
880 ::BlockMove(theCString,*theHandle,stringLength);
895 long stringLength; local
910 stringLength = CStrLength(theCString) + 1;
912 *theHandle = NewHandle(stringLength);
920 ::BlockMove(theCString,**theHandle,stringLength);
933 long stringLength; local
993 long handleMaxLength,handleCurrentLength,stringLength,byteCount; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp850 long stringLength; local
870 stringLength = CStrLength(theCString) + 1;
872 SetHandleSize(theHandle,stringLength);
874 if (GetHandleSize(theHandle) < stringLength)
880 ::BlockMove(theCString,*theHandle,stringLength);
895 long stringLength; local
910 stringLength = CStrLength(theCString) + 1;
912 *theHandle = NewHandle(stringLength);
920 ::BlockMove(theCString,**theHandle,stringLength);
933 long stringLength; local
993 long handleMaxLength,handleCurrentLength,stringLength,byteCount; local
[all...]

Completed in 71 milliseconds