Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dd_netfil.c107 static pauseddownload_t *pauseddownload = NULL; variable
278 return pauseddownload in CL_CanResumeDownload()
286 if (!pauseddownload) in CL_AbortDownloadResume()
289 free(pauseddownload->receivedfragments); in CL_AbortDownloadResume()
290 remove(pauseddownload->filename); in CL_AbortDownloadResume()
291 free(pauseddownload); in CL_AbortDownloadResume()
292 pauseddownload = NULL; in CL_AbortDownloadResume()
1282 free(pauseddownload); in PT_FileFragment()
1283 pauseddownload = NULL; in PT_FileFragment()
1427 pauseddownload = malloc(sizeof(*pauseddownload)); in CloseNetFile()
[all …]