query_from        158 include/crm/cib/cib_types.h     int (*query_from) (cib_t *cib, const char *host, const char *section,
query_from        270 lib/cib/cib_client.c     return cib->cmds->query_from(cib, NULL, section, output_data, call_options);
query_from        708 lib/cib/cib_client.c     new_cib->cmds->query_from = cib_client_query_from;