HomeSort by: relevance | last modified time | path
    Searched refs:heim_alloc (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
plugin.c 379 p = heim_alloc(sizeof(*p), "krb5-plugin", plug_dealloc);
466 pl = heim_alloc(sizeof(*pl), "struct-plug", plug_free);
send_to_kdc.c 184 *ctx = heim_alloc(sizeof(**ctx), "sendto-context", dealloc_sendto_ctx);
864 host = heim_alloc(sizeof(*host), "sendto-host", deallocate_host);
krbhst.c 928 if ((kd = heim_alloc(sizeof(*kd), "krbhst-context", krbhost_dealloc)) == NULL)
  /src/crypto/external/bsd/heimdal/dist/lib/base/
heimbase.h 102 heim_alloc(size_t size, const char *name, heim_type_dealloc dealloc);
test_base.c 79 ptr = heim_alloc(10, "memory", memory_free);
89 ptr = heim_alloc(10, "memory", NULL);
503 dictdb = heim_alloc(sizeof (*dictdb), "dict_db", NULL);
heimbase.c 295 heim_alloc(size_t size, const char *name, heim_type_dealloc dealloc) function
db.c 214 plug = heim_alloc(sizeof (*plug), "db_plug", plugin_dealloc);
1414 jsondb = heim_alloc(sizeof (*jsondb), "json_db", NULL);

Completed in 28 milliseconds