Searched defs:odata (Results 1 - 1 of 1) sorted by relevance

/systemd/src/journal/
H A Dsd-journal.c2453 const void *odata; local
2497 r = return_data(j, j->unique_file, o, &odata, &ol);
2509 if (memcmp(odata, j->unique_field, k) || ((const char*) odata)[k] != '=') {
2528 r = journal_file_find_data_object_with_hash(of, odata, ol, le64toh(o->data.hash), NULL, NULL);

Completed in 24 milliseconds