HomeSort by: relevance | last modified time | path
    Searched defs:plug (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
plugin.c 427 struct plug { struct
435 struct plug *pl = ptr;
459 struct plug *pl = heim_dict_copy_value(p->names, s->n);
466 pl = heim_alloc(sizeof(*pl), "struct-plug", plug_free);
489 struct plug *pl = value;
584 * struct plug to keep track of their context structures, that
  /src/crypto/external/bsd/heimdal/dist/lib/base/
db.c 126 db_plugin plug; member in struct:heim_db_data
158 db_plugin plug = arg; local
160 heim_release(plug->name);
193 db_plugin plug, plug2; local
214 plug = heim_alloc(sizeof (*plug), "db_plug", plugin_dealloc);
215 if (plug == NULL) {
220 plug->name = heim_retain(s);
221 plug->openf = plugin->openf;
222 plug->clonef = plugin->clonef
323 db_plugin plug; local
    [all...]

Completed in 26 milliseconds