matchNodePath     230 lib/common/xpath.c     char *matchNodePath = NULL;
matchNodePath     254 lib/common/xpath.c                 matchNodePath = (char *)xmlGetNodePath(match);
matchNodePath     255 lib/common/xpath.c                 do_crm_log(error_level, "%s[%d] = %s", xpath, lpc, crm_str(matchNodePath));
matchNodePath     256 lib/common/xpath.c                 free(matchNodePath);