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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/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...]

Completed in 23 milliseconds