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

/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c46 static PRIntervalTime prldap_timeout2it( int ms_timeout, int ms_maxtimeout );
143 prldap_timeout2it( int ms_timeout, int ms_maxtimeout ) argument
147 if ( LDAP_X_IO_TIMEOUT_NO_WAIT == ms_timeout ) {
149 } else if ( LDAP_X_IO_TIMEOUT_NO_TIMEOUT == ms_timeout ) {
152 prit = PR_MillisecondsToInterval( ms_timeout );
159 if ( LDAP_X_IO_TIMEOUT_NO_TIMEOUT == ms_timeout ||
160 ms_timeout > ms_maxtimeout ) {

Completed in 15 milliseconds