Home
last modified time | relevance | path

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

/external/dbus/bus/
Dconfig-parser.c194 char *service_copy; in merge_service_context_hash() local
197 service_copy = NULL; in merge_service_context_hash()
206 service_copy = _dbus_strdup (service); in merge_service_context_hash()
207 if (service_copy == NULL) in merge_service_context_hash()
213 if (!_dbus_hash_table_insert_string (dest, service_copy, context_copy)) in merge_service_context_hash()
216 service_copy = NULL; in merge_service_context_hash()
223 if (service_copy) in merge_service_context_hash()
224 dbus_free (service_copy); in merge_service_context_hash()