Searched refs:outSocketErrCode (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DMacSocket.h98 void MacSocket_GetSocketErrorInfo(const int inSocketNum,int *outSocketErrCode,char *outSocketErrString,const int inSocketErrStringMaxLength);
H A DMacSocket.cpp166 void MacSocket_GetSocketErrorInfo(const int inSocketNum,int *outSocketErrCode,char *outSocketErrString,const int inSocketErrStringMaxLength) argument
168 if (outSocketErrCode != nil)
170 *outSocketErrCode = -1;
184 if (outSocketErrCode != nil)
186 *outSocketErrCode = theSocketStruct->mLastError;

Completed in 48 milliseconds