Searched refs:heim_alloc (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/ |
H A D | version-script.map | 13 heim_alloc;
|
H A D | test_base.c | 79 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 D | heimbase.h | 102 heim_alloc(size_t size, const char *name, heim_type_dealloc dealloc);
|
H A D | db.c | 214 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 D | heimbase.c | 295 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 D | plugin.c | 379 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 D | send_to_kdc.c | 184 *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 D | krbhst.c | 928 if ((kd = heim_alloc(sizeof(*kd), "krbhst-context", krbhost_dealloc)) == NULL) in common_init()
|