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