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

/sssd-io/src/providers/ipa/
H A Dipa_s2n_exop.c232 struct berval *tbv = NULL; local
240 tbv = talloc_zero(mem_ctx, struct berval);
241 if (tbv == NULL) {
246 tbv->bv_len = bv->bv_len;
247 tbv->bv_val = talloc_memdup(tbv, bv->bv_val, bv->bv_len);
248 if (tbv->bv_val == NULL) {
258 *_bv = tbv;
260 talloc_free(tbv);

Completed in 491 milliseconds