query_results     123 fencing/internal.h     GListPtr query_results;
query_results     246 fencing/remote.c     if (op->query_results) {
query_results     247 fencing/remote.c         g_list_free_full(op->query_results, free_remote_query);
query_results     525 fencing/remote.c     if (op->query_results) {
query_results     526 fencing/remote.c         g_list_free_full(op->query_results, free_remote_query);
query_results     527 fencing/remote.c         op->query_results = NULL;
query_results     608 fencing/remote.c     } else if (op->query_results) {
query_results    1135 fencing/remote.c     for (iter = op->query_results; iter != NULL; iter = iter->next) {
query_results    1310 fencing/remote.c                 for (iter = op->query_results; iter != NULL; iter = iter->next) {
query_results    1633 fencing/remote.c             for (iter = op->query_results; iter && !match; iter = iter->next) {
query_results    1792 fencing/remote.c     op->query_results = g_list_insert_sorted(op->query_results, result, sort_peers);