Searched refs:heim_retain (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/base/
H A Darray.c126 array->val[array->len++] = heim_retain(object);
140 array->val[array->len++] = heim_retain(object);
152 array->val[array->len++] = heim_retain(object);
173 array->val[0] = heim_retain(object);
189 array->val[0] = heim_retain(object);
202 array->val[0] = heim_retain(object);
243 array->val[idx] = heim_retain(object);
378 return heim_retain(array->val[idx]);
397 array->val[idx] = heim_retain(value);
H A Derror.c152 return heim_retain(error->msg);
178 top->next = heim_retain(append);
H A Ddict.c201 return heim_retain(p->value);
222 h->value = heim_retain(value);
230 h->key = heim_retain(key);
231 h->value = heim_retain(value);
H A Dheimbase.c89 heim_retain(void *ptr) function
832 return heim_retain(heim_path_vget2(ptr, &p, &k, error, ap));
886 o = heim_retain(heim_path_vget2(ptr, &p, &k, error, ap));
H A Dheimbase.h94 void * heim_retain(heim_object_t);
H A Dtest_base.c81 heim_retain(ptr);
84 heim_retain(ptr);
566 return heim_retain(heim_path_get(dictdb->dict, error, table, key, NULL));
H A Ddb.c152 db_plugins = heim_retain(arg);
220 plug->name = heim_retain(s);
335 (void) heim_retain(options);
1373 * heim_retain(), and depth > 1 would be copy that many
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dplugin.c384 p->path = heim_retain(spath);
H A Dsend_to_kdc.c249 ctx->krbhst = heim_retain(handle);
1181 handle = heim_retain(ctx->krbhst);

Completed in 114 milliseconds