Home | History | Annotate | Download | only in bus

Lines Matching refs:new_table

681   DBusHashTable *new_table;
684 new_table = bus_selinux_id_table_new ();
685 if (!new_table)
694 if (!bus_selinux_id_table_insert (new_table,
702 registry->service_sid_table = new_table;