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

/sssd/src/sbus/
H A Dsssd_dbus_interface.c623 char *lookup_path = NULL; local
633 lookup_path = talloc_strdup(tmp_ctx, object_path);
634 if (lookup_path == NULL) {
638 while (lookup_path != NULL) {
640 key.str = lookup_path;
658 lookup_path = sbus_opath_parent_subtree(tmp_ctx, lookup_path);
679 char *lookup_path = NULL; local
696 lookup_path = talloc_strdup(tmp_ctx, object_path);
697 if (lookup_path
[all...]

Completed in 941 milliseconds