Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dremote.c66 static struct DownloadStatRec *gpFirstDLS=NULL, *gpLastDLS=NULL; variable
73 for (pdls=gpFirstDLS; pdls != NULL; pdls=next_pdls) { in CleanUpDownloadStats()
77 gpFirstDLS = gpLastDLS = NULL; in CleanUpDownloadStats()
95 if (gpFirstDLS == NULL) gnDownloadStartTime = curtime;
115 gpFirstDLS = pdls;