Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sasl.c115 ns_auth_t **aMethod = NULL, **aNext = NULL; in __ns_ldap_self_gssapi_config() local
178 for (aNext = aMethod; *aNext != NULL; aNext++) { in __ns_ldap_self_gssapi_config()
179 if ((*aNext)->saslmech == NS_LDAP_SASL_GSSAPI) in __ns_ldap_self_gssapi_config()
H A Dns_connect.c1710 ns_auth_t **aNext = NULL; in getConnection() local
1856 for (aNext = aMethod; *aNext != NULL; aNext++) { in getConnection()
1858 (*aNext)->saslmech != in getConnection()
1867 (*aNext)->saslmech != in getConnection()
1870 (*aNext)->saslmech == in getConnection()
1877 *aNext, &authp, in getConnection()