Searched defs:badsrvrs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c687 int nopasswd_acct_mgmt, int flags, char ***badsrvrs,
892 if (*badsrvrs == NULL) {
893 if (!(*badsrvrs = (char **)malloc
902 *badsrvrs,
907 *badsrvrs = tmpptr;
915 !((*badsrvrs)[totalbad++] = strdup(host))) {
919 (*badsrvrs)[totalbad] = NULL;
684 makeConnection(Connection **conp, const char *serverAddr, const ns_cred_t *auth, ConnectionID *cID, int timeoutSec, ns_ldap_error_t **errorp, int fail_if_new_pwd_reqd, int nopasswd_acct_mgmt, int flags, char ***badsrvrs, ns_conn_user_t *conn_user) argument

Completed in 64 milliseconds