Searched refs:context_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.c196 char *context_copy; local
199 context_copy = NULL;
210 context_copy = _dbus_strdup (context);
211 if (context_copy == NULL)
214 if (!_dbus_hash_table_insert_string (dest, service_copy, context_copy))
218 context_copy = NULL;
227 if (context_copy)
228 dbus_free (context_copy);
1711 char *context_copy; local
1714 context_copy
[all...]

Completed in 116 milliseconds