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

/bind-9.11.3/lib/dns/
H A Djournal.c842 * than '*best_guess', replace '*best_guess' with it.
848 index_find(dns_journal_t *j, isc_uint32_t serial, journal_pos_t *best_guess) { argument
855 DNS_SERIAL_GT(j->index[i].serial, best_guess->serial))
856 *best_guess = j->index[i];
2087 journal_pos_t best_guess; local
2164 best_guess = j1->header.begin;
2170 j1->index[i].offset > best_guess.offset)
2171 best_guess = j1->index[i];
2174 current_pos = best_guess;
[all...]

Completed in 46 milliseconds