Home
last modified time | relevance | path

Searched refs:pLibHandler (Results 1 – 4 of 4) sorted by relevance

/dports/print/hplip/hplip-3.20.6/common/
H A Dutils.c250 void *get_library_symbol(void *pLibHandler, const char *szSymbol) in get_library_symbol() argument
253 if (pLibHandler == NULL) in get_library_symbol()
265 pSymHandler = dlsym(pLibHandler, szSymbol); in get_library_symbol()
272 void unload_library(void *pLibHandler) in unload_library() argument
274 if (pLibHandler) in unload_library()
275 dlclose(pLibHandler); in unload_library()
H A Dutils.h136 void *get_library_symbol(void *pLibHandler, const char *szSymbol);
146 void unload_library(void *pLibHandler);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/
H A Dncbi_win_hook.cpp547 CExeModuleInstance(CLibHandler* pLibHandler,
803 CExeModuleInstance::CExeModuleInstance(CLibHandler* pLibHandler, in CExeModuleInstance() argument
809 m_pLibHandler(pLibHandler), in CExeModuleInstance()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/driver/
H A Dncbi_win_hook.cpp547 CExeModuleInstance(CLibHandler* pLibHandler,
803 CExeModuleInstance::CExeModuleInstance(CLibHandler* pLibHandler, in CExeModuleInstance() argument
809 m_pLibHandler(pLibHandler), in CExeModuleInstance()