Searched refs:li_idle_timeout (Results 1 – 5 of 5) sorted by relevance
753 } else if ( li->li_idle_timeout ) { in ldap_back_prepare_conn()1134 … if ( ( li->li_idle_timeout != 0 && op->o_time > lc->lc_time + li->li_idle_timeout ) in ldap_back_getconn()1769 if ( li->li_idle_timeout ) { in ldap_back_op_result()1770 timeout = li->li_idle_timeout; in ldap_back_op_result()1834 if ( li->li_idle_timeout ) { in ldap_back_op_result()3071 if ( li->li_conn_ttl != 0 && li->li_idle_timeout != 0 ) { in ldap_back_conn_expire_time()3072 … return ( lc->lc_create_time + li->li_conn_ttl ) < ( lc->lc_time + li->li_idle_timeout ) ? in ldap_back_conn_expire_time()3073 … ( lc->lc_create_time + li->li_conn_ttl ) : ( lc->lc_time + li->li_idle_timeout ); in ldap_back_conn_expire_time()3076 } else if ( li->li_idle_timeout != 0 ) { in ldap_back_conn_expire_time()3077 return lc->lc_time + li->li_idle_timeout; in ldap_back_conn_expire_time()[all …]
209 if ( li->li_idle_timeout ) { in ldap_back_exop_passwd()340 if ( li->li_idle_timeout ) { in ldap_back_exop_generic()
1262 if ( li->li_idle_timeout == 0 ) { in ldap_back_cf_gen()1266 lutil_unparse_time( buf, sizeof( buf ), li->li_idle_timeout ); in ldap_back_cf_gen()1481 li->li_idle_timeout = 0; in ldap_back_cf_gen()1866 li->li_idle_timeout = (time_t)t; in ldap_back_cf_gen()
417 time_t li_idle_timeout; member
363 if ( li->li_idle_timeout ) { in ldap_back_search()