Searched refs:startat (Results 1 – 4 of 4) sorted by relevance
40 startat = max(lno - context, 1)41 startatindex = repr(startat) + ".0"50 if bod is not None or startat == 1:
1403 startat = max(lno - context, 1)1404 startatindex = repr(startat) + ".0"1409 if bod is not None or startat == 1:
56 time_t startat; /* when doing parallel transfers, this is a retry transfer member
2109 if(per->startat && (time(NULL) < per->startat)) { in add_parallel_transfers()2194 ended->startat = delay ? time(NULL) + delay/1000 : 0; in parallel_transfers()