Home
last modified time | relevance | path

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

/dports/security/cryptlib/cryptlib-3.4.3/io/
H A Dtcp.c2069 BOOLEAN nonBlockWarning = FALSE; in preOpenSocket() local
2116 nonBlockWarning = isNonblockWarning(); in preOpenSocket()
2117 if( status >= 0 || nonBlockWarning ) in preOpenSocket()
2135 if( status < 0 && !nonBlockWarning ) in preOpenSocket()