HomeSort by relevance Sort by last modified time
    Searched full:context_copy (Results 1 - 1 of 1) sorted by null

  /external/dbus/bus/
config-parser.c 255 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
    [all...]

Completed in 44 milliseconds