Searched refs:stringLength (Results 1 – 1 of 1) sorted by relevance
850 long stringLength; in CopyCStrToExistingHandle() local870 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() local910 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 …]