Searched refs:lc_time (Results 1 – 5 of 5) sorted by relevance
160 static const category_t lc_time = { variable247 category = &lc_time; in mklocaledb()
210 lc->lc_time = op->o_time; in ldap_back_exop_passwd()341 lc->lc_time = op->o_time; in ldap_back_exop_generic()
768 lc->lc_time = lctime; 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()1835 lc->lc_time = op->o_time; in ldap_back_op_result()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()3077 return lc->lc_time + li->li_idle_timeout; in ldap_back_conn_expire_time()
108 #define lc_time lc_base.lcb_time macro
364 lc->lc_time = op->o_time; in ldap_back_search()