Home
last modified time | relevance | path

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

/dragonfly/contrib/tnftp/src/
HDprogressbar.c130 static struct timeval lastupdate; variable
174 lastupdate = start;
180 timersub(&now, &lastupdate, &wait);
182 lastupdate = now;
378 timersub(&now, &lastupdate, &wait);
/dragonfly/crypto/libressl/apps/openssl/
HDcrl.c81 int lastupdate; member
154 .opt.flag = &crl_config.lastupdate,
366 if (crl_config.lastupdate == i) { in crl_main()