Home
last modified time | relevance | path

Searched refs:getHostError (Results 1 – 3 of 3) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/io/
H A Ddns.c596 return( getHostError( netStream, CRYPT_ERROR_OPEN ) ); in getAddressInfo()
603 return( getHostError( netStream, CRYPT_ERROR_OPEN ) ); in getAddressInfo()
H A Dtcp.h1303 int getHostError( NET_STREAM_INFO *netStream, IN_ERROR const int status );
H A Dtcp.c895 int getHostError( NET_STREAM_INFO *netStream, in getHostError() function