Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sasl.c116 int **cLevel = NULL, **cNext = NULL, rc; in __ns_ldap_self_gssapi_config() local
141 (void ***)&cLevel, &errp)) != NS_LDAP_SUCCESS) { in __ns_ldap_self_gssapi_config()
144 if (cLevel) in __ns_ldap_self_gssapi_config()
145 (void) __ns_ldap_freeParam((void ***)&cLevel); in __ns_ldap_self_gssapi_config()
155 if (cLevel) in __ns_ldap_self_gssapi_config()
156 (void) __ns_ldap_freeParam((void ***)&cLevel); in __ns_ldap_self_gssapi_config()
164 if (cLevel == NULL || aMethod == NULL) { in __ns_ldap_self_gssapi_config()
165 if (cLevel) in __ns_ldap_self_gssapi_config()
166 (void) __ns_ldap_freeParam((void ***)&cLevel); in __ns_ldap_self_gssapi_config()
172 for (cNext = cLevel; *cNext != NULL; cNext++) { in __ns_ldap_self_gssapi_config()
[all …]
H A Dns_connect.c1490 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()
[all …]