Lines Matching refs:cp
523 uint64_t cp; in next_for_match() local
525 r = next_for_match(j, i, f, after_offset, direction, NULL, &cp); in next_for_match()
529 if (np == 0 || (direction == DIRECTION_DOWN ? cp < np : cp > np)) in next_for_match()
530 np = cp; in next_for_match()
555 uint64_t cp; in next_for_match() local
557 r = next_for_match(j, i, f, np, direction, NULL, &cp); in next_for_match()
561 assert(direction == DIRECTION_DOWN ? cp >= np : cp <= np); in next_for_match()
562 if (direction == DIRECTION_DOWN ? cp > np : cp < np) { in next_for_match()
563 np = cp; in next_for_match()
639 uint64_t cp; in find_location_for_match() local
641 r = find_location_for_match(j, i, f, direction, NULL, &cp); in find_location_for_match()
645 if (np == 0 || (direction == DIRECTION_DOWN ? np > cp : np < cp)) in find_location_for_match()
646 np = cp; in find_location_for_match()
676 uint64_t cp; in find_location_for_match() local
678 r = find_location_for_match(j, i, f, direction, NULL, &cp); in find_location_for_match()
682 if (np == 0 || (direction == DIRECTION_DOWN ? cp > np : cp < np)) in find_location_for_match()
683 np = cp; in find_location_for_match()
753 uint64_t cp, n_entries; in next_beyond_location() local
774 r = next_with_matches(j, f, direction, &c, &cp); in next_beyond_location()
778 journal_file_save_location(f, c, cp); in next_beyond_location()
783 r = find_location_with_matches(j, f, direction, &c, &cp); in next_beyond_location()
787 journal_file_save_location(f, c, cp); in next_beyond_location()
811 r = next_with_matches(j, f, direction, &c, &cp); in next_beyond_location()
815 journal_file_save_location(f, c, cp); in next_beyond_location()