Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/src/
H A Dmap.c3354 static SM_LDAP_STRUCT *LDAPDefaults = NULL; variable
3908 if (lmap == NULL || lmap != LDAPDefaults)
3912 if (LDAPDefaults == NULL)
3915 STRUCTCOPY(*LDAPDefaults, *lmap);
4376 (LDAPDefaults == NULL ||
4377 LDAPDefaults == lmap ||
4378 LDAPDefaults->ldap_host != lmap->ldap_host))
4383 (LDAPDefaults == NULL ||
4384 LDAPDefaults == lmap ||
4385 LDAPDefaults->ldap_uri != lmap->ldap_uri))
[all …]