Searched refs:EntryObject (Results 1 - 4 of 4) sorted by relevance

/systemd/src/journal/
H A Djournal-def.h41 typedef struct EntryObject EntryObject; typedef in typeref:struct:EntryObject
105 struct EntryObject { struct
144 EntryObject entry;
H A Djournal-verify.c214 if ((le64toh(o->object.size) - offsetof(EntryObject, items)) % sizeof(EntryItem) != 0) {
217 offsetof(EntryObject, items),
222 if ((le64toh(o->object.size) - offsetof(EntryObject, items)) / sizeof(EntryItem) <= 0) {
225 (le64toh(o->object.size) - offsetof(EntryObject, items)) / sizeof(EntryItem));
H A Djournal-authenticate.c271 gcry_md_write(f->hmac, &o->entry.seqnum, le64toh(o->object.size) - offsetof(EntryObject, seqnum));
H A Djournal-file.c487 [OBJECT_ENTRY] = sizeof(EntryObject),

Completed in 1831 milliseconds