Home
last modified time | relevance | path

Searched refs:TableData (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/shared/
Dformat-table.c67 typedef struct TableData { struct
113 } TableData; typedef
140 TableData **data;
219 static TableData *table_data_free(TableData *d) { in table_data_free()
231 DEFINE_PRIVATE_TRIVIAL_REF_UNREF_FUNC(TableData, table_data, table_data_free);
232 DEFINE_TRIVIAL_CLEANUP_FUNC(TableData*, table_data_unref);
333 TableData *d, in table_data_matches()
379 static TableData *table_data_new( in table_data_new()
388 _cleanup_free_ TableData *d = NULL; in table_data_new()
393 d = malloc0(offsetof(TableData, data) + data_size); in table_data_new()
[all …]