Lines Matching refs:timeout
143 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
145 fd_set *exceptfds, struct timeval *timeout);
268 LDAPDebug( LDAP_DEBUG_TRACE, "nsldapi_connect_nonblock timeout: %d (msec)\n",
306 LDAPDebug( LDAP_DEBUG_TRACE, "Invalid timeout value detected.."
307 "resetting connect timeout to default value "
381 /* honour the timeout */
393 /* timeout */
1161 nsldapi_iostatus_poll( LDAP *ld, struct timeval *timeout )
1173 rc = 0; /* simulate a timeout */
1180 nsldapi_tv2ms( timeout ));
1194 NULL, timeout );
1199 NULL, timeout );
1211 nsldapi_tv2ms( timeout ), ld->ld_ext_session_arg );
1217 rc = 0; /* simulate a timeout (what else to do?) */
1534 nsldapi_ext_compat_poll( LDAP_X_PollFD fds[], int nfds, int timeout,
1577 if ( timeout == -1 ) {
1580 tv.tv_sec = timeout / 1000;
1581 tv.tv_usec = 1000 * ( timeout - tv.tv_sec * 1000 );
1585 if ( rc <= 0 ) { /* timeout or fatal error */
1660 * Note: timeout is ignored because we have no way to pass it via
1664 nsldapi_ext_compat_connect( const char *hostlist, int defport, int timeout,