cib_internal_op   289 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   322 lib/cib/cib_attrs.c     rc = cib_internal_op(cib, PCMK__CIB_REQUEST_MODIFY, NULL, section, xml_top,
cib_internal_op   398 lib/cib/cib_attrs.c     rc = cib_internal_op(cib, PCMK__CIB_REQUEST_DELETE, NULL, section, xml_obj,
cib_internal_op   639 lib/cib/cib_attrs.c     if (cib_internal_op(the_cib, PCMK__CIB_REQUEST_QUERY, NULL, xpath_string,
cib_internal_op   255 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_NOOP, NULL, NULL, NULL, NULL,
cib_internal_op   263 lib/cib/cib_client.c     return cib_internal_op(cib, CRM_OP_PING, NULL, NULL, NULL, output_data,
cib_internal_op   278 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_QUERY, host, section, NULL,
cib_internal_op   286 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_IS_PRIMARY, NULL, NULL, NULL,
cib_internal_op   294 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_SECONDARY, NULL, NULL, NULL,
cib_internal_op   309 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_PRIMARY, NULL, NULL, NULL,
cib_internal_op   317 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_BUMP, NULL, NULL, NULL, NULL,
cib_internal_op   325 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_UPGRADE, NULL, NULL, NULL,
cib_internal_op   339 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_SYNC_TO_ALL, host, section,
cib_internal_op   347 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_CREATE, NULL, section, data,
cib_internal_op   355 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_MODIFY, NULL, section, data,
cib_internal_op   363 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_REPLACE, NULL, section, data,
cib_internal_op   371 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_DELETE, NULL, section, data,
cib_internal_op   379 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_ABS_DELETE, NULL, section,
cib_internal_op   387 lib/cib/cib_client.c     return cib_internal_op(cib, PCMK__CIB_REQUEST_ERASE, NULL, NULL, NULL,
cib_internal_op   438 lib/cib/cib_client.c         rc = cib_internal_op(cib, PCMK__CIB_REQUEST_COMMIT_TRANSACT, NULL, NULL,
cib_internal_op   895 tools/cibadmin.c     return cib_internal_op(the_cib, options.cib_action, options.dest_node,