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

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_connect.c1650 char *modparamVal = NULL; local
1785 modparamVal = dvalue(AdminCred->passwd);
1800 modparamVal = dvalue((char *)*paramVal);
1804 if (modparamVal == NULL || (strlen((char *)modparamVal) == 0)) {
1807 if (modparamVal != NULL)
1808 free(modparamVal);
1812 (*authp)->cred.unix_cred.passwd = modparamVal;
H A Dns_writes.c1342 char *modparamVal = NULL; local
1370 modparamVal = dvalue((char *)*paramVal);
1373 if (modparamVal == NULL || *((char *)modparamVal) == '\0') {
1374 if (modparamVal != NULL)
1375 free(modparamVal);
1384 cred->cred.unix_cred.passwd = modparamVal;

Completed in 26 milliseconds