Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Drm_intrf.c60 if (gRMCastIntrfInfo.pSharedLibHandle != NULL) { in RMCastCleanUp()
61 CLOSE_DL(gRMCastIntrfInfo.pSharedLibHandle); in RMCastCleanUp()
77 if (gRMCastIntrfInfo.pSharedLibHandle != NULL) {
78 CLOSE_DL(gRMCastIntrfInfo.pSharedLibHandle);
307 if (gRMCastIntrfInfo.pSharedLibHandle == NULL) { in RMCastInit()
330 CLOSE_DL(gRMCastIntrfInfo.pSharedLibHandle); in RMCastInit()
342 CLOSE_DL(gRMCastIntrfInfo.pSharedLibHandle); in RMCastInit()
360 if (gRMCastIntrfInfo.pSharedLibHandle != NULL &&
371 if (gRMCastIntrfInfo.pSharedLibHandle != NULL && in RM_initialize()
384 if (gRMCastIntrfInfo.pSharedLibHandle != NULL &&
[all …]
H A Dxprtfltr.c124 if (pTgEFInfo->pSharedLibHandle != NULL) { in CleanUpExportFilters()
131 CLOSE_DL(pTgEFInfo->pSharedLibHandle); in CleanUpExportFilters()
156 CLOSE_DL(pTgEFInfo->pSharedLibHandle);
180 pTgEFInfo->pSharedLibHandle = OPEN_DL(pszSharedLibPath, OPEN_DL_MODE);
181 if (pTgEFInfo->pSharedLibHandle == NULL) {
187 pTgEFInfo->pfnTgEFMain = (TGEF_MAIN*)GET_DL_SYM(pTgEFInfo->pSharedLibHandle,
200 CLOSE_DL(pTgEFInfo->pSharedLibHandle);
209 CLOSE_DL(pTgEFInfo->pSharedLibHandle);
269 CLOSE_DL(pTgEFInfo->pSharedLibHandle);
H A Dexpfdefs.h110 void *pSharedLibHandle; member
H A Drm_intrf.e72 void *pSharedLibHandle;