Searched refs:ObjectType (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/libsystemd/sd-journal/ |
D | journal-file.h | 187 int journal_file_move_to_object(JournalFile *f, ObjectType type, uint64_t offset, Object **ret); 188 int journal_file_read_object_header(JournalFile *f, ObjectType type, uint64_t offset, Object *ret); 197 int journal_file_append_object(JournalFile *f, ObjectType type, uint64_t size, Object **ret, uint64… 263 const char* journal_object_type_to_string(ObjectType type) _const_;
|
D | journal-def.h | 33 typedef enum ObjectType { enum 43 } ObjectType; typedef
|
D | journal-authenticate.h | 15 int journal_file_hmac_put_object(JournalFile *f, ObjectType type, Object *o, uint64_t p);
|
D | journal-file.c | 592 static unsigned type_to_context(ObjectType type) { in type_to_context() 601 ObjectType type, in journal_file_move_to() 800 int journal_file_move_to_object(JournalFile *f, ObjectType type, uint64_t offset, Object **ret) { in journal_file_move_to_object() 867 int journal_file_read_object_header(JournalFile *f, ObjectType type, uint64_t offset, Object *ret) { in journal_file_read_object_header() 971 ObjectType type, in journal_file_append_object() 4012 DEFINE_STRING_TABLE_LOOKUP_TO_STRING(journal_object_type, ObjectType);
|
D | journal-authenticate.c | 223 int journal_file_hmac_put_object(JournalFile *f, ObjectType type, Object *o, uint64_t p) { in journal_file_hmac_put_object()
|