Searched refs:CatalogItem (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/libsystemd/sd-journal/ |
D | catalog.c | 49 typedef struct CatalogItem { struct 54 } CatalogItem; argument 56 static void catalog_hash_func(const CatalogItem *i, struct siphash *state) { in catalog_hash_func() 61 static int catalog_compare_func(const CatalogItem *a, const CatalogItem *b) { in catalog_compare_func() 74 DEFINE_HASH_OPS(catalog_hash_ops, CatalogItem, catalog_hash_func, catalog_compare_func); 147 _cleanup_free_ CatalogItem *i = NULL; in finish_item() 154 i = new0(CatalogItem, 1); in finish_item() 375 CatalogItem *items, in write_catalog() 396 .catalog_item_size = htole64(sizeof(CatalogItem)), in write_catalog() 408 k = fwrite(items, 1, n * sizeof(CatalogItem), w); in write_catalog() [all …]
|