Home
last modified time | relevance | path

Searched refs:dlhandle_t (Results 1 – 10 of 10) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/src/sys/dll/
H A Ddlimpl.c22 typedef HMODULE dlhandle_t; typedef
25 typedef void* dlhandle_t; typedef
28 typedef void* dlhandle_t; typedef
50 dlhandle_t dlhandle; in PetscDLOpen()
58 dlhandle = (dlhandle_t) 0; in PetscDLOpen()
151 if (FreeLibrary((dlhandle_t)*handle) == 0) { in PetscDLClose()
172 if (dlclose((dlhandle_t)*handle) < 0) { in PetscDLClose()
215 PETSC_UNUSED dlhandle_t dlhandle; in PetscDLSym()
221 dlhandle = (dlhandle_t) 0; in PetscDLSym()
230 if (handle) dlhandle = (dlhandle_t) handle; in PetscDLSym()
[all …]
/dports/games/r1q2/r1q2-8012_5/client/
H A Dcl_http.c67 dlhandle_t *dl; in CL_HTTP_Progress()
69 dl = (dlhandle_t *)clientp; in CL_HTTP_Progress()
117 dlhandle_t *dl; in CL_HTTP_Header()
119 dl = (dlhandle_t *)stream; in CL_HTTP_Header()
192 dlhandle_t *dl; in CL_HTTP_Recv()
194 dl = (dlhandle_t *)stream; in CL_HTTP_Recv()
733 dlhandle_t *dl; in CL_HTTP_Cleanup()
794 dlhandle_t *dl; in CL_FinishHTTPDownload()
977 static dlhandle_t *CL_GetFreeDLHandle (void) in CL_GetFreeDLHandle()
979 dlhandle_t *dl; in CL_GetFreeDLHandle()
[all …]
H A Dclient.h175 } dlhandle_t; typedef
382 dlhandle_t HTTPHandles[4]; //actual download handles
/dports/games/ufoai/ufoai-2.5-source/src/common/
H A Dhttp.cpp98 dlhandle_t* dl = (dlhandle_t*)stream; in HTTP_Header()
112 dlhandle_t* dl; in HTTP_Recv()
114 dl = (dlhandle_t*)stream; in HTTP_Recv()
164 static bool HTTP_GetURLInternal (dlhandle_t &dl, const char* url, FILE* file, const char* postfield… in HTTP_GetURLInternal()
298 dlhandle_t dl; in HTTP_GetToFile()
334 dlhandle_t dl; in HTTP_GetURL()
H A Dhttp.h56 } dlhandle_t; typedef
/dports/games/ufoai/ufoai-2.5-source/src/client/
H A Dcl_http.cpp83 dlhandle_t* dl; in CL_HTTP_Progress()
85 dl = (dlhandle_t*)clientp; in CL_HTTP_Progress()
146 static void CL_StartHTTPDownload (dlqueue_t* entry, dlhandle_t* dl) in CL_StartHTTPDownload()
277 static dlhandle_t* CL_GetFreeDLHandle (void) in CL_GetFreeDLHandle()
282 dlhandle_t* dl = &cls.HTTPHandles[i]; in CL_GetFreeDLHandle()
498 static void CL_ParseFileList (dlhandle_t* dl) in CL_ParseFileList()
551 dlhandle_t* dl = &cls.HTTPHandles[i]; in CL_HTTP_Cleanup()
594 dlhandle_t* dl = nullptr; in CL_FinishHTTPDownload()
749 dlhandle_t* dl = CL_GetFreeDLHandle(); in CL_StartNextHTTPDownload()
H A Dclient.h89 dlhandle_t HTTPHandles[4]; /**< actual download handles */
/dports/mail/libesmtp/libesmtp-1.0.6/
H A Dauth-client.c41 typedef void *dlhandle_t; typedef
47 typedef lt_dlhandle dlhandle_t; typedef
70 dlhandle_t module;
115 append_plugin (dlhandle_t module, const struct auth_client_plugin *info) in append_plugin()
141 dlhandle_t module; in load_client_plugin()
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS31260 typedef HMODULE dlhandle_t;22,429
31262 typedef void* dlhandle_t;25,519
31264 typedef void* dlhandle_t;28,577
H A DCTAGS41988 dlhandle_t src/sys/dll/dlimpl.c /^typedef HMODULE dlhandle_t;$/;" t language:C file:
41989 dlhandle_t src/sys/dll/dlimpl.c /^typedef void* dlhandle_t;$/;" t language:C file: