Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dformat-table.h73 Table *table_unref(Table *t);
75 DEFINE_TRIVIAL_CLEANUP_FUNC(Table*, table_unref);
Dformat-table.c234 Table *table_unref(Table *t) { in table_unref() function