op_request        143 daemons/based/based_callbacks.c cib_common_callback_worker(uint32_t id, uint32_t flags, xmlNode * op_request,
op_request        146 daemons/based/based_callbacks.c     const char *op = crm_element_value(op_request, F_CIB_OPERATION);
op_request        165 daemons/based/based_callbacks.c         const char *type = crm_element_value(op_request, F_CIB_NOTIFY_TYPE);
op_request        167 daemons/based/based_callbacks.c         crm_element_value_int(op_request, F_CIB_NOTIFY_ACTIVATE, &on_off);
op_request        203 daemons/based/based_callbacks.c     cib_process_request(op_request, privileged, cib_client);
op_request        213 daemons/based/based_callbacks.c     xmlNode *op_request = pcmk__client_data2xml(cib_client, data, &id, &flags);
op_request        215 daemons/based/based_callbacks.c     if (op_request) {
op_request        216 daemons/based/based_callbacks.c         crm_element_value_int(op_request, F_CIB_CALLOPTS, &call_options);
op_request        219 daemons/based/based_callbacks.c     if (op_request == NULL) {
op_request        236 daemons/based/based_callbacks.c         const char *value = crm_element_value(op_request, F_CIB_CLIENTNAME);
op_request        259 daemons/based/based_callbacks.c     crm_xml_add(op_request, F_CIB_CLIENTID, cib_client->id);
op_request        260 daemons/based/based_callbacks.c     crm_xml_add(op_request, F_CIB_CLIENTNAME, cib_client->name);
op_request        263 daemons/based/based_callbacks.c     pcmk__update_acl_user(op_request, F_CIB_USER, cib_client->user);
op_request        265 daemons/based/based_callbacks.c     cib_common_callback_worker(id, flags, op_request, cib_client, privileged);
op_request        266 daemons/based/based_callbacks.c     free_xml(op_request);
op_request         84 daemons/based/pacemaker-based.h                                 xmlNode *op_request, pcmk__client_t *cib_client,
op_request        213 daemons/fenced/pacemaker-fenced.h                             xmlNode *op_request, const char *remote_peer);