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

/sssd/src/providers/ipa/
H A Dipa_s2n_exop.c231 struct berval *tbv = NULL; local
239 tbv = talloc_zero(mem_ctx, struct berval);
240 if (tbv == NULL) {
245 tbv->bv_len = bv->bv_len;
246 tbv->bv_val = talloc_memdup(tbv, bv->bv_val, bv->bv_len);
247 if (tbv->bv_val == NULL) {
257 *_bv = tbv;
259 talloc_free(tbv);

Completed in 16 milliseconds