Home | History | Annotate | Download | only in bus

Lines Matching refs:new_table

683   DBusHashTable *new_table;
686 new_table = bus_selinux_id_table_new ();
687 if (!new_table)
696 if (!bus_selinux_id_table_insert (new_table,
704 registry->service_sid_table = new_table;