cib_client        253 daemons/based/based_callbacks.c                            pcmk__client_t *cib_client, gboolean privileged)
cib_client        272 daemons/based/based_callbacks.c             crm_xml_add(ack, F_CIB_CLIENTID, cib_client->id);
cib_client        273 daemons/based/based_callbacks.c             pcmk__ipc_send_xml(cib_client, id, ack, flags);
cib_client        274 daemons/based/based_callbacks.c             cib_client->request_id = 0;
cib_client        289 daemons/based/based_callbacks.c                   type, (on_off? "on" : "off"), pcmk__client_name(cib_client));
cib_client        309 daemons/based/based_callbacks.c                 pcmk__set_client_flags(cib_client, bit);
cib_client        311 daemons/based/based_callbacks.c                 pcmk__clear_client_flags(cib_client, bit);
cib_client        315 daemons/based/based_callbacks.c         pcmk__ipc_send_ack(cib_client, id, flags, "ack", NULL, status);
cib_client        319 daemons/based/based_callbacks.c     cib_process_request(op_request, privileged, cib_client);
cib_client        328 daemons/based/based_callbacks.c     pcmk__client_t *cib_client = pcmk__find_client(c);
cib_client        329 daemons/based/based_callbacks.c     xmlNode *op_request = pcmk__client_data2xml(cib_client, data, &id, &flags);
cib_client        337 daemons/based/based_callbacks.c         pcmk__ipc_send_ack(cib_client, id, flags, "nack", NULL, CRM_EX_PROTOCOL);
cib_client        340 daemons/based/based_callbacks.c     } else if(cib_client == NULL) {
cib_client        347 daemons/based/based_callbacks.c         CRM_LOG_ASSERT(cib_client->request_id == 0);    /* This means the client has two synchronous events in-flight */
cib_client        348 daemons/based/based_callbacks.c         cib_client->request_id = id;    /* Reply only to the last one */
cib_client        351 daemons/based/based_callbacks.c     if (cib_client->name == NULL) {
cib_client        355 daemons/based/based_callbacks.c             cib_client->name = pcmk__itoa(cib_client->pid);
cib_client        357 daemons/based/based_callbacks.c             cib_client->name = strdup(value);
cib_client        359 daemons/based/based_callbacks.c                 pcmk__set_client_flags(cib_client, cib_is_daemon);
cib_client        365 daemons/based/based_callbacks.c     if (pcmk_is_set(cib_client->flags, cib_is_daemon)) {
cib_client        368 daemons/based/based_callbacks.c         if (pcmk__set_client_queue_max(cib_client, qmax)) {
cib_client        370 daemons/based/based_callbacks.c                       pcmk__client_name(cib_client), cib_client->pid,
cib_client        371 daemons/based/based_callbacks.c                       cib_client->queue_max);
cib_client        375 daemons/based/based_callbacks.c     crm_xml_add(op_request, F_CIB_CLIENTID, cib_client->id);
cib_client        376 daemons/based/based_callbacks.c     crm_xml_add(op_request, F_CIB_CLIENTNAME, cib_client->name);
cib_client        378 daemons/based/based_callbacks.c     CRM_LOG_ASSERT(cib_client->user != NULL);
cib_client        379 daemons/based/based_callbacks.c     pcmk__update_acl_user(op_request, F_CIB_USER, cib_client->user);
cib_client        381 daemons/based/based_callbacks.c     cib_common_callback_worker(id, flags, op_request, cib_client, privileged);
cib_client        532 daemons/based/based_callbacks.c parse_local_options_v1(const pcmk__client_t *cib_client,
cib_client        548 daemons/based/based_callbacks.c                   op, pcmk__client_name(cib_client));
cib_client        553 daemons/based/based_callbacks.c                   op, pcmk__client_name(cib_client));
cib_client        558 daemons/based/based_callbacks.c                   op, pcmk__client_name(cib_client));
cib_client        568 daemons/based/based_callbacks.c                   op, pcmk__client_name(cib_client),
cib_client        576 daemons/based/based_callbacks.c parse_local_options_v2(const pcmk__client_t *cib_client,
cib_client        596 daemons/based/based_callbacks.c                   op, pcmk__client_name(cib_client));
cib_client        619 daemons/based/based_callbacks.c                   op, pcmk__client_name(cib_client),
cib_client        626 daemons/based/based_callbacks.c                   op, pcmk__client_name(cib_client));
cib_client        631 daemons/based/based_callbacks.c                   op, pcmk__client_name(cib_client));
cib_client        636 daemons/based/based_callbacks.c parse_local_options(const pcmk__client_t *cib_client,
cib_client        643 daemons/based/based_callbacks.c         parse_local_options_v1(cib_client, operation, call_options, host,
cib_client        647 daemons/based/based_callbacks.c         parse_local_options_v2(cib_client, operation, call_options, host,
cib_client       1008 daemons/based/based_callbacks.c                     const pcmk__client_t *cib_client)
cib_client       1052 daemons/based/based_callbacks.c     if (cib_client == NULL) {
cib_client       1074 daemons/based/based_callbacks.c     if (cib_client != NULL) {
cib_client       1075 daemons/based/based_callbacks.c         parse_local_options(cib_client, operation, call_options, host, op,
cib_client       1203 daemons/based/based_callbacks.c                                (cib_client == NULL));
cib_client       1207 daemons/based/based_callbacks.c     } else if ((cib_client == NULL)
cib_client       1233 daemons/based/based_callbacks.c                             (cib_client == NULL));
cib_client       1237 daemons/based/based_callbacks.c                             (cib_client == NULL));
cib_client         75 daemons/based/pacemaker-based.h                                 xmlNode *op_request, pcmk__client_t *cib_client,
cib_client         78 daemons/based/pacemaker-based.h                         const pcmk__client_t *cib_client);