response 535 daemons/based/based_remote.c struct pam_response **response, void *data) response 541 daemons/based/based_remote.c CRM_CHECK((num_msg == 1) && (msg != NULL) && (response != NULL) response 566 daemons/based/based_remote.c *response = calloc(1, sizeof(struct pam_response)); response 567 daemons/based/based_remote.c if (*response == NULL) { response 570 daemons/based/based_remote.c (*response)->resp_retcode = 0; response 571 daemons/based/based_remote.c (*response)->resp = pcmk__str_copy((const char *) data); // Caller will free response 91 lib/lrmd/proxy_common.c xmlNode *response = pcmk__xe_create(NULL, PCMK__XE_LRMD_IPC_PROXY); response 94 lib/lrmd/proxy_common.c crm_xml_add(response, PCMK__XA_LRMD_IPC_OP, LRMD_IPC_OP_RESPONSE); response 95 lib/lrmd/proxy_common.c crm_xml_add(response, PCMK__XA_LRMD_IPC_SESSION, proxy->session_id); response 96 lib/lrmd/proxy_common.c crm_xml_add_int(response, PCMK__XA_LRMD_IPC_MSG_ID, msg_id); response 98 lib/lrmd/proxy_common.c wrapper = pcmk__xe_create(response, PCMK__XE_LRMD_IPC_MSG); response 101 lib/lrmd/proxy_common.c lrmd_internal_proxy_send(proxy->lrm, response); response 102 lib/lrmd/proxy_common.c pcmk__xml_free(response);