Lines Matching refs:Object
114 static void init_location(Location *l, LocationType type, JournalFile *f, Object *o) { in init_location()
134 static void set_location(sd_journal *j, JournalFile *f, Object *o) { in set_location()
491 Object **ret, in next_for_match()
502 Object *d; in next_for_match()
588 Object **ret, in find_location_for_match()
598 Object *d; in find_location_for_match()
694 Object **ret, in find_location_with_matches()
730 Object **ret, in next_with_matches()
752 Object *c; in next_beyond_location()
823 Object *o; in real_journal_next()
924 Object *o; in sd_journal_get_cursor()
1052 Object *o; in sd_journal_test_cursor()
2178 Object *o; in sd_journal_get_realtime_usec()
2202 Object *o; in sd_journal_get_monotonic_usec()
2272 Object *o; in sd_journal_get_data()
2296 Object *d; in sd_journal_get_data()
2310 l = le64toh(d->object.size) - offsetof(Object, data.payload); in sd_journal_get_data()
2367 Object *o, in return_data()
2379 if (l < offsetof(Object, data.payload)) in return_data()
2381 l -= offsetof(Object, data.payload); in return_data()
2423 Object *o; in sd_journal_enumerate_data()
2931 Object *o; in sd_journal_enumerate_unique()
3076 Object *o; in sd_journal_enumerate_fields()
3147 sz = le64toh(o->object.size) - offsetof(Object, field.payload); in sd_journal_enumerate_fields()