Home
last modified time | relevance | path

Searched refs:startat (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/idlelib/
H A Dhyperparser.py40 startat = max(lno - context, 1)
41 startatindex = repr(startat) + ".0"
50 if bod is not None or startat == 1:
H A Deditor.py1463 startat = max(lno - context, 1)
1464 startatindex = repr(startat) + ".0"
1469 if bod is not None or startat == 1:
/third_party/curl/src/
H A Dtool_operate.h58 time_t startat; /* when doing parallel transfers, this is a retry transfer member
H A Dtool_operate.c2270 if(per->startat && (time(NULL) < per->startat)) { in add_parallel_transfers()
2394 ended->startat = delay ? time(NULL) + delay/1000 : 0; in parallel_transfers()

Completed in 7 milliseconds