Lines Matching refs:hash
237 uint64_t hash; in sd_journal_add_match() local
278 hash = jenkins_hash64(data, size); in sd_journal_add_match()
288 if (l4->hash == hash && in sd_journal_add_match()
314 m->hash = hash; in sd_journal_add_match()
503 uint64_t hash; in next_for_match() local
508 hash = journal_file_hash_data(f, m->data, m->size); in next_for_match()
510 hash = m->hash; in next_for_match()
512 r = journal_file_find_data_object_with_hash(f, m->data, m->size, hash, &d, NULL); in next_for_match()
599 uint64_t dp, hash; in find_location_for_match() local
602 hash = journal_file_hash_data(f, m->data, m->size); in find_location_for_match()
604 hash = m->hash; in find_location_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()
3161 … le64toh(o->field.hash), NULL, NULL); in sd_journal_enumerate_fields()