req                25 cib/cibmessages.h                                     xmlNode * req, xmlNode * input,
req                30 cib/cibmessages.h                                xmlNode * req, xmlNode * input, xmlNode * existing_cib,
req                34 cib/cibmessages.h                             xmlNode * req, xmlNode * input, xmlNode * existing_cib,
req                38 cib/cibmessages.h                             xmlNode * req, xmlNode * input, xmlNode * existing_cib,
req                42 cib/cibmessages.h                                  xmlNode * req, xmlNode * input, xmlNode * existing_cib,
req                46 cib/cibmessages.h                                    xmlNode * req, xmlNode * input,
req                51 cib/cibmessages.h                                    xmlNode * req, xmlNode * input,
req                56 cib/cibmessages.h                             xmlNode * req, xmlNode * input, xmlNode * existing_cib,
req                60 cib/cibmessages.h                                 xmlNode * req, xmlNode * input, xmlNode * existing_cib,
req                64 cib/cibmessages.h                                        xmlNode * req, xmlNode * input,
req                69 cib/cibmessages.h                                xmlNode * req, xmlNode * input,
req                68 cib/messages.c cib_process_shutdown_req(const char *op, int options, const char *section, xmlNode * req,
req                73 cib/messages.c     const char *host = crm_element_value(req, F_ORIG);
req                77 cib/messages.c     if (crm_element_value(req, F_CIB_ISREPLY) == NULL) {
req                95 cib/messages.c cib_process_default(const char *op, int options, const char *section, xmlNode * req,
req               119 cib/messages.c cib_process_quit(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               132 cib/messages.c cib_process_readwrite(const char *op, int options, const char *section, xmlNode * req,
req               187 cib/messages.c cib_process_ping(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               190 cib/messages.c     const char *host = crm_element_value(req, F_ORIG);
req               191 cib/messages.c     const char *seq = crm_element_value(req, F_CIB_PING_ID);
req               234 cib/messages.c cib_process_sync(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               237 cib/messages.c     return sync_our_cib(req, TRUE);
req               241 cib/messages.c cib_process_upgrade_server(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               248 cib/messages.c     if(crm_element_value(req, F_CIB_SCHEMA_MAX)) {
req               250 cib/messages.c             op, options, section, req, input, existing_cib, result_cib, answer);
req               256 cib/messages.c         const char *host = crm_element_value(req, F_ORIG);
req               275 cib/messages.c             crm_xml_add(up, F_CIB_CLIENTID, crm_element_value(req, F_CIB_CLIENTID));
req               276 cib/messages.c             crm_xml_add(up, F_CIB_CALLOPTS, crm_element_value(req, F_CIB_CALLOPTS));
req               277 cib/messages.c             crm_xml_add(up, F_CIB_CALLID, crm_element_value(req, F_CIB_CALLID));
req               299 cib/messages.c cib_process_sync_one(const char *op, int options, const char *section, xmlNode * req,
req               303 cib/messages.c     return sync_our_cib(req, FALSE);
req               307 cib/messages.c cib_server_process_diff(const char *op, int options, const char *section, xmlNode * req,
req               341 cib/messages.c     rc = cib_process_diff(op, options, section, req, input, existing_cib, result_cib, answer);
req               368 cib/messages.c cib_process_replace_svr(const char *op, int options, const char *section, xmlNode * req,
req               374 cib/messages.c         cib_process_replace(op, options, section, req, input, existing_cib, result_cib, answer);
req               439 cib/messages.c cib_process_delete_absolute(const char *op, int options, const char *section, xmlNode * req,
req                61 crmd/join_client.c     xmlNode *req = create_request(CRM_OP_JOIN_ANNOUNCE, NULL, NULL,
req                67 crmd/join_client.c     send_cluster_message(NULL, crm_msg_crmd, req, FALSE);
req                68 crmd/join_client.c     free_xml(req);
req                97 crmd/join_client.c         xmlNode *req = create_request(CRM_OP_JOIN_ANNOUNCE, NULL, NULL,
req               102 crmd/join_client.c         send_cluster_message(NULL, crm_msg_crmd, req, FALSE);
req               103 crmd/join_client.c         free_xml(req);
req               125 include/crm/cib/internal.h                    const char *section, xmlNode * req, xmlNode * input,
req               148 include/crm/cib/internal.h int cib_process_query(const char *op, int options, const char *section, xmlNode * req,
req               152 include/crm/cib/internal.h int cib_process_erase(const char *op, int options, const char *section, xmlNode * req,
req               156 include/crm/cib/internal.h int cib_process_bump(const char *op, int options, const char *section, xmlNode * req,
req               160 include/crm/cib/internal.h int cib_process_replace(const char *op, int options, const char *section, xmlNode * req,
req               164 include/crm/cib/internal.h int cib_process_create(const char *op, int options, const char *section, xmlNode * req,
req               168 include/crm/cib/internal.h int cib_process_modify(const char *op, int options, const char *section, xmlNode * req,
req               172 include/crm/cib/internal.h int cib_process_delete(const char *op, int options, const char *section, xmlNode * req,
req               176 include/crm/cib/internal.h int cib_process_diff(const char *op, int options, const char *section, xmlNode * req,
req               180 include/crm/cib/internal.h int cib_process_upgrade(const char *op, int options, const char *section, xmlNode * req,
req               203 include/crm/cib/internal.h int cib_process_xpath(const char *op, int options, const char *section, xmlNode * req,
req                38 lib/cib/cib_ops.c cib_process_query(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req                47 lib/cib/cib_ops.c         return cib_process_xpath(op, options, section, req, input,
req                83 lib/cib/cib_ops.c cib_process_erase(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               100 lib/cib/cib_ops.c cib_process_upgrade(const char *op, int options, const char *section, xmlNode * req,
req               108 lib/cib/cib_ops.c     const char *max = crm_element_value(req, F_CIB_SCHEMA_MAX);
req               134 lib/cib/cib_ops.c cib_process_bump(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               176 lib/cib/cib_ops.c cib_process_replace(const char *op, int options, const char *section, xmlNode * req,
req               186 lib/cib/cib_ops.c         return cib_process_xpath(op, options, section, req, input,
req               215 lib/cib/cib_ops.c         const char *peer = crm_element_value(req, F_ORIG);
req               216 lib/cib/cib_ops.c         const char *digest = crm_element_value(req, XML_ATTR_DIGEST);
req               219 lib/cib/cib_ops.c             const char *version = crm_element_value(req, XML_ATTR_CRM_VERSION);
req               288 lib/cib/cib_ops.c cib_process_delete(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               296 lib/cib/cib_ops.c         return cib_process_xpath(op, options, section, req, input,
req               322 lib/cib/cib_ops.c cib_process_modify(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               330 lib/cib/cib_ops.c         return cib_process_xpath(op, options, section, req, input,
req               526 lib/cib/cib_ops.c cib_process_create(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               552 lib/cib/cib_ops.c         return cib_process_modify(op, options, section, req, input, existing_cib, result_cib,
req               590 lib/cib/cib_ops.c cib_process_diff(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               595 lib/cib/cib_ops.c     if (req != NULL) {
req               596 lib/cib/cib_ops.c         originator = crm_element_value(req, F_ORIG);
req               680 lib/cib/cib_ops.c cib_process_xpath(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               292 lib/cib/cib_utils.c                const char *section, xmlNode * req, xmlNode * input,
req               304 lib/cib/cib_utils.c     const char *user = crm_element_value(req, F_CIB_USER);
req               339 lib/cib/cib_utils.c         rc = (*fn) (op, call_options, section, req, input, cib_ro, result_cib, output);
req               375 lib/cib/cib_utils.c         rc = (*fn) (op, call_options, section, req, input, scratch, &scratch, output);
req               380 lib/cib/cib_utils.c         rc = (*fn) (op, call_options, section, req, input, current_cib, &scratch, output);
req               426 lib/cib/cib_utils.c             crm_log_xml_warn(req, "Bad Op");
req               436 lib/cib/cib_utils.c                 crm_log_xml_warn(req, "Bad Op");
req               541 lib/cib/cib_utils.c                 const char *origin = crm_element_value(req, F_ORIG);
req               546 lib/cib/cib_utils.c                                 crm_element_value(req, F_CIB_CLIENTNAME));
req               548 lib/cib/cib_utils.c                 crm_xml_replace(scratch, XML_ATTR_UPDATE_USER, crm_element_value(req, F_CIB_USER));