Home
last modified time | relevance | path

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

/dports/security/openssl-unsafe/openssl-c9ba19c/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp1662 …else if (theLongInts != nil && theSrcCStr[srcCharIndex] == '%' && theSrcCStr[srcCharIndex + 1] == … in CopyCStrAndInsertCStrsLongIntsIntoCStr()
1743 if (theSrcCStr == nil) in CopyIndexedWordToCStr()
1766 srcCharPtr = theSrcCStr; in CopyIndexedWordToCStr()
1840 if (theSrcCStr == nil) in CopyIndexedWordToNewHandle()
1859 srcCharPtr = theSrcCStr; in CopyIndexedWordToNewHandle()
1930 if (theSrcCStr == nil) in CopyIndexedLineToCStr()
2155 if (theSrcCStr == nil) in ExtractIntFromCStr()
2178 if (theSrcCStr[theCharIndex] < '0' || theSrcCStr[theCharIndex] > '9') in ExtractIntFromCStr()
2184 while (theSrcCStr[theCharIndex] >= '0' && theSrcCStr[theCharIndex] <= '9') in ExtractIntFromCStr()
2298 if (theSrcCStr != nil) in ConvertCStrToUpperCase()
[all …]
H A DCPStringUtils.hpp9 void CopyCStrToCStr(const char *theSrcCStr,char *theDstCStr,const int maxDstStrLength);
10 void CopyCStrToPStr(const char *theSrcCStr,unsigned char *theDstPStr,const int maxDstStrLength);
13 void ConcatCStrToPStr(const char *theSrcCStr,unsigned char *theDstPStr,const int maxDstStrLength);
14 void ConcatCStrToCStr(const char *theSrcCStr,char *theDstCStr,const int maxCStrLength);
29 void CopyCStrAndConcatLongIntToCStr(const char *theSrcCStr,const long theNum,char *theDstCStr,const…
55 void CopyCSubstrToCStr(const char *theSrcCStr,const int maxCharsToCopy,char *theDstCStr,const int m…
74 OSErr CopyIndexedWordToCStr(char *theSrcCStr,int whichWord,char *theDstCStr,int maxDstCStrLength);
75 OSErr CopyIndexedWordToNewHandle(char *theSrcCStr,int whichWord,Handle *outTheHandle);
78 OSErr CopyIndexedLineToNewHandle(const char *theSrcCStr,int inWhichLine,Handle *outNewHandle);
80 OSErr ExtractIntFromCStr(const char *theSrcCStr,int *outInt,Boolean skipLeadingSpaces = true);
[all …]
/dports/security/openssl-legacy-static/openssl-1.0.2u/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp1662 …else if (theLongInts != nil && theSrcCStr[srcCharIndex] == '%' && theSrcCStr[srcCharIndex + 1] == … in CopyCStrAndInsertCStrsLongIntsIntoCStr()
1743 if (theSrcCStr == nil) in CopyIndexedWordToCStr()
1766 srcCharPtr = theSrcCStr; in CopyIndexedWordToCStr()
1840 if (theSrcCStr == nil) in CopyIndexedWordToNewHandle()
1859 srcCharPtr = theSrcCStr; in CopyIndexedWordToNewHandle()
1930 if (theSrcCStr == nil) in CopyIndexedLineToCStr()
2155 if (theSrcCStr == nil) in ExtractIntFromCStr()
2178 if (theSrcCStr[theCharIndex] < '0' || theSrcCStr[theCharIndex] > '9') in ExtractIntFromCStr()
2184 while (theSrcCStr[theCharIndex] >= '0' && theSrcCStr[theCharIndex] <= '9') in ExtractIntFromCStr()
2298 if (theSrcCStr != nil) in ConvertCStrToUpperCase()
[all …]
H A DCPStringUtils.hpp9 void CopyCStrToCStr(const char *theSrcCStr,char *theDstCStr,const int maxDstStrLength);
10 void CopyCStrToPStr(const char *theSrcCStr,unsigned char *theDstPStr,const int maxDstStrLength);
13 void ConcatCStrToPStr(const char *theSrcCStr,unsigned char *theDstPStr,const int maxDstStrLength);
14 void ConcatCStrToCStr(const char *theSrcCStr,char *theDstCStr,const int maxCStrLength);
29 void CopyCStrAndConcatLongIntToCStr(const char *theSrcCStr,const long theNum,char *theDstCStr,const…
55 void CopyCSubstrToCStr(const char *theSrcCStr,const int maxCharsToCopy,char *theDstCStr,const int m…
74 OSErr CopyIndexedWordToCStr(char *theSrcCStr,int whichWord,char *theDstCStr,int maxDstCStrLength);
75 OSErr CopyIndexedWordToNewHandle(char *theSrcCStr,int whichWord,Handle *outTheHandle);
78 OSErr CopyIndexedLineToNewHandle(const char *theSrcCStr,int inWhichLine,Handle *outNewHandle);
80 OSErr ExtractIntFromCStr(const char *theSrcCStr,int *outInt,Boolean skipLeadingSpaces = true);
[all …]