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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp35 long PStrLength(const unsigned char *thePString);
41 OSErr CopyPStrToNewHandle(const unsigned char *thePString,Handle *theHandle);
46 OSErr AppendPStrToHandle(const unsigned char *thePString,Handle theHandle,long *currentLength = nil);
H A DCPStringUtils.cpp930 OSErr CopyPStrToNewHandle(const unsigned char *thePString,Handle *theHandle) argument
936 if (thePString == nil)
938 SetErrorMessageAndBail(("CopyPStrToNewHandle: Bad parameter, thePString == nil"));
948 stringLength = PStrLength(thePString) + 1;
960 BlockMove(thePString + 1,**theHandle,stringLength - 1);
972 OSErr AppendPStrToHandle(const unsigned char *thePString,Handle theHandle,long *currentLength) argument
978 CopyPStrToCStr(thePString,tempString,sizeof(tempString));
1194 long PStrLength(const unsigned char *thePString) argument
1199 if (thePString != nil)
1201 pStrLength = thePString[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp35 long PStrLength(const unsigned char *thePString);
41 OSErr CopyPStrToNewHandle(const unsigned char *thePString,Handle *theHandle);
46 OSErr AppendPStrToHandle(const unsigned char *thePString,Handle theHandle,long *currentLength = nil);
H A DCPStringUtils.cpp930 OSErr CopyPStrToNewHandle(const unsigned char *thePString,Handle *theHandle) argument
936 if (thePString == nil)
938 SetErrorMessageAndBail(("CopyPStrToNewHandle: Bad parameter, thePString == nil"));
948 stringLength = PStrLength(thePString) + 1;
960 BlockMove(thePString + 1,**theHandle,stringLength - 1);
972 OSErr AppendPStrToHandle(const unsigned char *thePString,Handle theHandle,long *currentLength) argument
978 CopyPStrToCStr(thePString,tempString,sizeof(tempString));
1194 long PStrLength(const unsigned char *thePString) argument
1199 if (thePString != nil)
1201 pStrLength = thePString[
[all...]

Completed in 99 milliseconds