Lines Matching refs:cLevel
1478 * cLevel Currently requested credential level to be tried
1490 int *cLevel,
1516 if (cLevel && *cLevel == NS_LDAP_CRED_SELF &&
1711 int **cLevel = NULL;
1786 (void ***)&cLevel, errorp)) != NS_LDAP_SUCCESS) {
1790 if (cLevel == NULL) {
1791 cLevel = (int **)calloc(2, sizeof (int *));
1792 if (cLevel == NULL)
1794 cLevel[0] = (int *)calloc(1, sizeof (int));
1795 if (cLevel[0] == NULL)
1798 *(cLevel[0]) = NS_LDAP_CRED_PROXY;
1800 *(cLevel[0]) = NS_LDAP_CRED_ANON;
1828 for (cNext = cLevel; *cNext != NULL; cNext++) {
1924 (void) __ns_ldap_freeParam((void ***)&cLevel);