client_id          32 daemons/attrd/attrd_sync.c     char *client_id;
client_id          78 daemons/attrd/attrd_sync.c     char *client_id;
client_id         104 daemons/attrd/attrd_sync.c     free(wl->client_id);
client_id         152 daemons/attrd/attrd_sync.c     wl->client_id = strdup(request->ipc_client->id);
client_id         154 daemons/attrd/attrd_sync.c     CRM_ASSERT(wl->client_id);
client_id         172 daemons/attrd/attrd_sync.c               wl->client_id, sync_point_str(wl->sync_point));
client_id         219 daemons/attrd/attrd_sync.c         if (pcmk__str_eq(wl->client_id, client->id, pcmk__str_none)) {
client_id         263 daemons/attrd/attrd_sync.c                    wl->client_id, sync_point_str(wl->sync_point));
client_id         265 daemons/attrd/attrd_sync.c         client = pcmk__find_client_by_id(wl->client_id);
client_id         351 daemons/attrd/attrd_sync.c     free(action->client_id);
client_id         376 daemons/attrd/attrd_sync.c             pcmk__client_t *client = pcmk__find_client_by_id(action->client_id);
client_id         447 daemons/attrd/attrd_sync.c         if (pcmk__str_eq(action->client_id, client->id, pcmk__str_none)) {
client_id         514 daemons/attrd/attrd_sync.c     action->client_id = strdup(request->ipc_client->id);
client_id         515 daemons/attrd/attrd_sync.c     CRM_ASSERT(action->client_id != NULL);
client_id          40 daemons/based/based_callbacks.c     char *client_id;
client_id         370 daemons/based/based_callbacks.c do_local_notify(xmlNode * notify_src, const char *client_id,
client_id         377 daemons/based/based_callbacks.c     CRM_ASSERT(notify_src && client_id);
client_id         381 daemons/based/based_callbacks.c     client_obj = pcmk__find_client_by_id(client_id);
client_id         384 daemons/based/based_callbacks.c                   call_id, client_id);
client_id         444 daemons/based/based_callbacks.c     free(notify->client_id);
client_id         460 daemons/based/based_callbacks.c         do_local_notify(notify->notify_src, notify->client_id, notify->sync_reply,
client_id         467 daemons/based/based_callbacks.c queue_local_notify(xmlNode * notify_src, const char *client_id, gboolean sync_reply,
client_id         473 daemons/based/based_callbacks.c     notify->client_id = strdup(client_id);
client_id         945 daemons/based/based_callbacks.c     const char *client_id = crm_element_value(request, F_CIB_CLIENTID);
client_id        1031 daemons/based/based_callbacks.c         crm_xml_add(op_reply, F_CIB_CLIENTID, client_id);
client_id        1108 daemons/based/based_callbacks.c         if (broadcast && client_id && local_notify && op_reply) {
client_id        1115 daemons/based/based_callbacks.c                       (call_options & cib_sync_call) ? "" : "a-", client_id);
client_id        1117 daemons/based/based_callbacks.c             queue_local_notify(op_reply, client_id,
client_id        1143 daemons/based/based_callbacks.c     if (local_notify && client_id) {
client_id        1146 daemons/based/based_callbacks.c                   client_id);
client_id        1148 daemons/based/based_callbacks.c             do_local_notify(request, client_id,
client_id        1152 daemons/based/based_callbacks.c             do_local_notify(op_reply, client_id,
client_id        1217 daemons/based/based_callbacks.c     const char *client_id = crm_element_value(request, F_CIB_CLIENTID);
client_id        1443 daemons/based/based_callbacks.c         cib_diff_notify(op, rc, call_id, client_id, client_name, origin, input,
client_id        1448 daemons/based/based_callbacks.c         cib_replace_notify(op, rc, call_id, client_id, client_name, origin,
client_id         213 daemons/based/based_messages.c         const char *client_id = crm_element_value(req, F_CIB_CLIENTID);
client_id         233 daemons/based/based_messages.c             crm_xml_add(up, F_CIB_CLIENTID, client_id);
client_id         266 daemons/based/based_messages.c                 crm_xml_add(up, F_CIB_CLIENTID, client_id);
client_id         142 daemons/based/based_notify.c                 const char *client_id, const char *client_name,
client_id         200 daemons/based/based_notify.c     crm_xml_add(update_msg, F_CIB_CLIENTID, client_id);
client_id         227 daemons/based/based_notify.c                    const char *client_id, const char *client_name,
client_id         289 daemons/based/based_notify.c     crm_xml_add(replace_msg, F_CIB_CLIENTID, client_id);
client_id         137 daemons/based/pacemaker-based.h                      const char *client_id, const char *client_name,
client_id         140 daemons/based/pacemaker-based.h                         const char *client_id, const char *client_name,
client_id         146 daemons/controld/controld_cib.c     const char *client_id = crm_element_value(msg, F_CIB_CLIENTID);
client_id         157 daemons/controld/controld_cib.c         && pcmk__str_eq(client_id, controld_globals.cib_client_id,
client_id         279 daemons/controld/controld_cib.c         cib_conn->cmds->client_id(cib_conn, &controld_globals.cib_client_id,
client_id          65 daemons/execd/execd_alerts.c     char *client_id;
client_id          86 daemons/execd/execd_alerts.c                    cb_data->client_id);
client_id          91 daemons/execd/execd_alerts.c                    action->pid, action->rc, cb_data->client_id);
client_id          95 daemons/execd/execd_alerts.c                   action->pid, cb_data->client_id);
client_id          98 daemons/execd/execd_alerts.c     free(cb_data->client_id);
client_id         140 daemons/execd/execd_alerts.c     cb_data->client_id = strdup(client->id);
client_id         141 daemons/execd/execd_alerts.c     if (cb_data->client_id == NULL) {
client_id         168 daemons/execd/execd_alerts.c         if (cb_data->client_id) {
client_id         169 daemons/execd/execd_alerts.c             free(cb_data->client_id);
client_id          54 daemons/execd/execd_commands.c     char *client_id;
client_id         102 daemons/execd/execd_commands.c static void cancel_all_recurring(lrmd_rsc_t * rsc, const char *client_id);
client_id         308 daemons/execd/execd_commands.c     cmd->client_id = strdup(client->id);
client_id         363 daemons/execd/execd_commands.c     free(cmd->client_id);
client_id         666 daemons/execd/execd_commands.c     if ((cmd->client_id != NULL)
client_id         669 daemons/execd/execd_commands.c         pcmk__client_t *client = pcmk__find_client_by_id(cmd->client_id);
client_id         789 daemons/execd/execd_commands.c client_disconnect_cleanup(const char *client_id)
client_id         800 daemons/execd/execd_commands.c             cancel_all_recurring(rsc, client_id);
client_id        1678 daemons/execd/execd_commands.c cancel_all_recurring(lrmd_rsc_t * rsc, const char *client_id)
client_id        1706 daemons/execd/execd_commands.c         if (client_id && !pcmk__str_eq(cmd->client_id, client_id, pcmk__str_casei)) {
client_id          80 daemons/execd/pacemaker-execd.h void client_disconnect_cleanup(const char *client_id);
client_id        2281 daemons/fenced/fenced_commands.c     char *client_id;
client_id        2397 daemons/fenced/fenced_commands.c     if (query->client_id != NULL) {
client_id        2398 daemons/fenced/fenced_commands.c         client = pcmk__find_client_by_id(query->client_id);
client_id        2401 daemons/fenced/fenced_commands.c                       query->client_id);
client_id        2488 daemons/fenced/fenced_commands.c     free(query->client_id);
client_id        3189 daemons/fenced/fenced_commands.c     const char *client_id = crm_element_value(request->xml, F_STONITH_CLIENTID);
client_id        3193 daemons/fenced/fenced_commands.c     do_stonith_async_timeout_update(client_id, call_id, op_timeout);
client_id        3206 daemons/fenced/fenced_commands.c     const char *client_id = crm_element_value(request->xml, F_STONITH_CLIENTID);
client_id        3211 daemons/fenced/fenced_commands.c         create_remote_stonith_op(client_id, request->xml, TRUE);
client_id        3237 daemons/fenced/fenced_commands.c     pcmk__str_update(&query->client_id, client_id);
client_id        3353 daemons/fenced/fenced_commands.c             const char *client_id = NULL;
client_id        3357 daemons/fenced/fenced_commands.c                 client_id = crm_element_value(request->xml, F_STONITH_CLIENTID);
client_id        3359 daemons/fenced/fenced_commands.c                 client_id = request->ipc_client->id;
client_id        3366 daemons/fenced/fenced_commands.c             op = create_remote_stonith_op(client_id, request->xml, FALSE);
client_id         254 daemons/fenced/fenced_remote.c     free(op->client_id);
client_id         389 daemons/fenced/fenced_remote.c     crm_xml_add(notify_data, F_STONITH_CLIENTID, op->client_id);
client_id         458 daemons/fenced/fenced_remote.c     client = pcmk__find_client_by_id(op->client_id);
client_id         460 daemons/fenced/fenced_remote.c         crm_trace("Skipping reply to %s: no longer a client", op->client_id);
client_id        1190 daemons/fenced/fenced_remote.c         op->client_id = strdup(client);
client_id        1267 daemons/fenced/fenced_remote.c     const char *client_id = NULL;
client_id        1273 daemons/fenced/fenced_remote.c         client_id = client->id;
client_id        1275 daemons/fenced/fenced_remote.c         client_id = crm_element_value(request, F_STONITH_CLIENTID);
client_id        1278 daemons/fenced/fenced_remote.c     CRM_LOG_ASSERT(client_id != NULL);
client_id        1279 daemons/fenced/fenced_remote.c     op = create_remote_stonith_op(client_id, request, FALSE);
client_id        1320 daemons/fenced/fenced_remote.c     crm_xml_add(query, F_STONITH_CLIENTID, op->client_id);
client_id        1632 daemons/fenced/fenced_remote.c     const char *client_id = NULL;
client_id        1648 daemons/fenced/fenced_remote.c     client_id = crm_element_value(op->request, F_STONITH_CLIENTID);
client_id        1649 daemons/fenced/fenced_remote.c     if (!client_node || !call_id || !client_id) {
client_id        1655 daemons/fenced/fenced_remote.c         do_stonith_async_timeout_update(client_id, call_id, op_timeout);
client_id        1662 daemons/fenced/fenced_remote.c     crm_xml_add(update, F_STONITH_CLIENTID, client_id);
client_id        1858 daemons/fenced/fenced_remote.c         crm_xml_add(remote_op, F_STONITH_CLIENTID, op->client_id);
client_id        2360 daemons/fenced/fenced_remote.c         const char *client_id = crm_element_value(dev, F_STONITH_CLIENTID);
client_id        2362 daemons/fenced/fenced_remote.c         op = create_remote_stonith_op(client_id, dev, TRUE);
client_id         326 daemons/fenced/pacemaker-fenced.c do_stonith_async_timeout_update(const char *client_id, const char *call_id, int timeout)
client_id         331 daemons/fenced/pacemaker-fenced.c     if (!timeout || !call_id || !client_id) {
client_id         335 daemons/fenced/pacemaker-fenced.c     client = pcmk__find_client_by_id(client_id);
client_id         345 daemons/fenced/pacemaker-fenced.c     crm_trace("timeout update is %d for client %s and call id %s", timeout, client_id, call_id);
client_id         127 daemons/fenced/pacemaker-fenced.h     char *client_id;
client_id         199 include/crm/cib/cib_types.h     int (*client_id)(const cib_t *cib, const char **async_id,
client_id         558 lib/cib/cib_file.c     cib->cmds->client_id = cib_file_client_id;
client_id         499 lib/cib/cib_native.c     cib->cmds->client_id = cib_native_client_id;
client_id         622 lib/cib/cib_remote.c     cib->cmds->client_id = cib_remote_client_id;