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

/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c1087 struct berval **ber_tl_data = NULL; local
1102 ber_tl_data = (struct berval **) calloc (count + 1,
1104 if (ber_tl_data == NULL) {
1119 if ((st = tl_data2berval (ptr, &ber_tl_data[j])) != 0)
1124 for (j = 0; ber_tl_data[j] != NULL; j++) {
1125 free (ber_tl_data[j]->bv_val);
1126 free (ber_tl_data[j]);
1128 free (ber_tl_data);
1131 ber_tl_data[count] = NULL;
1134 ber_tl_data)) !
[all...]
H A Dldap_misc.c2080 struct berval **ber_tl_data = NULL; local
2083 if ((ber_tl_data = ldap_get_values_len (ld, ent, "krbExtraData")) != NULL) {
2084 for (i = 0; ber_tl_data[i] != NULL; i++) {
2085 if ((st = berval2tl_data (ber_tl_data[i] , &ptr)) != 0)
2090 ldap_value_free_len (ber_tl_data);

Completed in 29 milliseconds