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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dconfig-parser.c195 char *service_copy; local
198 service_copy = NULL;
207 service_copy = _dbus_strdup (service);
208 if (service_copy == NULL)
214 if (!_dbus_hash_table_insert_string (dest, service_copy, context_copy))
217 service_copy = NULL;
224 if (service_copy)
225 dbus_free (service_copy);

Completed in 52 milliseconds