Home | History | Annotate | Download | only in Modules

Lines Matching refs:whent

462     time_t whent;
467 whent = time(NULL);
470 if (_PyTime_ObjectToTime_t(ot, &whent, _PyTime_ROUND_FLOOR) == -1)
473 *pwhen = whent;