Searched refs:ldap_timeout (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/sendmail/include/sm/
H A Dldap.h88 struct timeval ldap_timeout; member in struct:sm_ldap_struct
/freebsd-13-stable/contrib/sendmail/libsm/
H A Dldap.c90 lmap->ldap_timeout.tv_sec = 0;
91 lmap->ldap_timeout.tv_usec = 0;
389 SM_LDAP_SETTIMEOUT(lmap->ldap_timeout.tv_sec, "ldap_open");
413 SM_LDAP_SETTIMEOUT(lmap->ldap_timeout.tv_sec, "ldap_bind");
433 tmo.tv_sec = lmap->ldap_timeout.tv_sec;
877 (lmap->ldap_timeout.tv_sec == 0 ? NULL :
878 &(lmap->ldap_timeout)),
H A Dmbdb.c542 (LDAPLMAP.ldap_timeout.tv_sec == 0 ? NULL :
543 &(LDAPLMAP.ldap_timeout)),
/freebsd-13-stable/contrib/sendmail/src/
H A Dmap.c4573 lmap->ldap_timeout.tv_sec = lmap->ldap_timelimit;

Completed in 210 milliseconds