resp              587 cib/remote.c                   reply[count].resp = string;     /* We already made a copy */
resp              607 cib/remote.c           if (reply[count].resp != NULL) {
resp              612 cib/remote.c                       while (*(reply[count].resp)) {
resp              613 cib/remote.c                           *(reply[count].resp)++ = '\0';
resp              615 cib/remote.c                       free(reply[count].resp);
resp              618 cib/remote.c               reply[count].resp = NULL;
resp             1316 lib/ais/plugin.c     struct crm_ais_nodeid_resp_s resp;
resp             1320 lib/ais/plugin.c     resp.header.id = crm_class_nodeid;
resp             1321 lib/ais/plugin.c     resp.header.size = sizeof(struct crm_ais_nodeid_resp_s);
resp             1322 lib/ais/plugin.c     resp.header.error = CS_OK;
resp             1323 lib/ais/plugin.c     resp.id = local_nodeid;
resp             1324 lib/ais/plugin.c     resp.counter = counter++;
resp             1325 lib/ais/plugin.c     memset(resp.uname, 0, MAX_NAME);
resp             1326 lib/ais/plugin.c     memcpy(resp.uname, local_uname, local_uname_len);
resp             1327 lib/ais/plugin.c     memset(resp.cname, 0, MAX_NAME);
resp             1328 lib/ais/plugin.c     memcpy(resp.cname, local_cname, local_cname_len);
resp             1330 lib/ais/plugin.c     pcmk_api->ipc_response_send(conn, &resp, resp.header.size);