Lines Matching defs:to

86          * We return an error here only if we didn't manage to
309 /* Same field? Then let's add this to this OR term */
551 /* Always jump to the next matching entry and repeat
672 /* First jump to the last match, and then find the
764 /* If we hit EOF before, we don't need to look into this file again
774 * iteration and the current location already points to a
795 * looking at. This is necessary to handle entries which exist
1253 log_debug_errno(r, "Failed to open journal file %s: %m", path);
1332 /* Jump to the next unique_file or NULL if that one was last */
1391 r = log_debug_errno(errno, "Failed to open directory %s: %m", path);
1431 FOREACH_DIRENT_ALL(de, d, return log_debug_errno(errno, "Failed to read directory %s: %m", m->path)) {
1471 r = log_debug_errno(errno, "Failed to open root directory %s: %m", p);
1518 FOREACH_DIRENT_ALL(de, d, return log_debug_errno(errno, "Failed to read directory %s: %m", m->path)) {
1571 /* We ignore most errors here, since the idea is to only open
2106 /* Iterate through all dirs again, to add them to the
2149 /* If we are on the network we need to regularly check for
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);
2322 if (to)
2323 *to = tmax;
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);
2353 if (to)
2354 *to = MAX(t, *to);
2358 if (to)
2359 *to = t;
2458 /* Proceed to next data object in the field's linked list */
2597 /* Reached the end of the hash table, go to the next file. */
2607 /* Empty hash table bucket, go to next one */
2644 /* Because we used OBJECT_UNUSED above, we need to do our type check manually */