Searched refs:lastupdate (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dcrl.c89 " -lastupdate - lastUpdate field\n",
112 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = local
219 else if (strcmp(*argv, "-lastupdate") == 0)
220 lastupdate = ++num;
352 if (lastupdate == i) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dcrl.c89 " -lastupdate - lastUpdate field\n",
112 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = local
219 else if (strcmp(*argv, "-lastupdate") == 0)
220 lastupdate = ++num;
352 if (lastupdate == i) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dcrl.c86 " -lastupdate - lastUpdate field\n",
109 int hash=0,issuer=0,lastupdate=0,nextupdate=0,noout=0,text=0; local
201 else if (strcmp(*argv,"-lastupdate") == 0)
202 lastupdate= ++num;
290 if (lastupdate == i)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dcache.h36 long lastupdate; member in struct:cache_object
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dcache.c202 obj->lifetime = obj->lastupdate = time_cached();
239 obj->lastupdate = time_cached();
H A Dcache-exp.c178 timeout = time(NULL) - obj->lastupdate;
H A Dcache-ct.c182 timeout = time(NULL) - obj->lastupdate;

Completed in 89 milliseconds