Home | History | Annotate | Download | only in bus

Lines Matching full:context_copy

255   char *context_copy;
258 context_copy = NULL;
269 context_copy = _dbus_strdup (context);
270 if (context_copy == NULL)
273 if (!_dbus_hash_table_insert_string (dest, service_copy, context_copy))
277 context_copy = NULL;
286 if (context_copy)
287 dbus_free (context_copy);
1636 char *context_copy;
1639 context_copy = NULL;
1671 context_copy = _dbus_strdup (context);
1672 if (context_copy == NULL)
1676 own_copy, context_copy))
1693 if (context_copy)
1694 dbus_free (context_copy);