Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp96 void CopyPStrToPStr(const unsigned char *theSrcPStr,unsigned char *theDstPStr,const int maxDstStrLe… in CopyPStrToPStr()
283 void ConcatPStrToPStr(const unsigned char *theSrcPStr,unsigned char *theDstPStr,const int maxDstStr… in ConcatPStrToPStr()
1457 void InsertPStrIntoCStr(const unsigned char *theSrcPStr,const int theInsertionOffset,char *theDstCS… in InsertPStrIntoCStr()
2202 OSErr ExtractIntFromPStr(const unsigned char *theSrcPStr,int *outInt,Boolean skipLeadingSpaces) in ExtractIntFromPStr()