Home
last modified time | relevance | path

Searched refs:ls_timeout (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Dldap_sync.c76 ls->ls_timeout = -1; in ldap_sync_initialize()
878 if ( ls->ls_timeout != -1 ) { in ldap_sync_poll()
879 tv.tv_sec = ls->ls_timeout; in ldap_sync_poll()
/netbsd/external/bsd/openldap/dist/include/
H A Dldap.h937 int ls_timeout; member