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               179 include/crm/cib/internal.h                    xmlNode *req, xmlNode *input, bool manage_counters,
req               195 include/crm/cib/internal.h int cib_process_query(const char *op, int options, const char *section, xmlNode * req,
req               199 include/crm/cib/internal.h int cib_process_erase(const char *op, int options, const char *section, xmlNode * req,
req               203 include/crm/cib/internal.h int cib_process_bump(const char *op, int options, const char *section, xmlNode * req,
req               207 include/crm/cib/internal.h int cib_process_replace(const char *op, int options, const char *section, xmlNode * req,
req               211 include/crm/cib/internal.h int cib_process_create(const char *op, int options, const char *section, xmlNode * req,
req               215 include/crm/cib/internal.h int cib_process_modify(const char *op, int options, const char *section, xmlNode * req,
req               219 include/crm/cib/internal.h int cib_process_delete(const char *op, int options, const char *section, xmlNode * req,
req               223 include/crm/cib/internal.h int cib_process_diff(const char *op, int options, const char *section, xmlNode * req,
req               227 include/crm/cib/internal.h int cib_process_upgrade(const char *op, int options, const char *section, xmlNode * req,
req               254 include/crm/cib/internal.h                       const xmlNode *req, xmlNode *input, xmlNode *existing_cib,
req               236 include/crm/common/ipc_internal.h #define pcmk__ipc_send_ack(c, req, flags, tag, ver, st) \
req               237 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               168 lib/cib/cib_ops.c cib_process_query(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               178 lib/cib/cib_ops.c         return cib_process_xpath(op, options, section, req, input,
req               241 lib/cib/cib_ops.c cib_process_erase(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               260 lib/cib/cib_ops.c cib_process_upgrade(const char *op, int options, const char *section, xmlNode * req,
req               265 lib/cib/cib_ops.c     const char *max_schema = crm_element_value(req, PCMK__XA_CIB_SCHEMA_MAX);
req               289 lib/cib/cib_ops.c cib_process_bump(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               304 lib/cib/cib_ops.c cib_process_replace(const char *op, int options, const char *section, xmlNode * req,
req               314 lib/cib/cib_ops.c         return cib_process_xpath(op, options, section, req, input,
req               341 lib/cib/cib_ops.c         const char *peer = crm_element_value(req, PCMK__XA_SRC);
req               342 lib/cib/cib_ops.c         const char *digest = crm_element_value(req, PCMK__XA_DIGEST);
req               425 lib/cib/cib_ops.c cib_process_delete(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               433 lib/cib/cib_ops.c         return cib_process_xpath(op, options, section, req, input,
req               453 lib/cib/cib_ops.c cib_process_modify(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               462 lib/cib/cib_ops.c         return cib_process_xpath(op, options, section, req, input,
req               577 lib/cib/cib_ops.c cib_process_create(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               604 lib/cib/cib_ops.c         return cib_process_modify(op, options, section, req, input, existing_cib, result_cib,
req               644 lib/cib/cib_ops.c cib_process_diff(const char *op, int options, const char *section, xmlNode * req, xmlNode * input,
req               649 lib/cib/cib_ops.c     if (req != NULL) {
req               650 lib/cib/cib_ops.c         originator = crm_element_value(req, PCMK__XA_SRC);
req               667 lib/cib/cib_ops.c                   const xmlNode *req, xmlNode *input, xmlNode *existing_cib,
req               224 lib/cib/cib_utils.c                xmlNode *req, xmlNode *input, bool manage_counters,
req               236 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               312 lib/cib/cib_utils.c         rc = (*fn) (op, call_options, section, req, input, scratch, &scratch, output);
req               324 lib/cib/cib_utils.c         rc = (*fn) (op, call_options, section, req, input, *current_cib,
req               377 lib/cib/cib_utils.c             crm_log_xml_warn(req, "Bad Op");
req               387 lib/cib/cib_utils.c                 crm_log_xml_warn(req, "Bad Op");
req               482 lib/cib/cib_utils.c             const char *origin = crm_element_value(req, PCMK__XA_SRC);
req               483 lib/cib/cib_utils.c             const char *client = crm_element_value(req,
req               373 lib/common/utils.c         struct timespec req = { .tv_sec = 0, .tv_nsec = (long) (ms * 1000000) };
req               375 lib/common/utils.c         nanosleep(&req, NULL);