Searched refs:theCString (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp34 long CStrLength(const char *theCString);
37 OSErr CopyCStrToExistingHandle(const char *theCString,Handle theHandle);
40 OSErr CopyCStrToNewHandle(const char *theCString,Handle *theHandle);
44 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
51 char *FindCharInCStr(const char theChar,const char *theCString);
52 long FindCharOffsetInCStr(const char theChar,const char *theCString,const Boolean inIgnoreCase = false);
53 long FindCStrOffsetInCStr(const char *theCSubstring,const char *theCString,const Boolean inIgnoreCase = false);
60 OSErr InsertCStrIntoHandle(const char *theCString,Handle theHandle,const long inInsertOffset);
H A DCPStringUtils.cpp847 OSErr CopyCStrToExistingHandle(const char *theCString,Handle theHandle) argument
853 if (theCString == nil)
855 SetErrorMessageAndBail(("CopyCStrToExistingHandle: Bad parameter, theCString == nil"));
870 stringLength = CStrLength(theCString) + 1;
880 ::BlockMove(theCString,*theHandle,stringLength);
892 OSErr CopyCStrToNewHandle(const char *theCString,Handle *theHandle) argument
898 if (theCString == nil)
900 SetErrorMessageAndBail(("CopyCStrToNewHandle: Bad parameter, theCString == nil"));
910 stringLength = CStrLength(theCString) + 1;
920 ::BlockMove(theCString,**theHandl
990 AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength,long *maxLength) argument
1175 CStrLength(const char *theCString) argument
1261 FindCharInCStr(const char theChar,const char *theCString) argument
1286 FindCharOffsetInCStr(const char theChar,const char *theCString,const Boolean inIgnoreCase) argument
1344 FindCStrOffsetInCStr(const char *theCSubstring,const char *theCString,const Boolean inIgnoreCase) argument
1510 InsertCStrIntoHandle(const char *theCString,Handle theHandle,const long inInsertOffset) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp34 long CStrLength(const char *theCString);
37 OSErr CopyCStrToExistingHandle(const char *theCString,Handle theHandle);
40 OSErr CopyCStrToNewHandle(const char *theCString,Handle *theHandle);
44 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
51 char *FindCharInCStr(const char theChar,const char *theCString);
52 long FindCharOffsetInCStr(const char theChar,const char *theCString,const Boolean inIgnoreCase = false);
53 long FindCStrOffsetInCStr(const char *theCSubstring,const char *theCString,const Boolean inIgnoreCase = false);
60 OSErr InsertCStrIntoHandle(const char *theCString,Handle theHandle,const long inInsertOffset);
H A DCPStringUtils.cpp847 OSErr CopyCStrToExistingHandle(const char *theCString,Handle theHandle) argument
853 if (theCString == nil)
855 SetErrorMessageAndBail(("CopyCStrToExistingHandle: Bad parameter, theCString == nil"));
870 stringLength = CStrLength(theCString) + 1;
880 ::BlockMove(theCString,*theHandle,stringLength);
892 OSErr CopyCStrToNewHandle(const char *theCString,Handle *theHandle) argument
898 if (theCString == nil)
900 SetErrorMessageAndBail(("CopyCStrToNewHandle: Bad parameter, theCString == nil"));
910 stringLength = CStrLength(theCString) + 1;
920 ::BlockMove(theCString,**theHandl
990 AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength,long *maxLength) argument
1175 CStrLength(const char *theCString) argument
1261 FindCharInCStr(const char theChar,const char *theCString) argument
1286 FindCharOffsetInCStr(const char theChar,const char *theCString,const Boolean inIgnoreCase) argument
1344 FindCStrOffsetInCStr(const char *theCSubstring,const char *theCString,const Boolean inIgnoreCase) argument
1510 InsertCStrIntoHandle(const char *theCString,Handle theHandle,const long inInsertOffset) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp34 long CStrLength(const char *theCString);
37 OSErr CopyCStrToExistingHandle(const char *theCString,Handle theHandle);
40 OSErr CopyCStrToNewHandle(const char *theCString,Handle *theHandle);
44 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
51 char *FindCharInCStr(const char theChar,const char *theCString);
52 long FindCharOffsetInCStr(const char theChar,const char *theCString,const Boolean inIgnoreCase = false);
53 long FindCStrOffsetInCStr(const char *theCSubstring,const char *theCString,const Boolean inIgnoreCase = false);
60 OSErr InsertCStrIntoHandle(const char *theCString,Handle theHandle,const long inInsertOffset);
H A DCPStringUtils.cpp847 OSErr CopyCStrToExistingHandle(const char *theCString,Handle theHandle) argument
853 if (theCString == nil)
855 SetErrorMessageAndBail(("CopyCStrToExistingHandle: Bad parameter, theCString == nil"));
870 stringLength = CStrLength(theCString) + 1;
880 ::BlockMove(theCString,*theHandle,stringLength);
892 OSErr CopyCStrToNewHandle(const char *theCString,Handle *theHandle) argument
898 if (theCString == nil)
900 SetErrorMessageAndBail(("CopyCStrToNewHandle: Bad parameter, theCString == nil"));
910 stringLength = CStrLength(theCString) + 1;
920 ::BlockMove(theCString,**theHandl
990 AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength,long *maxLength) argument
1175 CStrLength(const char *theCString) argument
1261 FindCharInCStr(const char theChar,const char *theCString) argument
1286 FindCharOffsetInCStr(const char theChar,const char *theCString,const Boolean inIgnoreCase) argument
1344 FindCStrOffsetInCStr(const char *theCSubstring,const char *theCString,const Boolean inIgnoreCase) argument
1510 InsertCStrIntoHandle(const char *theCString,Handle theHandle,const long inInsertOffset) argument
[all...]

Completed in 122 milliseconds