Home
last modified time | relevance | path

Searched refs:ExtractIntFromCStr (Results 1 – 2 of 2) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp80 OSErr ExtractIntFromCStr(const char *theSrcCStr,int *outInt,Boolean skipLeadingSpaces = true);
H A DCPStringUtils.cpp2149 OSErr ExtractIntFromCStr(const char *theSrcCStr,int *outInt,Boolean skipLeadingSpaces) in ExtractIntFromCStr() function
2222 errCode = ExtractIntFromCStr(theCStr,outInt,skipLeadingSpaces); in ExtractIntFromPStr()