Lines Matching refs:cp
534 uint64_t cp;
536 r = next_for_match(j, i, f, after_offset, direction, NULL, &cp);
540 if (np == 0 || (direction == DIRECTION_DOWN ? cp < np : cp > np))
541 np = cp;
566 uint64_t cp;
568 r = next_for_match(j, i, f, np, direction, NULL, &cp);
572 assert(direction == DIRECTION_DOWN ? cp >= np : cp <= np);
573 if (direction == DIRECTION_DOWN ? cp > np : cp < np) {
574 np = cp;
641 uint64_t cp;
643 r = find_location_for_match(j, i, f, direction, NULL, &cp);
647 if (np == 0 || (direction == DIRECTION_DOWN ? np > cp : np < cp))
648 np = cp;
679 uint64_t cp;
681 r = find_location_for_match(j, i, f, direction, NULL, &cp);
685 if (np == 0 || (direction == DIRECTION_DOWN ? cp > np : cp < np))
686 np = cp;
756 uint64_t cp, n_entries;
777 r = next_with_matches(j, f, direction, &c, &cp);
781 journal_file_save_location(f, c, cp);
786 r = find_location_with_matches(j, f, direction, &c, &cp);
790 journal_file_save_location(f, c, cp);
814 r = next_with_matches(j, f, direction, &c, &cp);
818 journal_file_save_location(f, c, cp);