req                43 daemons/based/based_messages.c cib_process_shutdown_req(const char *op, int options, const char *section, xmlNode * req,
req                47 daemons/based/based_messages.c     const char *host = crm_element_value(req, PCMK__XA_SRC);
req                51 daemons/based/based_messages.c     if (crm_element_value(req, PCMK__XA_CIB_ISREPLYTO) == NULL) {
req                68 daemons/based/based_messages.c cib_process_noop(const char *op, int options, const char *section, xmlNode *req,
req                78 daemons/based/based_messages.c cib_process_readwrite(const char *op, int options, const char *section, xmlNode * req,
req               138 daemons/based/based_messages.c cib_process_ping(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               141 daemons/based/based_messages.c     const char *host = crm_element_value(req, PCMK__XA_SRC);
req               142 daemons/based/based_messages.c     const char *seq = crm_element_value(req, PCMK__XA_CIB_PING_ID);
req               186 daemons/based/based_messages.c cib_process_sync(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               189 daemons/based/based_messages.c     return sync_our_cib(req, TRUE);
req               193 daemons/based/based_messages.c cib_process_upgrade_server(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               200 daemons/based/based_messages.c     if (crm_element_value(req, PCMK__XA_CIB_SCHEMA_MAX) != NULL) {
req               207 daemons/based/based_messages.c             op, options, section, req, input, existing_cib, result_cib, answer);
req               211 daemons/based/based_messages.c         const char *host = crm_element_value(req, PCMK__XA_SRC);
req               214 daemons/based/based_messages.c         const char *client_id = crm_element_value(req, PCMK__XA_CIB_CLIENTID);
req               215 daemons/based/based_messages.c         const char *call_opts = crm_element_value(req, PCMK__XA_CIB_CALLOPT);
req               216 daemons/based/based_messages.c         const char *call_id = crm_element_value(req, PCMK__XA_CIB_CALLID);
req               287 daemons/based/based_messages.c cib_process_sync_one(const char *op, int options, const char *section, xmlNode * req,
req               291 daemons/based/based_messages.c     return sync_our_cib(req, FALSE);
req               295 daemons/based/based_messages.c cib_server_process_diff(const char *op, int options, const char *section, xmlNode * req,
req               329 daemons/based/based_messages.c     rc = cib_process_diff(op, options, section, req, input, existing_cib, result_cib, answer);
req               349 daemons/based/based_messages.c cib_process_replace_svr(const char *op, int options, const char *section, xmlNode * req,
req               354 daemons/based/based_messages.c         cib_process_replace(op, options, section, req, input, existing_cib, result_cib, answer);
req               366 daemons/based/based_messages.c cib_process_delete_absolute(const char *op, int options, const char *section, xmlNode * req,
req               460 daemons/based/based_messages.c                                xmlNode *req, xmlNode *input,
req               469 daemons/based/based_messages.c     const char *client_id = crm_element_value(req, PCMK__XA_CIB_CLIENTID);
req               470 daemons/based/based_messages.c     const char *origin = crm_element_value(req, PCMK__XA_SRC);
req               486 daemons/based/based_messages.c cib_process_schemas(const char *op, int options, const char *section, xmlNode *req,
req               499 daemons/based/based_messages.c     wrapper = pcmk__xe_first_child(req, PCMK__XE_CIB_CALLDATA, NULL, NULL);
req                84 daemons/based/pacemaker-based.h                              xmlNode *req, xmlNode *input,
req                88 daemons/based/pacemaker-based.h                      xmlNode *req, xmlNode *input, xmlNode *existing_cib,
req                91 daemons/based/pacemaker-based.h                      xmlNode *req, xmlNode *input, xmlNode *existing_cib,
req                94 daemons/based/pacemaker-based.h                           xmlNode *req, xmlNode *input, xmlNode *existing_cib,
req                97 daemons/based/pacemaker-based.h                             xmlNode *req, xmlNode *input, xmlNode *existing_cib,
req               100 daemons/based/pacemaker-based.h                             xmlNode *req, xmlNode *input, xmlNode *existing_cib,
req               103 daemons/based/pacemaker-based.h                      xmlNode *req, xmlNode *input, xmlNode *existing_cib,
req               106 daemons/based/pacemaker-based.h                          xmlNode *req, xmlNode *input, xmlNode *existing_cib,
req               109 daemons/based/pacemaker-based.h                                 const char *section, xmlNode *req,
req               113 daemons/based/pacemaker-based.h                                xmlNode *req, xmlNode *input,
req               117 daemons/based/pacemaker-based.h                                    const char *section, xmlNode *req,
req               121 daemons/based/pacemaker-based.h                         xmlNode *req, xmlNode *input, xmlNode *existing_cib,
req                53 daemons/controld/controld_join_client.c     xmlNode *req = pcmk__new_request(pcmk_ipc_controld, CRM_SYSTEM_CRMD, NULL,
req                59 daemons/controld/controld_join_client.c     pcmk__cluster_send_message(NULL, pcmk_ipc_controld, req);
req                60 daemons/controld/controld_join_client.c     pcmk__xml_free(req);
req                83 daemons/controld/controld_join_client.c         xmlNode *req = pcmk__new_request(pcmk_ipc_controld, CRM_SYSTEM_CRMD,
req                89 daemons/controld/controld_join_client.c         pcmk__cluster_send_message(NULL, pcmk_ipc_controld, req);
req                90 daemons/controld/controld_join_client.c         pcmk__xml_free(req);
req               177 include/crm/cib/internal.h                    xmlNode *req, xmlNode *input, bool manage_counters,
req               193 include/crm/cib/internal.h int cib_process_query(const char *op, int options, const char *section, xmlNode * req,
req               197 include/crm/cib/internal.h int cib_process_erase(const char *op, int options, const char *section, xmlNode * req,
req               201 include/crm/cib/internal.h int cib_process_bump(const char *op, int options, const char *section, xmlNode * req,
req               205 include/crm/cib/internal.h int cib_process_replace(const char *op, int options, const char *section, xmlNode * req,
req               209 include/crm/cib/internal.h int cib_process_create(const char *op, int options, const char *section, xmlNode * req,
req               213 include/crm/cib/internal.h int cib_process_modify(const char *op, int options, const char *section, xmlNode * req,
req               217 include/crm/cib/internal.h int cib_process_delete(const char *op, int options, const char *section, xmlNode * req,
req               221 include/crm/cib/internal.h int cib_process_diff(const char *op, int options, const char *section, xmlNode * req,
req               225 include/crm/cib/internal.h int cib_process_upgrade(const char *op, int options, const char *section, xmlNode * req,
req               252 include/crm/cib/internal.h                       const xmlNode *req, xmlNode *input, xmlNode *existing_cib,
req               246 include/crm/common/ipc_internal.h #define pcmk__ipc_send_ack(c, req, flags, tag, ver, st) \
req               247 include/crm/common/ipc_internal.h     pcmk__ipc_send_ack_as(__func__, __LINE__, (c), (req), (flags), (tag), (ver), (st))
req                56 lib/cib/cib_file.c                                                xmlNode *req, xmlNode *input,
req              1156 lib/cib/cib_file.c                                     const char *section, xmlNode *req,
req              1161 lib/cib/cib_file.c     const char *client_id = crm_element_value(req, PCMK__XA_CIB_CLIENTID);
req               169 lib/cib/cib_ops.c cib_process_query(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               179 lib/cib/cib_ops.c         return cib_process_xpath(op, options, section, req, input,
req               242 lib/cib/cib_ops.c cib_process_erase(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               261 lib/cib/cib_ops.c cib_process_upgrade(const char *op, int options, const char *section, xmlNode * req,
req               266 lib/cib/cib_ops.c     const char *max_schema = crm_element_value(req, PCMK__XA_CIB_SCHEMA_MAX);
req               290 lib/cib/cib_ops.c cib_process_bump(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               305 lib/cib/cib_ops.c cib_process_replace(const char *op, int options, const char *section, xmlNode * req,
req               315 lib/cib/cib_ops.c         return cib_process_xpath(op, options, section, req, input,
req               342 lib/cib/cib_ops.c         const char *peer = crm_element_value(req, PCMK__XA_SRC);
req               343 lib/cib/cib_ops.c         const char *digest = crm_element_value(req, PCMK__XA_DIGEST);
req               426 lib/cib/cib_ops.c cib_process_delete(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               434 lib/cib/cib_ops.c         return cib_process_xpath(op, options, section, req, input,
req               454 lib/cib/cib_ops.c cib_process_modify(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               463 lib/cib/cib_ops.c         return cib_process_xpath(op, options, section, req, input,
req               578 lib/cib/cib_ops.c cib_process_create(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               605 lib/cib/cib_ops.c         return cib_process_modify(op, options, section, req, input, existing_cib, result_cib,
req               645 lib/cib/cib_ops.c cib_process_diff(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               650 lib/cib/cib_ops.c     if (req != NULL) {
req               651 lib/cib/cib_ops.c         originator = crm_element_value(req, PCMK__XA_SRC);
req               668 lib/cib/cib_ops.c                   const xmlNode *req, xmlNode *input, xmlNode *existing_cib,
req               223 lib/cib/cib_utils.c                xmlNode *req, xmlNode *input, bool manage_counters,
req               235 lib/cib/cib_utils.c     const char *user = crm_element_value(req, PCMK__XA_CIB_USER);
req               275 lib/cib/cib_utils.c         rc = (*fn) (op, call_options, section, req, input, cib_ro, result_cib, output);
req               317 lib/cib/cib_utils.c         rc = (*fn) (op, call_options, section, req, input, scratch, &scratch, output);
req               336 lib/cib/cib_utils.c         rc = (*fn) (op, call_options, section, req, input, *current_cib,
req               395 lib/cib/cib_utils.c             crm_log_xml_warn(req, "Bad Op");
req               405 lib/cib/cib_utils.c                 crm_log_xml_warn(req, "Bad Op");
req               500 lib/cib/cib_utils.c             const char *origin = crm_element_value(req, PCMK__XA_SRC);
req               501 lib/cib/cib_utils.c             const char *client = crm_element_value(req,
req               377 lib/common/utils.c         struct timespec req = { .tv_sec = 0, .tv_nsec = (long) (ms * 1000000) };
req               379 lib/common/utils.c         nanosleep(&req, NULL);