Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp847 OSErr CopyCStrToExistingHandle(const char *theCString,Handle theHandle) in CopyCStrToExistingHandle()
892 OSErr CopyCStrToNewHandle(const char *theCString,Handle *theHandle) in CopyCStrToNewHandle()
990 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength,long *maxLengt… in AppendCStrToHandle()
1175 long CStrLength(const char *theCString) in CStrLength()
1261 char *FindCharInCStr(const char theChar,const char *theCString) in FindCharInCStr()
1286 long FindCharOffsetInCStr(const char theChar,const char *theCString,const Boolean inIgnoreCase) in FindCharOffsetInCStr()
1344 long FindCStrOffsetInCStr(const char *theCSubstring,const char *theCString,const Boolean inIgnoreCa… in FindCStrOffsetInCStr()
1510 OSErr InsertCStrIntoHandle(const char *theCString,Handle theHandle,const long inInsertOffset) in InsertCStrIntoHandle()