Searched refs:isc_time_formathttptimestamp (Results 1 - 8 of 8) sorted by relevance
/bind-9.11.3/lib/isc/tests/ |
H A D | time_test.c | 30 isc_time_formathttptimestamp(&t, buf, sizeof(buf));
|
/bind-9.11.3/lib/isc/unix/include/isc/ |
H A D | time.h | 303 isc_time_formathttptimestamp(const isc_time_t *t, char *buf, unsigned int len);
|
/bind-9.11.3/lib/isc/win32/include/isc/ |
H A D | time.h | 267 isc_time_formathttptimestamp(const isc_time_t *t, char *buf, unsigned int len);
|
/bind-9.11.3/lib/dns/rdata/generic/ |
H A D | keydata_65533.c | 199 isc_time_formathttptimestamp(&t, rbuf, sizeof(rbuf)); 215 isc_time_formathttptimestamp(&t, abuf, 225 isc_time_formathttptimestamp(&t, dbuf,
|
/bind-9.11.3/lib/isc/win32/ |
H A D | time.c | 295 isc_time_formathttptimestamp(const isc_time_t *t, char *buf, unsigned int len) { function
|
/bind-9.11.3/lib/isc/unix/ |
H A D | time.c | 405 isc_time_formathttptimestamp(const isc_time_t *t, char *buf, unsigned int len) { function
|
/bind-9.11.3/lib/isc/ |
H A D | httpd.c | 883 isc_time_formathttptimestamp(&now, datebuf, sizeof(datebuf)); 939 isc_time_formathttptimestamp(&url->loadtime,
|
/bind-9.11.3/bin/named/ |
H A D | server.c | 10569 isc_time_formathttptimestamp(&ns_g_boottime, boottime, 10571 isc_time_formathttptimestamp(&ns_g_configtime, configtime, 13295 isc_time_formathttptimestamp(&loadtime, lbuf, sizeof(lbuf)); 13303 isc_time_formathttptimestamp(&expiretime, xbuf, sizeof(xbuf)); 13305 isc_time_formathttptimestamp(&refreshtime, rbuf, sizeof(rbuf)); 13313 isc_time_formathttptimestamp(&refreshkeytime, kbuf, 13350 isc_time_formathttptimestamp(&resigntime, rtbuf, 13844 isc_time_formathttptimestamp(&t, tbuf, sizeof(tbuf)); 13851 isc_time_formathttptimestamp(&t, tbuf, 13859 isc_time_formathttptimestamp( [all...] |
Completed in 1447 milliseconds