Searched refs:journal_file_find_data_object_with_hash (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/libsystemd/sd-journal/ |
D | journal-file.h | 208 int journal_file_find_data_object_with_hash(JournalFile *f, const void *data, uint64_t size, uint64…
|
D | sd-journal.c | 512 r = journal_file_find_data_object_with_hash(f, m->data, m->size, hash, &d, NULL); in next_for_match() 606 r = journal_file_find_data_object_with_hash(f, m->data, m->size, hash, &d, &dp); in find_location_for_match() 3009 … r = journal_file_find_data_object_with_hash(of, odata, ol, le64toh(o->data.hash), NULL, NULL); in sd_journal_enumerate_unique()
|
D | journal-file.c | 1350 int journal_file_find_data_object_with_hash( in journal_file_find_data_object_with_hash() function 1457 return journal_file_find_data_object_with_hash( in journal_file_find_data_object() 1574 r = journal_file_find_data_object_with_hash(f, data, size, hash, ret, ret_offset); in journal_file_append_data()
|