Searched refs:modparamVal (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c1496 char *modparamVal = NULL; local
1631 modparamVal = dvalue(AdminCred->passwd);
1646 modparamVal = dvalue((char *)*paramVal);
1650 if (modparamVal == NULL || (strlen((char *)modparamVal) == 0)) {
1653 if (modparamVal != NULL)
1654 free(modparamVal);
1658 (*authp)->cred.unix_cred.passwd = modparamVal;
H A Dns_writes.c1189 char *modparamVal = NULL; local
1217 modparamVal = dvalue((char *)*paramVal);
1220 if (modparamVal == NULL || *((char *)modparamVal) == '\0') {
1221 if (modparamVal != NULL)
1222 free(modparamVal);
1231 cred->cred.unix_cred.passwd = modparamVal;

Completed in 272 milliseconds