Home
last modified time | relevance | path

Searched refs:dlhand (Results 1 – 14 of 14) sorted by relevance

/dports/games/quakeforge/quakeforge-0.7.2/libs/util/
H A Dplugin.c123 void *dlhand = 0; in pi_open_lib() local
137 if (!(dlhand = dlopen (name, flags))) { in pi_open_lib()
148 return dlhand; in pi_open_lib()
273 void *dlhand = NULL; in PI_LoadPlugin() local
322 pi_close_lib (dlhand); in PI_LoadPlugin()
331 pi_close_lib (dlhand); in PI_LoadPlugin()
340 pi_close_lib (dlhand); in PI_LoadPlugin()
351 pi_close_lib (dlhand); in PI_LoadPlugin()
358 pi_close_lib (dlhand); in PI_LoadPlugin()
366 pi_close_lib (dlhand); in PI_LoadPlugin()
[all …]
/dports/math/plplot-ada/plplot-5.15.0/drivers/
H A Dtest-drv-info.c52 lt_dlhandle dlhand; in main() local
80 dlhand = lt_dlopenext( drvspec ); in main()
81 if ( dlhand == NULL ) in main()
88 info = (char **) lt_dlsym( dlhand, sym ); in main()
/dports/math/plplot/plplot-5.15.0/drivers/
H A Dtest-drv-info.c52 lt_dlhandle dlhand; in main() local
80 dlhand = lt_dlopenext( drvspec ); in main()
81 if ( dlhand == NULL ) in main()
88 info = (char **) lt_dlsym( dlhand, sym ); in main()
/dports/x11-wm/libcompizconfig/libcompizconfig-0.8.8/src/
H A Dmain.c606 if (!dlhand) in openBackend()
625 return dlhand; in openBackend()
650 if (!dlhand) in ccsSetBackend()
657 if (!dlhand) in ccsSetBackend()
663 dlclose (dlhand); in ccsSetBackend()
670 dlclose (dlhand); in ccsSetBackend()
677 dlclose (dlhand); in ccsSetBackend()
680 cPrivate->backend->dlhand = dlhand; in ccsSetBackend()
2367 dlclose (dlhand); in addBackendInfo()
2374 dlclose (dlhand); in addBackendInfo()
[all …]
/dports/x11-wm/compiz/compiz-0.8.8/src/
H A Dplugin.c154 void *dlhand; in dlloaderLoadPlugin() local
180 dlhand = dlopen (file, RTLD_LAZY); in dlloaderLoadPlugin()
181 if (dlhand) in dlloaderLoadPlugin()
188 getInfo = (PluginGetInfoProc) dlsym (dlhand, in dlloaderLoadPlugin()
210 p->devPrivate.ptr = dlhand; in dlloaderLoadPlugin()
224 if (!loaded && dlhand) in dlloaderLoadPlugin()
225 dlclose (dlhand); in dlloaderLoadPlugin()
H A Dscreen.c1030 static void *dlhand = NULL; in getProcAddress() local
1038 if (!dlhand) in getProcAddress()
1039 dlhand = dlopen (NULL, RTLD_LAZY); in getProcAddress()
1041 if (dlhand) in getProcAddress()
1044 funcPtr = (FuncPtr) dlsym (dlhand, name); in getProcAddress()
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lib/pils/
H A Dpils.c117 , lt_dlhandle dlhand
307 , lt_dlhandle dlhand in NewPILPlugin() argument
321 ret->dlhandle = dlhand; in NewPILPlugin()
1419 lt_dlhandle dlhand; in PILLoadPlugin() local
1461 dlhand = lt_dlopen(PluginPath); in PILLoadPlugin()
1463 if (!dlhand) { in PILLoadPlugin()
1483 initfun = lt_dlsym(dlhand, PluginSym); in PILLoadPlugin()
1490 lt_dlclose(dlhand); dlhand=NULL; in PILLoadPlugin()
1498 piinfo = NewPILPlugin(pitype, pluginname, dlhand, initfun); in PILLoadPlugin()
/dports/x11-wm/libcompizconfig/libcompizconfig-0.8.8/include/
H A Dccs-backend.h32 void *dlhand; member
/dports/math/plplot-ada/plplot-5.15.0/include/
H A Dplcore.h277 lt_dlhandle dlhand; member
/dports/math/plplot/plplot-5.15.0/include/
H A Dplcore.h277 lt_dlhandle dlhand; member
/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dplcore.h300 lt_dlhandle dlhand; member
H A Dplcore.c2348 loadable_driver_list[nloadabledrivers].dlhand = 0; in plInitDispatchTable()
2519 if (!driver->dlhand) in plLoadDriver()
2527 driver->dlhand = lt_dlopenext( drvspec); in plLoadDriver()
2531 if (!driver->dlhand) in plLoadDriver()
2544 PLDispatchInit dispatch_init = (PLDispatchInit) lt_dlsym( driver->dlhand, sym ); in plLoadDriver()
/dports/math/plplot-ada/plplot-5.15.0/src/
H A Dplcore.c3229 loadable_driver_list[nloadabledrivers].dlhand = 0; in plInitDispatchTable()
3423 if ( !driver->dlhand ) in plLoadDriver()
3435 driver->dlhand = lt_dlopenext( drvspec ); in plLoadDriver()
3450 lt_dlmakeresident( driver->dlhand ); in plLoadDriver()
3454 if ( !driver->dlhand ) in plLoadDriver()
3467 PLDispatchInit dispatch_init = (PLDispatchInit) lt_dlsym( driver->dlhand, sym ); in plLoadDriver()
/dports/math/plplot/plplot-5.15.0/src/
H A Dplcore.c3229 loadable_driver_list[nloadabledrivers].dlhand = 0; in plInitDispatchTable()
3423 if ( !driver->dlhand ) in plLoadDriver()
3435 driver->dlhand = lt_dlopenext( drvspec ); in plLoadDriver()
3450 lt_dlmakeresident( driver->dlhand ); in plLoadDriver()
3454 if ( !driver->dlhand ) in plLoadDriver()
3467 PLDispatchInit dispatch_init = (PLDispatchInit) lt_dlsym( driver->dlhand, sym ); in plLoadDriver()