cib_client 54 daemons/based/based_callbacks.c const pcmk__client_t *cib_client); cib_client 144 daemons/based/based_callbacks.c pcmk__client_t *cib_client, gboolean privileged) cib_client 153 daemons/based/based_callbacks.c crm_xml_add(ack, F_CIB_CLIENTID, cib_client->id); cib_client 154 daemons/based/based_callbacks.c pcmk__ipc_send_xml(cib_client, id, ack, flags); cib_client 155 daemons/based/based_callbacks.c cib_client->request_id = 0; cib_client 170 daemons/based/based_callbacks.c type, (on_off? "on" : "off"), pcmk__client_name(cib_client)); cib_client 193 daemons/based/based_callbacks.c pcmk__set_client_flags(cib_client, bit); cib_client 195 daemons/based/based_callbacks.c pcmk__clear_client_flags(cib_client, bit); cib_client 199 daemons/based/based_callbacks.c pcmk__ipc_send_ack(cib_client, id, flags, "ack", NULL, status); cib_client 203 daemons/based/based_callbacks.c cib_process_request(op_request, privileged, cib_client); cib_client 212 daemons/based/based_callbacks.c pcmk__client_t *cib_client = pcmk__find_client(c); cib_client 213 daemons/based/based_callbacks.c xmlNode *op_request = pcmk__client_data2xml(cib_client, data, &id, &flags); cib_client 221 daemons/based/based_callbacks.c pcmk__ipc_send_ack(cib_client, id, flags, "nack", NULL, CRM_EX_PROTOCOL); cib_client 224 daemons/based/based_callbacks.c } else if(cib_client == NULL) { cib_client 231 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 232 daemons/based/based_callbacks.c cib_client->request_id = id; /* Reply only to the last one */ cib_client 235 daemons/based/based_callbacks.c if (cib_client->name == NULL) { cib_client 239 daemons/based/based_callbacks.c cib_client->name = pcmk__itoa(cib_client->pid); cib_client 241 daemons/based/based_callbacks.c cib_client->name = strdup(value); cib_client 243 daemons/based/based_callbacks.c pcmk__set_client_flags(cib_client, cib_is_daemon); cib_client 249 daemons/based/based_callbacks.c if (pcmk_is_set(cib_client->flags, cib_is_daemon)) { cib_client 252 daemons/based/based_callbacks.c if (pcmk__set_client_queue_max(cib_client, qmax)) { cib_client 254 daemons/based/based_callbacks.c pcmk__client_name(cib_client), cib_client->pid, cib_client 255 daemons/based/based_callbacks.c cib_client->queue_max); cib_client 259 daemons/based/based_callbacks.c crm_xml_add(op_request, F_CIB_CLIENTID, cib_client->id); cib_client 260 daemons/based/based_callbacks.c crm_xml_add(op_request, F_CIB_CLIENTNAME, cib_client->name); cib_client 262 daemons/based/based_callbacks.c CRM_LOG_ASSERT(cib_client->user != NULL); cib_client 263 daemons/based/based_callbacks.c pcmk__update_acl_user(op_request, F_CIB_USER, cib_client->user); cib_client 265 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 929 daemons/based/based_callbacks.c const pcmk__client_t *cib_client) cib_client 969 daemons/based/based_callbacks.c if (cib_client == NULL) { cib_client 984 daemons/based/based_callbacks.c if (cib_client != NULL) { cib_client 985 daemons/based/based_callbacks.c parse_local_options(cib_client, call_type, call_options, host, op, cib_client 1123 daemons/based/based_callbacks.c (cib_client == NULL)); cib_client 1130 daemons/based/based_callbacks.c } else if (cib_client == NULL) { cib_client 1154 daemons/based/based_callbacks.c (cib_client == NULL)); cib_client 1158 daemons/based/based_callbacks.c (cib_client == NULL)); cib_client 83 daemons/based/pacemaker-based.h xmlNode *op_request, pcmk__client_t *cib_client,