Searched refs:heim_alloc (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dplugin.c379 p = heim_alloc(sizeof(*p), "krb5-plugin", plug_dealloc);
466 pl = heim_alloc(sizeof(*pl), "struct-plug", plug_free);
H A Dsend_to_kdc.c184 *ctx = heim_alloc(sizeof(**ctx), "sendto-context", dealloc_sendto_ctx);
864 host = heim_alloc(sizeof(*host), "sendto-host", deallocate_host);
H A Dkrbhst.c928 if ((kd = heim_alloc(sizeof(*kd), "krbhst-context", krbhost_dealloc)) == NULL)
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/base/
H A Dheimbase.h102 heim_alloc(size_t size, const char *name, heim_type_dealloc dealloc);
H A Dtest_base.c79 ptr = heim_alloc(10, "memory", memory_free);
89 ptr = heim_alloc(10, "memory", NULL);
503 dictdb = heim_alloc(sizeof (*dictdb), "dict_db", NULL);
H A Dheimbase.c295 heim_alloc(size_t size, const char *name, heim_type_dealloc dealloc) function
H A Ddb.c214 plug = heim_alloc(sizeof (*plug), "db_plug", plugin_dealloc);
1414 jsondb = heim_alloc(sizeof (*jsondb), "json_db", NULL);

Completed in 198 milliseconds