Lines Matching refs:from
79 * file/directory it was generated from. Note that we store
794 * that is actually different from what we were previously
2287 _public_ int sd_journal_get_cutoff_realtime_usec(sd_journal *j, uint64_t *from, uint64_t *to) {
2296 assert_return(from || to, -EINVAL);
2297 assert_return(from != to, -EINVAL);
2320 if (from)
2321 *from = fmin;
2328 _public_ int sd_journal_get_cutoff_monotonic_usec(sd_journal *j, sd_id128_t boot_id, uint64_t *from, uint64_t *to) {
2336 assert_return(from || to, -EINVAL);
2337 assert_return(from != to, -EINVAL);
2351 if (from)
2352 *from = MIN(fr, *from);
2356 if (from)
2357 *from = fr;
2625 /* We are already positioned at a field. If so, let's figure out the next field from it */