Home | History | Annotate | Download | only in back-ldap

Lines Matching defs:next_timeout

3110 	time_t 		next_timeout = -1; /* -1 means uninitialized */
3137 } else if ( next_timeout == -1 || conn_expires < next_timeout ) {
3138 /* next_timeout was not yet initialized or current connection expires sooner */
3139 next_timeout = conn_expires;
3167 } else if ( next_timeout == -1 || conn_expires < next_timeout ) {
3168 next_timeout = conn_expires;
3179 if ( next_timeout > 0 ) {
3183 li->li_conn_expire_task->interval.tv_sec = next_timeout - now;
3195 } else if ( next_timeout == -1 && li->li_conn_expire_task != NULL ) {