#include <stdlib.h>#include <stdio.h>#include <dlfcn.h>Go to the source code of this file.
Functions | |
| void * | dynlolib_LoadLibrary (char *pszLibraryFile) |
| void | dynlolib_FreeLibrary (void *pLibrary) |
| void * | dynlolib_GetFunctionByName (void *pLibrary, char *pszFunctionName) |
Variables | |
| int | GlobalDebugDisplayFlag = 0 |
|
|
Definition at line 155 of file dynlolib.c. Referenced by ipreproc_LoadInternalPreprocessor(), ipreproc_Process(), modu_Init(), modu_UnloadAllModules(), and modu_UnloadModule(). |
|
||||||||||||
|
Definition at line 182 of file dynlolib.c. References free(), GlobalDebugDisplayFlag, memcpy(), NULL, and strcpy(). Referenced by ipreproc_LoadInternalPreprocessor(), modu_GetModuleFunctionByName(), and modu_Init(). |
|
|
Definition at line 66 of file dynlolib.c. References GlobalDebugDisplayFlag, NULL, r, s, and strcpy(). Referenced by ipreproc_LoadInternalPreprocessor(), modu_Init(), and modu_LoadModule(). |
|
|
Definition at line 57 of file dynlolib.c. |
1.4.6-NO