Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/client/
H A Dclient.h89 dlhandle_t HTTPHandles[4]; /**< actual download handles */ member
H A Dcl_http.cpp282 dlhandle_t* dl = &cls.HTTPHandles[i]; in CL_GetFreeDLHandle()
551 dlhandle_t* dl = &cls.HTTPHandles[i]; in CL_HTTP_Cleanup()
610 if (cls.HTTPHandles[i].curl == curl) { in CL_FinishHTTPDownload()
611 dl = &cls.HTTPHandles[i]; in CL_FinishHTTPDownload()
/dports/games/r1q2/r1q2-8012_5/client/
H A Dcl_http.c741 dl = &cls.HTTPHandles[i]; in CL_HTTP_Cleanup()
823 if (cls.HTTPHandles[i].curl == curl) in CL_FinishHTTPDownload()
825 dl = &cls.HTTPHandles[i]; in CL_FinishHTTPDownload()
984 dl = &cls.HTTPHandles[i]; in CL_GetFreeDLHandle()
H A Dclient.h382 dlhandle_t HTTPHandles[4]; //actual download handles member