Home
last modified time | relevance | path

Searched refs:heim_alloc (Results 1 – 8 of 8) sorted by relevance

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