Searched defs:cp (Results 1 - 1 of 1) sorted by relevance
/systemd/src/journal/ |
H A D | sd-journal.c | 534 uint64_t cp; local 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; local 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 > n 641 uint64_t cp; local 679 uint64_t cp; local 756 uint64_t cp, n_entries; local [all...] |
Completed in 31 milliseconds