notify_src         40 daemons/based/based_callbacks.c     xmlNode *notify_src;
notify_src        182 daemons/based/based_callbacks.c do_local_notify(const xmlNode *notify_src, const char *client_id,
notify_src        190 daemons/based/based_callbacks.c     CRM_CHECK((notify_src != NULL) && (client_id != NULL), return);
notify_src        192 daemons/based/based_callbacks.c     crm_element_value_int(notify_src, PCMK__XA_CIB_CALLID, &msg_id);
notify_src        213 daemons/based/based_callbacks.c             rc = pcmk__ipc_send_xml(client_obj, msg_id, notify_src, flags);
notify_src        219 daemons/based/based_callbacks.c             rc = pcmk__remote_send_xml(client_obj->remote, notify_src);
notify_src        514 daemons/based/based_callbacks.c     free_xml(notify->notify_src);
notify_src        531 daemons/based/based_callbacks.c         do_local_notify(notify->notify_src, notify->client_id, notify->sync_reply,
notify_src        538 daemons/based/based_callbacks.c queue_local_notify(xmlNode * notify_src, const char *client_id, gboolean sync_reply,
notify_src        544 daemons/based/based_callbacks.c     notify->notify_src = notify_src;
notify_src        233 daemons/fenced/pacemaker-fenced.c do_local_reply(const xmlNode *notify_src, pcmk__client_t *client,
notify_src        248 daemons/fenced/pacemaker-fenced.c     local_rc = pcmk__ipc_send_xml(client, rid, notify_src, ipc_flags);
notify_src        244 daemons/fenced/pacemaker-fenced.h void do_local_reply(const xmlNode *notify_src, pcmk__client_t *client,