CIB_OP_QUERY      189 cib/common.c       {CIB_OP_QUERY,     FALSE, FALSE, FALSE, cib_prepare_none, cib_cleanup_query,  cib_process_query},
CIB_OP_QUERY      139 lib/cib/cib_attrs.c     rc = cib_internal_op(the_cib, CIB_OP_QUERY, NULL, xpath_string, NULL, &xml_search,
CIB_OP_QUERY      503 lib/cib/cib_attrs.c     if (cib_internal_op(the_cib, CIB_OP_QUERY, NULL, xpath_string, NULL,
CIB_OP_QUERY       83 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_QUERY, host, section, NULL, output_data, call_options, NULL);
CIB_OP_QUERY      752 lib/cib/cib_file.c     {CIB_OP_QUERY,      TRUE,  cib_process_query},
CIB_OP_QUERY      461 lib/cib/cib_native.c             if (safe_str_neq(op, CIB_OP_QUERY)) {
CIB_OP_QUERY      686 lib/cib/cib_ops.c     gboolean is_query = safe_str_eq(op, CIB_OP_QUERY);
CIB_OP_QUERY      753 lib/cib/cib_ops.c         } else if (safe_str_eq(op, CIB_OP_QUERY)) {
CIB_OP_QUERY      255 tools/cibadmin.c                 cib_action = CIB_OP_QUERY;
CIB_OP_QUERY      569 tools/cibadmin.c     } else if (safe_str_eq(cib_action, CIB_OP_QUERY) && output == NULL) {