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

/bind-9.6-ESV-R11/lib/dns/
H A Djournal.c822 * than '*best_guess', replace '*best_guess' with it.
828 index_find(dns_journal_t *j, isc_uint32_t serial, journal_pos_t *best_guess) { argument
835 DNS_SERIAL_GT(j->index[i].serial, best_guess->serial))
836 *best_guess = j->index[i];
2013 journal_pos_t best_guess; local
2088 best_guess = j->header.begin;
2094 j->index[i].offset > best_guess.offset)
2095 best_guess = j->index[i];
2098 current_pos = best_guess;
[all...]

Completed in 14 milliseconds