Searched refs:theCStr (Results 1 - 24 of 24) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/MacOS/GetHTTPS.src/
H A DErrorHandling.hpp14 void SetErrorMessageAndCStrAndLongInt(const char *theErrorMessage,const char * theCStr,const long theLongInt);
15 void SetErrorMessageAndCStr(const char *theErrorMessage,const char * theCStr);
72 #define SetErrorMessageCStrLongIntAndBailIfError(theErrCode,theMessage,theCStr,theLongInt) \
76 SetErrorMessageAndCStrAndLongInt(theMessage,theCStr,theLongInt); \
83 #define SetErrorMessageAndCStrAndBail(theMessage,theCStr) \
85 SetErrorMessageAndCStr(theMessage,theCStr); \
H A DErrorHandling.cpp89 void SetErrorMessageAndCStrAndLongInt(const char *theErrorMessage,const char * theCStr,const long theLongInt) argument
93 CopyCStrAndInsertCStrLongIntIntoCStr(theErrorMessage,theCStr,theLongInt,gErrorMessage,gErrorMessageMaxLength);
98 void SetErrorMessageAndCStr(const char *theErrorMessage,const char * theCStr) argument
102 CopyCStrAndInsertCStrLongIntIntoCStr(theErrorMessage,theCStr,-1,gErrorMessage,gErrorMessageMaxLength);
H A DCPStringUtils.hpp7 void CopyPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength);
11 void ConcatPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength);
21 int CompareCStrToPStr(const char *theCStr,const unsigned char *thePStr,const Boolean ignoreCase = true);
26 void CopyLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits = -1);
27 void CopyUnsignedLongIntToCStr(const unsigned long theNum,char *theCStr,const int maxCStrLength);
28 void ConcatLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits = -1);
97 OSErr CopyFloatToCStr(const extended80 *theFloat,char *theCStr,const int maxCStrLength,const int inMaxNumIntDigits = -1,const int inMaxNumFractDigits = -1);
H A DCPStringUtils.cpp69 void CopyPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength) argument
74 if (thePStr != nil && theCStr != nil && maxCStrLength > 0)
82 theCStr[i] = 0;
89 theCStr[i] = thePStr[i + 1];
248 void ConcatPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength) argument
253 if (thePStr != nil && theCStr != nil && maxCStrLength > 0)
255 for (cStrLength = 0;theCStr[cStrLength] != 0;cStrLength++)
268 theCStr[cStrLength++] = 0;
275 theCStr[cStrLength++] = thePStr[i + 1];
604 int CompareCStrToPStr(const char *theCStr,cons argument
625 ConcatLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits) argument
711 CopyLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits) argument
751 CopyUnsignedLongIntToCStr(const unsigned long theNum,char *theCStr,const int maxCStrLength) argument
2205 char theCStr[256]; local
2591 CopyFloatToCStr(const extended80 *theFloat,char *theCStr,const int maxCStrLength,const int inMaxNumIntDigits,const int inMaxNumFractDigits) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/MacOS/GetHTTPS.src/
H A DErrorHandling.hpp14 void SetErrorMessageAndCStrAndLongInt(const char *theErrorMessage,const char * theCStr,const long theLongInt);
15 void SetErrorMessageAndCStr(const char *theErrorMessage,const char * theCStr);
72 #define SetErrorMessageCStrLongIntAndBailIfError(theErrCode,theMessage,theCStr,theLongInt) \
76 SetErrorMessageAndCStrAndLongInt(theMessage,theCStr,theLongInt); \
83 #define SetErrorMessageAndCStrAndBail(theMessage,theCStr) \
85 SetErrorMessageAndCStr(theMessage,theCStr); \
H A DErrorHandling.cpp89 void SetErrorMessageAndCStrAndLongInt(const char *theErrorMessage,const char * theCStr,const long theLongInt) argument
93 CopyCStrAndInsertCStrLongIntIntoCStr(theErrorMessage,theCStr,theLongInt,gErrorMessage,gErrorMessageMaxLength);
98 void SetErrorMessageAndCStr(const char *theErrorMessage,const char * theCStr) argument
102 CopyCStrAndInsertCStrLongIntIntoCStr(theErrorMessage,theCStr,-1,gErrorMessage,gErrorMessageMaxLength);
H A DCPStringUtils.hpp7 void CopyPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength);
11 void ConcatPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength);
21 int CompareCStrToPStr(const char *theCStr,const unsigned char *thePStr,const Boolean ignoreCase = true);
26 void CopyLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits = -1);
27 void CopyUnsignedLongIntToCStr(const unsigned long theNum,char *theCStr,const int maxCStrLength);
28 void ConcatLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits = -1);
97 OSErr CopyFloatToCStr(const extended80 *theFloat,char *theCStr,const int maxCStrLength,const int inMaxNumIntDigits = -1,const int inMaxNumFractDigits = -1);
H A DCPStringUtils.cpp69 void CopyPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength) argument
74 if (thePStr != nil && theCStr != nil && maxCStrLength > 0)
82 theCStr[i] = 0;
89 theCStr[i] = thePStr[i + 1];
248 void ConcatPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength) argument
253 if (thePStr != nil && theCStr != nil && maxCStrLength > 0)
255 for (cStrLength = 0;theCStr[cStrLength] != 0;cStrLength++)
268 theCStr[cStrLength++] = 0;
275 theCStr[cStrLength++] = thePStr[i + 1];
604 int CompareCStrToPStr(const char *theCStr,cons argument
625 ConcatLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits) argument
711 CopyLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits) argument
751 CopyUnsignedLongIntToCStr(const unsigned long theNum,char *theCStr,const int maxCStrLength) argument
2205 char theCStr[256]; local
2591 CopyFloatToCStr(const extended80 *theFloat,char *theCStr,const int maxCStrLength,const int inMaxNumIntDigits,const int inMaxNumFractDigits) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/MacOS/GetHTTPS.src/
H A DErrorHandling.hpp14 void SetErrorMessageAndCStrAndLongInt(const char *theErrorMessage,const char * theCStr,const long theLongInt);
15 void SetErrorMessageAndCStr(const char *theErrorMessage,const char * theCStr);
72 #define SetErrorMessageCStrLongIntAndBailIfError(theErrCode,theMessage,theCStr,theLongInt) \
76 SetErrorMessageAndCStrAndLongInt(theMessage,theCStr,theLongInt); \
83 #define SetErrorMessageAndCStrAndBail(theMessage,theCStr) \
85 SetErrorMessageAndCStr(theMessage,theCStr); \
H A DErrorHandling.cpp89 void SetErrorMessageAndCStrAndLongInt(const char *theErrorMessage,const char * theCStr,const long theLongInt) argument
93 CopyCStrAndInsertCStrLongIntIntoCStr(theErrorMessage,theCStr,theLongInt,gErrorMessage,gErrorMessageMaxLength);
98 void SetErrorMessageAndCStr(const char *theErrorMessage,const char * theCStr) argument
102 CopyCStrAndInsertCStrLongIntIntoCStr(theErrorMessage,theCStr,-1,gErrorMessage,gErrorMessageMaxLength);
H A DCPStringUtils.hpp7 void CopyPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength);
11 void ConcatPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength);
21 int CompareCStrToPStr(const char *theCStr,const unsigned char *thePStr,const Boolean ignoreCase = true);
26 void CopyLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits = -1);
27 void CopyUnsignedLongIntToCStr(const unsigned long theNum,char *theCStr,const int maxCStrLength);
28 void ConcatLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits = -1);
97 OSErr CopyFloatToCStr(const extended80 *theFloat,char *theCStr,const int maxCStrLength,const int inMaxNumIntDigits = -1,const int inMaxNumFractDigits = -1);
H A DCPStringUtils.cpp69 void CopyPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength) argument
74 if (thePStr != nil && theCStr != nil && maxCStrLength > 0)
82 theCStr[i] = 0;
89 theCStr[i] = thePStr[i + 1];
248 void ConcatPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength) argument
253 if (thePStr != nil && theCStr != nil && maxCStrLength > 0)
255 for (cStrLength = 0;theCStr[cStrLength] != 0;cStrLength++)
268 theCStr[cStrLength++] = 0;
275 theCStr[cStrLength++] = thePStr[i + 1];
604 int CompareCStrToPStr(const char *theCStr,cons argument
625 ConcatLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits) argument
711 CopyLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits) argument
751 CopyUnsignedLongIntToCStr(const unsigned long theNum,char *theCStr,const int maxCStrLength) argument
2205 char theCStr[256]; local
2591 CopyFloatToCStr(const extended80 *theFloat,char *theCStr,const int maxCStrLength,const int inMaxNumIntDigits,const int inMaxNumFractDigits) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/MacOS/GetHTTPS.src/
H A DErrorHandling.hpp14 void SetErrorMessageAndCStrAndLongInt(const char *theErrorMessage,const char * theCStr,const long theLongInt);
15 void SetErrorMessageAndCStr(const char *theErrorMessage,const char * theCStr);
72 #define SetErrorMessageCStrLongIntAndBailIfError(theErrCode,theMessage,theCStr,theLongInt) \
76 SetErrorMessageAndCStrAndLongInt(theMessage,theCStr,theLongInt); \
83 #define SetErrorMessageAndCStrAndBail(theMessage,theCStr) \
85 SetErrorMessageAndCStr(theMessage,theCStr); \
H A DErrorHandling.cpp89 void SetErrorMessageAndCStrAndLongInt(const char *theErrorMessage,const char * theCStr,const long theLongInt) argument
93 CopyCStrAndInsertCStrLongIntIntoCStr(theErrorMessage,theCStr,theLongInt,gErrorMessage,gErrorMessageMaxLength);
98 void SetErrorMessageAndCStr(const char *theErrorMessage,const char * theCStr) argument
102 CopyCStrAndInsertCStrLongIntIntoCStr(theErrorMessage,theCStr,-1,gErrorMessage,gErrorMessageMaxLength);
H A DCPStringUtils.hpp7 void CopyPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength);
11 void ConcatPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength);
21 int CompareCStrToPStr(const char *theCStr,const unsigned char *thePStr,const Boolean ignoreCase = true);
26 void CopyLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits = -1);
27 void CopyUnsignedLongIntToCStr(const unsigned long theNum,char *theCStr,const int maxCStrLength);
28 void ConcatLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits = -1);
97 OSErr CopyFloatToCStr(const extended80 *theFloat,char *theCStr,const int maxCStrLength,const int inMaxNumIntDigits = -1,const int inMaxNumFractDigits = -1);
H A DCPStringUtils.cpp69 void CopyPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength) argument
74 if (thePStr != nil && theCStr != nil && maxCStrLength > 0)
82 theCStr[i] = 0;
89 theCStr[i] = thePStr[i + 1];
248 void ConcatPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength) argument
253 if (thePStr != nil && theCStr != nil && maxCStrLength > 0)
255 for (cStrLength = 0;theCStr[cStrLength] != 0;cStrLength++)
268 theCStr[cStrLength++] = 0;
275 theCStr[cStrLength++] = thePStr[i + 1];
604 int CompareCStrToPStr(const char *theCStr,cons argument
625 ConcatLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits) argument
711 CopyLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits) argument
751 CopyUnsignedLongIntToCStr(const unsigned long theNum,char *theCStr,const int maxCStrLength) argument
2205 char theCStr[256]; local
2591 CopyFloatToCStr(const extended80 *theFloat,char *theCStr,const int maxCStrLength,const int inMaxNumIntDigits,const int inMaxNumFractDigits) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/MacOS/GetHTTPS.src/
H A DErrorHandling.hpp14 void SetErrorMessageAndCStrAndLongInt(const char *theErrorMessage,const char * theCStr,const long theLongInt);
15 void SetErrorMessageAndCStr(const char *theErrorMessage,const char * theCStr);
72 #define SetErrorMessageCStrLongIntAndBailIfError(theErrCode,theMessage,theCStr,theLongInt) \
76 SetErrorMessageAndCStrAndLongInt(theMessage,theCStr,theLongInt); \
83 #define SetErrorMessageAndCStrAndBail(theMessage,theCStr) \
85 SetErrorMessageAndCStr(theMessage,theCStr); \
H A DErrorHandling.cpp89 void SetErrorMessageAndCStrAndLongInt(const char *theErrorMessage,const char * theCStr,const long theLongInt) argument
93 CopyCStrAndInsertCStrLongIntIntoCStr(theErrorMessage,theCStr,theLongInt,gErrorMessage,gErrorMessageMaxLength);
98 void SetErrorMessageAndCStr(const char *theErrorMessage,const char * theCStr) argument
102 CopyCStrAndInsertCStrLongIntIntoCStr(theErrorMessage,theCStr,-1,gErrorMessage,gErrorMessageMaxLength);
H A DCPStringUtils.hpp7 void CopyPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength);
11 void ConcatPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength);
21 int CompareCStrToPStr(const char *theCStr,const unsigned char *thePStr,const Boolean ignoreCase = true);
26 void CopyLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits = -1);
27 void CopyUnsignedLongIntToCStr(const unsigned long theNum,char *theCStr,const int maxCStrLength);
28 void ConcatLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits = -1);
97 OSErr CopyFloatToCStr(const extended80 *theFloat,char *theCStr,const int maxCStrLength,const int inMaxNumIntDigits = -1,const int inMaxNumFractDigits = -1);
H A DCPStringUtils.cpp69 void CopyPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength) argument
74 if (thePStr != nil && theCStr != nil && maxCStrLength > 0)
82 theCStr[i] = 0;
89 theCStr[i] = thePStr[i + 1];
248 void ConcatPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength) argument
253 if (thePStr != nil && theCStr != nil && maxCStrLength > 0)
255 for (cStrLength = 0;theCStr[cStrLength] != 0;cStrLength++)
268 theCStr[cStrLength++] = 0;
275 theCStr[cStrLength++] = thePStr[i + 1];
604 int CompareCStrToPStr(const char *theCStr,cons argument
625 ConcatLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits) argument
711 CopyLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits) argument
751 CopyUnsignedLongIntToCStr(const unsigned long theNum,char *theCStr,const int maxCStrLength) argument
2205 char theCStr[256]; local
2591 CopyFloatToCStr(const extended80 *theFloat,char *theCStr,const int maxCStrLength,const int inMaxNumIntDigits,const int inMaxNumFractDigits) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/MacOS/GetHTTPS.src/
H A DErrorHandling.hpp14 void SetErrorMessageAndCStrAndLongInt(const char *theErrorMessage,const char * theCStr,const long theLongInt);
15 void SetErrorMessageAndCStr(const char *theErrorMessage,const char * theCStr);
72 #define SetErrorMessageCStrLongIntAndBailIfError(theErrCode,theMessage,theCStr,theLongInt) \
76 SetErrorMessageAndCStrAndLongInt(theMessage,theCStr,theLongInt); \
83 #define SetErrorMessageAndCStrAndBail(theMessage,theCStr) \
85 SetErrorMessageAndCStr(theMessage,theCStr); \
H A DErrorHandling.cpp89 void SetErrorMessageAndCStrAndLongInt(const char *theErrorMessage,const char * theCStr,const long theLongInt) argument
93 CopyCStrAndInsertCStrLongIntIntoCStr(theErrorMessage,theCStr,theLongInt,gErrorMessage,gErrorMessageMaxLength);
98 void SetErrorMessageAndCStr(const char *theErrorMessage,const char * theCStr) argument
102 CopyCStrAndInsertCStrLongIntIntoCStr(theErrorMessage,theCStr,-1,gErrorMessage,gErrorMessageMaxLength);
H A DCPStringUtils.hpp7 void CopyPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength);
11 void ConcatPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength);
21 int CompareCStrToPStr(const char *theCStr,const unsigned char *thePStr,const Boolean ignoreCase = true);
26 void CopyLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits = -1);
27 void CopyUnsignedLongIntToCStr(const unsigned long theNum,char *theCStr,const int maxCStrLength);
28 void ConcatLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits = -1);
97 OSErr CopyFloatToCStr(const extended80 *theFloat,char *theCStr,const int maxCStrLength,const int inMaxNumIntDigits = -1,const int inMaxNumFractDigits = -1);
H A DCPStringUtils.cpp69 void CopyPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength) argument
74 if (thePStr != nil && theCStr != nil && maxCStrLength > 0)
82 theCStr[i] = 0;
89 theCStr[i] = thePStr[i + 1];
248 void ConcatPStrToCStr(const unsigned char *thePStr,char *theCStr,const int maxCStrLength) argument
253 if (thePStr != nil && theCStr != nil && maxCStrLength > 0)
255 for (cStrLength = 0;theCStr[cStrLength] != 0;cStrLength++)
268 theCStr[cStrLength++] = 0;
275 theCStr[cStrLength++] = thePStr[i + 1];
604 int CompareCStrToPStr(const char *theCStr,cons argument
625 ConcatLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits) argument
711 CopyLongIntToCStr(const long theNum,char *theCStr,const int maxCStrLength,const int numDigits) argument
751 CopyUnsignedLongIntToCStr(const unsigned long theNum,char *theCStr,const int maxCStrLength) argument
2205 char theCStr[256]; local
2591 CopyFloatToCStr(const extended80 *theFloat,char *theCStr,const int maxCStrLength,const int inMaxNumIntDigits,const int inMaxNumFractDigits) argument
[all...]

Completed in 89 milliseconds