Searched refs:last_update (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dlutil_meter.h51 double last_update; member in struct:__anon3007
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dmeter.c116 meter->last_update = meter->start_time;
147 if ( !force && now - meter->last_update < display_rate ) return 0;
166 cycle_length = now - meter->last_update;
178 meter->last_update = now;
/macosx-10.10/OpenSSH-189/openssh/
H A Dprogressmeter.c67 static time_t last_update; /* last progress update */ variable
138 elapsed = now - last_update;
226 last_update = now;
252 start = last_update = time(NULL);
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Ddgslive.c238 client->last_update = rpc__clock_stamp();
357 rpc__clock_aged(client->last_update,
427 client->last_update = rpc__clock_stamp();
563 client->last_update = 0;
H A Ddg.h895 rpc_clock_t last_update; /* last time we heard from this client */ member in struct:rpc_dg_client_rep_t
/macosx-10.10/ruby-106/ruby/sample/openssl/
H A Dcrlstore.rb91 crl.last_update <= Time.now
/macosx-10.10/ruby-106/ruby/test/openssl/
H A Dtest_x509crl.rb36 assert_equal(now, crl.last_update)
42 assert_equal(now, crl.last_update)
H A Dutils.rb150 crl.last_update = lastup
/macosx-10.10/remote_cmds-47/timed.tproj/timed.tproj/
H A Dtimed.c768 static unsigned long last_update = -NG_DELAY; local
785 if (new_update < last_update + NG_DELAY
788 last_update = new_update;
/macosx-10.10/cups-408/cups/cups/
H A Dadminutil.c43 time_t last_update, char *name,
2110 time_t last_update, /* I - Last update time for file */
2156 else if (last_update && info.st_mtime <= last_update)
2183 if (last_update)
2185 httpGetDateString(last_update));
2107 get_cupsd_conf( http_t *http, _cups_globals_t *cg, time_t last_update, char *name, size_t namesize, int *remote) argument

Completed in 266 milliseconds