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

/systemd/src/journal/
H A Dcatalog.c76 static int catalog_compare_func(const void *a, const void *b) { function
92 .compare = catalog_compare_func
524 qsort_safe(items, n, sizeof(CatalogItem), catalog_compare_func);
605 f = bsearch(&key, (const uint8_t*) p + le64toh(h->header_size), le64toh(h->n_items), le64toh(h->catalog_item_size), catalog_compare_func);
612 f = bsearch(&key, (const uint8_t*) p + le64toh(h->header_size), le64toh(h->n_items), le64toh(h->catalog_item_size), catalog_compare_func);
619 f = bsearch(&key, (const uint8_t*) p + le64toh(h->header_size), le64toh(h->n_items), le64toh(h->catalog_item_size), catalog_compare_func);

Completed in 12 milliseconds