op_request        142 daemons/based/based_callbacks.c cib_common_callback_worker(uint32_t id, uint32_t flags, xmlNode * op_request,
op_request        145 daemons/based/based_callbacks.c     const char *op = crm_element_value(op_request, F_CIB_OPERATION);
op_request        164 daemons/based/based_callbacks.c         const char *type = crm_element_value(op_request, F_CIB_NOTIFY_TYPE);
op_request        166 daemons/based/based_callbacks.c         crm_element_value_int(op_request, F_CIB_NOTIFY_ACTIVATE, &on_off);
op_request        202 daemons/based/based_callbacks.c     cib_process_request(op_request, privileged, cib_client);
op_request        212 daemons/based/based_callbacks.c     xmlNode *op_request = pcmk__client_data2xml(cib_client, data, &id, &flags);
op_request        214 daemons/based/based_callbacks.c     if (op_request) {
op_request        215 daemons/based/based_callbacks.c         crm_element_value_int(op_request, F_CIB_CALLOPTS, &call_options);
op_request        218 daemons/based/based_callbacks.c     if (op_request == NULL) {
op_request        235 daemons/based/based_callbacks.c         const char *value = crm_element_value(op_request, F_CIB_CLIENTNAME);
op_request        258 daemons/based/based_callbacks.c     crm_xml_add(op_request, F_CIB_CLIENTID, cib_client->id);
op_request        259 daemons/based/based_callbacks.c     crm_xml_add(op_request, F_CIB_CLIENTNAME, cib_client->name);
op_request        262 daemons/based/based_callbacks.c     pcmk__update_acl_user(op_request, F_CIB_USER, cib_client->user);
op_request        264 daemons/based/based_callbacks.c     cib_common_callback_worker(id, flags, op_request, cib_client, privileged);
op_request        265 daemons/based/based_callbacks.c     free_xml(op_request);
op_request         80 daemons/based/pacemaker-based.h                                 xmlNode *op_request, pcmk__client_t *cib_client,
op_request        220 daemons/fenced/pacemaker-fenced.h                             xmlNode *op_request, const char *remote_peer);