Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsldap/common/
H A Dns_sasl.c116 int **cLevel = NULL, **cNext = NULL, rc; in __ns_ldap_self_gssapi_config() local
172 for (cNext = cLevel; *cNext != NULL; cNext++) { in __ns_ldap_self_gssapi_config()
173 if (**cNext == NS_LDAP_CRED_SELF) in __ns_ldap_self_gssapi_config()
H A Dns_connect.c1712 int **cNext = NULL; in getConnection() local
1828 for (cNext = cLevel; *cNext != NULL; cNext++) { in getConnection()
1830 **cNext != NS_LDAP_CRED_SELF) in getConnection()
1832 if (**cNext == NS_LDAP_CRED_ANON) { in getConnection()
1866 if ((**cNext == NS_LDAP_CRED_SELF && in getConnection()
1869 (**cNext != NS_LDAP_CRED_SELF && in getConnection()
1876 rc = __s_api_getDefaultAuth(*cNext, in getConnection()