Lines Matching refs:context_copy
195 char *context_copy; in merge_service_context_hash() local
198 context_copy = NULL; in merge_service_context_hash()
209 context_copy = _dbus_strdup (context); in merge_service_context_hash()
210 if (context_copy == NULL) in merge_service_context_hash()
213 if (!_dbus_hash_table_insert_string (dest, service_copy, context_copy)) in merge_service_context_hash()
217 context_copy = NULL; in merge_service_context_hash()
226 if (context_copy) in merge_service_context_hash()
227 dbus_free (context_copy); in merge_service_context_hash()
1696 char *context_copy; in start_selinux_child() local
1699 context_copy = NULL; in start_selinux_child()
1731 context_copy = _dbus_strdup (context); in start_selinux_child()
1732 if (context_copy == NULL) in start_selinux_child()
1736 own_copy, context_copy)) in start_selinux_child()
1753 if (context_copy) in start_selinux_child()
1754 dbus_free (context_copy); in start_selinux_child()