Home
last modified time | relevance | path

Searched refs:ObjectType (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/libsystemd/sd-journal/
Djournal-file.h187 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_;
Djournal-def.h33 typedef enum ObjectType { enum
43 } ObjectType; typedef
Djournal-authenticate.h15 int journal_file_hmac_put_object(JournalFile *f, ObjectType type, Object *o, uint64_t p);
Djournal-file.c592 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);
Djournal-authenticate.c223 int journal_file_hmac_put_object(JournalFile *f, ObjectType type, Object *o, uint64_t p) { in journal_file_hmac_put_object()