Home
last modified time | relevance | path

Searched refs:aMethod (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
152 (void ***)&aMethod, &errp)) != NS_LDAP_SUCCESS) { in __ns_ldap_self_gssapi_config()
157 if (aMethod) in __ns_ldap_self_gssapi_config()
158 (void) __ns_ldap_freeParam((void ***)&aMethod); in __ns_ldap_self_gssapi_config()
164 if (cLevel == NULL || aMethod == NULL) { in __ns_ldap_self_gssapi_config()
167 if (aMethod) in __ns_ldap_self_gssapi_config()
168 (void) __ns_ldap_freeParam((void ***)&aMethod); in __ns_ldap_self_gssapi_config()
178 for (aNext = aMethod; *aNext != NULL; aNext++) { in __ns_ldap_self_gssapi_config()
194 if (aMethod) in __ns_ldap_self_gssapi_config()
195 (void) __ns_ldap_freeParam((void ***)&aMethod); in __ns_ldap_self_gssapi_config()
H A Dns_connect.c1491 ns_auth_t *aMethod, in __s_api_getDefaultAuth() argument
1508 if (aMethod == NULL) { in __s_api_getDefaultAuth()
1524 (*authp)->auth = *aMethod; in __s_api_getDefaultAuth()
1526 switch (aMethod->type) { in __s_api_getDefaultAuth()
1709 ns_auth_t **aMethod = NULL; in getConnection() local
1765 if (aMethod == NULL) { in getConnection()
1767 if (aMethod == NULL) in getConnection()
1770 if (aMethod[0] == NULL) { in getConnection()
1771 free(aMethod); in getConnection()
1777 (aMethod[0])->type = NS_LDAP_AUTH_SASL; in getConnection()
[all …]