Searched defs:absolute (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/win32/include/isc/
H A Dtime.h82 FILETIME absolute; member in struct:isc_time
124 * Set 't' to the current absolute time.
143 * Set *t to the current absolute time + i.
/bind-9.6-ESV-R11/bin/tests/tasks/
H A Dt_tasks.c106 struct isc_time absolute; local
193 isc_time_settoepoch(&absolute);
196 &absolute, &interval,
204 isc_time_settoepoch(&absolute);
207 &absolute, &interval,
/bind-9.6-ESV-R11/lib/dns/
H A Dname.c566 * other absolute. If both names are relative, then to be meaningfully
576 * Either name1 is absolute and name2 is absolute, or neither is.
666 * other absolute. If both names are relative, then to be meaningfully
686 * other absolute. If both names are relative, then to be meaningfully
694 * Either name1 is absolute and name2 is absolute, or neither is.
738 * other absolute. If both names are relative, then to be meaningfully
746 * Either name1 is absolute and name2 is absolute, o
1712 isc_boolean_t absolute; local
2016 isc_boolean_t absolute = ISC_FALSE; local
[all...]
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c146 isc_boolean_t absolute);
1730 * Check for a absolute name or ndots being met.
1893 * (which produces an absolute lookup). Otherwise, take the origin
3751 isc_boolean_t absolute)
3759 * if 'absolute' is true, and terminate with NUL.
3766 if (absolute && !end_with_dot) {
3786 if (absolute && !end_with_dot && tmp1[tolen - 1] == '.')
3804 /* Already absolute? */
3750 output_filter(isc_buffer_t *buffer, unsigned int used_org, isc_boolean_t absolute) argument

Completed in 30 milliseconds