Lines Matching refs:context_copy
196 char *context_copy; in merge_service_context_hash() local
199 context_copy = NULL; in merge_service_context_hash()
210 context_copy = _dbus_strdup (context); in merge_service_context_hash()
211 if (context_copy == NULL) in merge_service_context_hash()
214 if (!_dbus_hash_table_insert_string (dest, service_copy, context_copy)) in merge_service_context_hash()
218 context_copy = NULL; in merge_service_context_hash()
227 if (context_copy) in merge_service_context_hash()
228 dbus_free (context_copy); in merge_service_context_hash()
1711 char *context_copy; in start_selinux_child() local
1714 context_copy = NULL; in start_selinux_child()
1746 context_copy = _dbus_strdup (context); in start_selinux_child()
1747 if (context_copy == NULL) in start_selinux_child()
1751 own_copy, context_copy)) in start_selinux_child()
1768 if (context_copy) in start_selinux_child()
1769 dbus_free (context_copy); in start_selinux_child()