Home | History | Annotate | Download | only in ssl

Lines Matching defs:time

206   ss->time = (unsigned long)time(NULL);
221 * iteration pretty much "most" of the time (btw: understatement). So, if it
490 if (ret->timeout < (long)(time(NULL) - ret->time)) {
676 return s->time;
684 s->time = t;
725 long time;
732 if (param->time == 0 ||
733 param->time > (sess->time + sess->timeout)) {
755 tp.time = t;