Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp850 long stringLength; in CopyCStrToExistingHandle() local
870 stringLength = CStrLength(theCString) + 1; in CopyCStrToExistingHandle()
872 SetHandleSize(theHandle,stringLength); in CopyCStrToExistingHandle()
874 if (GetHandleSize(theHandle) < stringLength) in CopyCStrToExistingHandle()
880 ::BlockMove(theCString,*theHandle,stringLength); in CopyCStrToExistingHandle()
895 long stringLength; in CopyCStrToNewHandle() local
910 stringLength = CStrLength(theCString) + 1; in CopyCStrToNewHandle()
912 *theHandle = NewHandle(stringLength); in CopyCStrToNewHandle()
920 ::BlockMove(theCString,**theHandle,stringLength); in CopyCStrToNewHandle()
933 long stringLength; in CopyPStrToNewHandle() local
[all …]