Searched refs:journal_file_find_field_object_with_hash (Results 1 - 3 of 3) sorted by relevance

/systemd/src/journal/
H A Djournal-file.h203 int journal_file_find_field_object_with_hash(JournalFile *f, const void *field, uint64_t size, uint64_t hash, Object **ret, uint64_t *offset);
H A Djournal-file.c831 int journal_file_find_field_object_with_hash( function
898 return journal_file_find_field_object_with_hash(f,
1024 r = journal_file_find_field_object_with_hash(f, field, size, hash, &o, &p);
H A Dsd-journal.c2662 r = journal_file_find_field_object_with_hash(of, o->field.payload, sz, le64toh(o->field.hash), NULL, NULL);

Completed in 346 milliseconds