Searched refs:outInt (Results 1 – 2 of 2) sorted by relevance
| /minix3/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/ |
| H A D | CPStringUtils.hpp | 80 OSErr ExtractIntFromCStr(const char *theSrcCStr,int *outInt,Boolean skipLeadingSpaces = true); 81 OSErr ExtractIntFromPStr(const unsigned char *theSrcPStr,int *outInt,Boolean skipLeadingSpaces = tr…
|
| H A D | CPStringUtils.cpp | 2149 OSErr ExtractIntFromCStr(const char *theSrcCStr,int *outInt,Boolean skipLeadingSpaces) in ExtractIntFromCStr() argument 2160 if (outInt == nil) in ExtractIntFromCStr() 2166 *outInt = 0; in ExtractIntFromCStr() 2186 *outInt = (*outInt * 10) + (theSrcCStr[theCharIndex] - '0'); in ExtractIntFromCStr() 2202 OSErr ExtractIntFromPStr(const unsigned char *theSrcPStr,int *outInt,Boolean skipLeadingSpaces) in ExtractIntFromPStr() argument 2213 if (outInt == nil) in ExtractIntFromPStr() 2222 errCode = ExtractIntFromCStr(theCStr,outInt,skipLeadingSpaces); in ExtractIntFromPStr()
|