response          567 cib/remote.c                        struct pam_response **response, void *data)
response          600 cib/remote.c       *response = reply;
response           94 lib/lrmd/proxy_common.c     xmlNode *response = create_xml_node(NULL, T_LRMD_IPC_PROXY);
response           95 lib/lrmd/proxy_common.c     crm_xml_add(response, F_LRMD_IPC_OP, LRMD_IPC_OP_RESPONSE);
response           96 lib/lrmd/proxy_common.c     crm_xml_add(response, F_LRMD_IPC_SESSION, proxy->session_id);
response           97 lib/lrmd/proxy_common.c     crm_xml_add_int(response, F_LRMD_IPC_MSG_ID, msg_id);
response           98 lib/lrmd/proxy_common.c     add_message_xml(response, F_LRMD_IPC_MSG, msg);
response           99 lib/lrmd/proxy_common.c     lrmd_internal_proxy_send(proxy->lrm, response);
response          100 lib/lrmd/proxy_common.c     free_xml(response);