Home
last modified time | relevance | path

Searched refs:service_copy (Results 1 – 1 of 1) sorted by relevance

/external/dbus/bus/
Dconfig-parser.c195 char *service_copy; in merge_service_context_hash() local
198 service_copy = NULL; in merge_service_context_hash()
207 service_copy = _dbus_strdup (service); in merge_service_context_hash()
208 if (service_copy == NULL) in merge_service_context_hash()
214 if (!_dbus_hash_table_insert_string (dest, service_copy, context_copy)) in merge_service_context_hash()
217 service_copy = NULL; in merge_service_context_hash()
224 if (service_copy) in merge_service_context_hash()
225 dbus_free (service_copy); in merge_service_context_hash()