Searched refs:context_copy (Results 1 - 1 of 1) sorted by relevance

/external/dbus/bus/
H A Dconfig-parser.c255 char *context_copy; local
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; local
1639 context_copy
[all...]

Completed in 31 milliseconds