Home
last modified time | relevance | path

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

/dports/security/openssl-unsafe/openssl-c9ba19c/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp104 if (theDstPStr != nil && theSrcPStr != nil && theMaxDstStrLength > 0) in CopyPStrToPStr()
112 if (theMaxDstStrLength - 1 < theSrcPStr[0]) in CopyPStrToPStr()
114 BlockMove(theSrcPStr + 1,theDstPStr + 1,theMaxDstStrLength - 1); in CopyPStrToPStr()
121 BlockMove(theSrcPStr,theDstPStr,theSrcPStr[0] + 1); in CopyPStrToPStr()
290 if (theSrcPStr != nil && theDstPStr != nil && theMaxDstStrLength > 0) in ConcatPStrToPStr()
298 if (theMaxDstStrLength - theDstPStr[0] - 1 < theSrcPStr[0]) in ConcatPStrToPStr()
307 BlockMove(theSrcPStr + 1,theDstPStr + theDstPStr[0] + 1,theSrcPStr[0]); in ConcatPStrToPStr()
309 theDstPStr[0] += theSrcPStr[0]; in ConcatPStrToPStr()
1469 insertLength = PStrLength(theSrcPStr); in InsertPStrIntoCStr()
2208 if (theSrcPStr == nil) in ExtractIntFromPStr()
[all …]
H A DCPStringUtils.hpp8 void CopyPStrToPStr(const unsigned char *theSrcPStr,unsigned char *theDstPStr,const int maxDstStrLe…
12 void ConcatPStrToPStr(const unsigned char *theSrcPStr,unsigned char *theDstPStr,const int maxDstStr…
59 void InsertPStrIntoCStr(const unsigned char *theSrcPStr,const int theInsertionOffset,char *theDstCS…
81 OSErr ExtractIntFromPStr(const unsigned char *theSrcPStr,int *outInt,Boolean skipLeadingSpaces = tr…
/dports/security/openssl-legacy-static/openssl-1.0.2u/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp104 if (theDstPStr != nil && theSrcPStr != nil && theMaxDstStrLength > 0) in CopyPStrToPStr()
112 if (theMaxDstStrLength - 1 < theSrcPStr[0]) in CopyPStrToPStr()
114 BlockMove(theSrcPStr + 1,theDstPStr + 1,theMaxDstStrLength - 1); in CopyPStrToPStr()
121 BlockMove(theSrcPStr,theDstPStr,theSrcPStr[0] + 1); in CopyPStrToPStr()
290 if (theSrcPStr != nil && theDstPStr != nil && theMaxDstStrLength > 0) in ConcatPStrToPStr()
298 if (theMaxDstStrLength - theDstPStr[0] - 1 < theSrcPStr[0]) in ConcatPStrToPStr()
307 BlockMove(theSrcPStr + 1,theDstPStr + theDstPStr[0] + 1,theSrcPStr[0]); in ConcatPStrToPStr()
309 theDstPStr[0] += theSrcPStr[0]; in ConcatPStrToPStr()
1469 insertLength = PStrLength(theSrcPStr); in InsertPStrIntoCStr()
2208 if (theSrcPStr == nil) in ExtractIntFromPStr()
[all …]
H A DCPStringUtils.hpp8 void CopyPStrToPStr(const unsigned char *theSrcPStr,unsigned char *theDstPStr,const int maxDstStrLe…
12 void ConcatPStrToPStr(const unsigned char *theSrcPStr,unsigned char *theDstPStr,const int maxDstStr…
59 void InsertPStrIntoCStr(const unsigned char *theSrcPStr,const int theInsertionOffset,char *theDstCS…
81 OSErr ExtractIntFromPStr(const unsigned char *theSrcPStr,int *outInt,Boolean skipLeadingSpaces = tr…