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

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
plugin.c 53 void *dsohandle; member in struct:plugin::__anon907::__anon908
156 if (e->u.dso.dsohandle == NULL)
158 sym = dlsym(e->u.dso.dsohandle, name);
210 void *dsohandle; member in struct:plugin2
220 if (p->dsohandle)
221 dlclose(p->dsohandle);
381 p->dsohandle = dlopen(path, RTLD_LOCAL|RTLD_LAZY);
383 if (p && p->dsohandle) {
463 if (p->dsohandle == NULL)
468 cpm = pl->dataptr = dlsym(p->dsohandle, s->name)
    [all...]

Completed in 116 milliseconds