Lines Matching defs:end

70  *     the "end" position in the header.  The latter will
94 * from complaining about "end-of-loop code not reached".
178 * and end of the journal, and in the journal index to locate
211 journal_rawpos_t end;
254 journal_pos_t end;
292 #define JOURNAL_EMPTY(h) ((h)->begin.offset == (h)->end.offset)
316 journal_pos_t pos[2]; /*%< Begin/end position */
358 journal_pos_decode(&raw->h.end, &cooked->end);
372 journal_pos_encode(&raw->h.end, &cooked->end);
804 if (pos->serial == j->header.end.serial)
946 if (DNS_SERIAL_GT(serial, j->header.end.serial))
948 if (serial == j->header.end.serial) {
949 *pos = j->header.end;
985 offset = j->header.end.offset;
1133 if (j->x.pos[0].serial != j->header.end.serial) {
1139 j->header.end.serial,
1186 j->header.end = j->x.pos[1];
1546 return (j->header.end.serial);
1579 * serial number is not necessarily at the end of the journal:
2132 DNS_SERIAL_GT(serial, j1->header.end.serial)) {
2148 if ((isc_uint32_t) j1->header.end.offset < target_size) {
2168 ((isc_uint32_t)(j1->header.end.offset - j1->index[i].offset)
2177 if (current_pos.serial == j1->header.end.serial)
2181 ((isc_uint32_t)(j1->header.end.offset - current_pos.offset)
2189 INSIST(best_guess.serial != j1->header.end.serial);
2198 copy_length = j1->header.end.offset - best_guess.offset;
2202 * Copy best_guess to end into space just freed.
2229 j2->header.end.serial = j1->header.end.serial;
2230 j2->header.end.offset = indexend + copy_length;
2246 while (current_pos.serial != j2->header.end.serial) {
2257 indexend = j2->header.end.offset;