Searched refs:cNext (Results 1 – 2 of 2) sorted by relevance
116 int **cLevel = NULL, **cNext = NULL, rc; in __ns_ldap_self_gssapi_config() local172 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()
1712 int **cNext = NULL; in getConnection() local1828 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()