Lines Matching refs:cLevel
1490 int *cLevel, in __s_api_getDefaultAuth() argument
1516 if (cLevel && *cLevel == NS_LDAP_CRED_SELF && in __s_api_getDefaultAuth()
1711 int **cLevel = NULL; in getConnection() local
1786 (void ***)&cLevel, errorp)) != NS_LDAP_SUCCESS) { in getConnection()
1790 if (cLevel == NULL) { in getConnection()
1791 cLevel = (int **)calloc(2, sizeof (int *)); in getConnection()
1792 if (cLevel == NULL) in getConnection()
1794 cLevel[0] = (int *)calloc(1, sizeof (int)); in getConnection()
1795 if (cLevel[0] == NULL) in getConnection()
1798 *(cLevel[0]) = NS_LDAP_CRED_PROXY; in getConnection()
1800 *(cLevel[0]) = NS_LDAP_CRED_ANON; in getConnection()
1828 for (cNext = cLevel; *cNext != NULL; cNext++) { in getConnection()
1924 (void) __ns_ldap_freeParam((void ***)&cLevel); in getConnection()