Searched defs:location (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/rdata/generic/
H A Ddoa_259.h20 isc_uint8_t location; member in struct:dns_rdata_doa
/bind-9.11.3/lib/dns/
H A Drbt.c123 * indicate that it is a reference to a location in the file, rather than in
515 off_t location; local
536 CHECK(isc_stdio_tell(file, &location));
537 location = dns_rbt_serialize_align(location);
538 CHECK(isc_stdio_seek(file, location, SEEK_SET));
593 * If the next node is not NULL, calculate the next node's location
651 off_t location = 0, offset_adjust; local
661 CHECK(isc_stdio_tell(file, &location));
662 location
[all...]

Completed in 14 milliseconds