Searched refs:TableData (Results 1 – 1 of 1) sorted by relevance
67 typedef struct TableData { struct113 } TableData; typedef140 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 …]