Searched defs:child_entries (Results 1 - 2 of 2) sorted by relevance

/external/dbus/dbus/
H A Ddbus-object-tree.c558 char ***child_entries)
564 _dbus_assert (child_entries != NULL);
566 *child_entries = NULL;
595 *child_entries = retval;
1018 * @param child_entries returns #NULL-terminated array of children
1024 char ***child_entries)
1030 child_entries);
1665 char **child_entries; local
1668 _dbus_object_tree_list_registered_unlocked (tree, path1, &child_entries);
1669 if (child_entries !
556 _dbus_object_tree_list_registered_unlocked(DBusObjectTree *tree, const char **parent_path, char ***child_entries) argument
1022 _dbus_object_tree_list_registered_and_unlock(DBusObjectTree *tree, const char **parent_path, char ***child_entries) argument
[all...]
H A Ddbus-connection.c5310 * @param child_entries returns #NULL-terminated array of children
5316 char ***child_entries)
5323 _dbus_return_val_if_fail (child_entries != NULL, FALSE);
5332 child_entries);
5314 dbus_connection_list_registered(DBusConnection *connection, const char *parent_path, char ***child_entries) argument

Completed in 45 milliseconds