cib_client         54 daemons/based/based_callbacks.c                                 const pcmk__client_t *cib_client);
cib_client        143 daemons/based/based_callbacks.c                            pcmk__client_t *cib_client, gboolean privileged)
cib_client        152 daemons/based/based_callbacks.c             crm_xml_add(ack, F_CIB_CLIENTID, cib_client->id);
cib_client        153 daemons/based/based_callbacks.c             pcmk__ipc_send_xml(cib_client, id, ack, flags);
cib_client        154 daemons/based/based_callbacks.c             cib_client->request_id = 0;
cib_client        169 daemons/based/based_callbacks.c                   type, (on_off? "on" : "off"), pcmk__client_name(cib_client));
cib_client        192 daemons/based/based_callbacks.c                 pcmk__set_client_flags(cib_client, bit);
cib_client        194 daemons/based/based_callbacks.c                 pcmk__clear_client_flags(cib_client, bit);
cib_client        198 daemons/based/based_callbacks.c         pcmk__ipc_send_ack(cib_client, id, flags, "ack", NULL, status);
cib_client        202 daemons/based/based_callbacks.c     cib_process_request(op_request, privileged, cib_client);
cib_client        211 daemons/based/based_callbacks.c     pcmk__client_t *cib_client = pcmk__find_client(c);
cib_client        212 daemons/based/based_callbacks.c     xmlNode *op_request = pcmk__client_data2xml(cib_client, data, &id, &flags);
cib_client        220 daemons/based/based_callbacks.c         pcmk__ipc_send_ack(cib_client, id, flags, "nack", NULL, CRM_EX_PROTOCOL);
cib_client        223 daemons/based/based_callbacks.c     } else if(cib_client == NULL) {
cib_client        230 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        231 daemons/based/based_callbacks.c         cib_client->request_id = id;    /* Reply only to the last one */
cib_client        234 daemons/based/based_callbacks.c     if (cib_client->name == NULL) {
cib_client        238 daemons/based/based_callbacks.c             cib_client->name = pcmk__itoa(cib_client->pid);
cib_client        240 daemons/based/based_callbacks.c             cib_client->name = strdup(value);
cib_client        242 daemons/based/based_callbacks.c                 pcmk__set_client_flags(cib_client, cib_is_daemon);
cib_client        248 daemons/based/based_callbacks.c     if (pcmk_is_set(cib_client->flags, cib_is_daemon)) {
cib_client        251 daemons/based/based_callbacks.c         if (pcmk__set_client_queue_max(cib_client, qmax)) {
cib_client        253 daemons/based/based_callbacks.c                       pcmk__client_name(cib_client), cib_client->pid,
cib_client        254 daemons/based/based_callbacks.c                       cib_client->queue_max);
cib_client        258 daemons/based/based_callbacks.c     crm_xml_add(op_request, F_CIB_CLIENTID, cib_client->id);
cib_client        259 daemons/based/based_callbacks.c     crm_xml_add(op_request, F_CIB_CLIENTNAME, cib_client->name);
cib_client        261 daemons/based/based_callbacks.c     CRM_LOG_ASSERT(cib_client->user != NULL);
cib_client        262 daemons/based/based_callbacks.c     pcmk__update_acl_user(op_request, F_CIB_USER, cib_client->user);
cib_client        264 daemons/based/based_callbacks.c     cib_common_callback_worker(id, flags, op_request, cib_client, privileged);
cib_client        486 daemons/based/based_callbacks.c parse_local_options_v1(const pcmk__client_t *cib_client, int call_type,
cib_client        501 daemons/based/based_callbacks.c                   op, pcmk__client_name(cib_client));
cib_client        506 daemons/based/based_callbacks.c                   op, pcmk__client_name(cib_client));
cib_client        511 daemons/based/based_callbacks.c                   op, pcmk__client_name(cib_client));
cib_client        521 daemons/based/based_callbacks.c                   op, pcmk__client_name(cib_client),
cib_client        529 daemons/based/based_callbacks.c parse_local_options_v2(const pcmk__client_t *cib_client, int call_type,
cib_client        550 daemons/based/based_callbacks.c                       op, pcmk__client_name(cib_client),
cib_client        564 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        572 daemons/based/based_callbacks.c                   op, pcmk__client_name(cib_client));
cib_client        576 daemons/based/based_callbacks.c                   op, pcmk__client_name(cib_client), host);
cib_client        583 daemons/based/based_callbacks.c parse_local_options(const pcmk__client_t *cib_client, int call_type,
cib_client        589 daemons/based/based_callbacks.c         parse_local_options_v1(cib_client, call_type, call_options, host,
cib_client        592 daemons/based/based_callbacks.c         parse_local_options_v2(cib_client, call_type, call_options, host,
cib_client        925 daemons/based/based_callbacks.c                     const pcmk__client_t *cib_client)
cib_client        965 daemons/based/based_callbacks.c     if (cib_client == NULL) {
cib_client        980 daemons/based/based_callbacks.c     if (cib_client != NULL) {
cib_client        981 daemons/based/based_callbacks.c         parse_local_options(cib_client, call_type, call_options, host, op,
cib_client       1119 daemons/based/based_callbacks.c                                (cib_client == NULL));
cib_client       1126 daemons/based/based_callbacks.c     } else if (cib_client == NULL) {
cib_client       1150 daemons/based/based_callbacks.c                             (cib_client == NULL));
cib_client       1154 daemons/based/based_callbacks.c                             (cib_client == NULL));
cib_client         80 daemons/based/pacemaker-based.h                                 xmlNode *op_request, pcmk__client_t *cib_client,