cib_internal_op   254 include/crm/cib/internal.h int cib_internal_op(cib_t * cib, const char *op, const char *host,
cib_internal_op   133 lib/cib/cib_attrs.c     rc = cib_internal_op(cib, PCMK__CIB_REQUEST_QUERY, NULL,
cib_internal_op   319 lib/cib/cib_attrs.c     rc = cib_internal_op(cib, PCMK__CIB_REQUEST_MODIFY, NULL, section, xml_top,
cib_internal_op   400 lib/cib/cib_attrs.c     rc = cib_internal_op(cib, PCMK__CIB_REQUEST_DELETE, NULL, section, xml_obj,
cib_internal_op   647 lib/cib/cib_attrs.c     if (cib_internal_op(the_cib, PCMK__CIB_REQUEST_QUERY, NULL, xpath_string,
cib_internal_op   245 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_NOOP, NULL, NULL, NULL, NULL,
cib_internal_op   252 lib/cib/cib_client.c     return cib_internal_op(cib, CRM_OP_PING, NULL, NULL, NULL, output_data,
cib_internal_op   266 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_QUERY, host, section, NULL,
cib_internal_op   273 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_IS_PRIMARY, NULL, NULL, NULL,
cib_internal_op   280 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_SECONDARY, NULL, NULL, NULL,
cib_internal_op   294 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_PRIMARY, NULL, NULL, NULL,
cib_internal_op   301 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_BUMP, NULL, NULL, NULL, NULL,
cib_internal_op   308 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_UPGRADE, NULL, NULL, NULL,
cib_internal_op   321 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_SYNC_TO_ALL, host, section,
cib_internal_op   328 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_CREATE, NULL, section, data,
cib_internal_op   335 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_MODIFY, NULL, section, data,
cib_internal_op   342 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_REPLACE, NULL, section, data,
cib_internal_op   349 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_DELETE, NULL, section, data,
cib_internal_op   356 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_ABS_DELETE, NULL, section,
cib_internal_op   363 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_ERASE, NULL, NULL, NULL,
cib_internal_op   416 lib/cib/cib_client.c         rc = cib_internal_op(cib, PCMK__CIB_REQUEST_COMMIT_TRANSACT, NULL, NULL,
cib_internal_op   441 lib/cib/cib_client.c     rc = cib_internal_op(cib, PCMK__CIB_REQUEST_SCHEMAS, NULL, NULL, data,
cib_internal_op   940 tools/cibadmin.c     return cib_internal_op(the_cib, options.cib_action, options.dest_node,