cib_client 243 daemons/based/based_callbacks.c pcmk__client_t *cib_client, gboolean privileged) cib_client 267 daemons/based/based_callbacks.c crm_xml_add(ack, PCMK__XA_CIB_CLIENTID, cib_client->id); cib_client 268 daemons/based/based_callbacks.c pcmk__ipc_send_xml(cib_client, id, ack, flags); cib_client 269 daemons/based/based_callbacks.c cib_client->request_id = 0; cib_client 286 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, PCMK__XE_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 344 daemons/based/based_callbacks.c pcmk__ipc_send_ack(cib_client, id, flags, PCMK__XE_NACK, NULL, cib_client 348 daemons/based/based_callbacks.c } else if(cib_client == NULL) { cib_client 355 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 356 daemons/based/based_callbacks.c cib_client->request_id = id; /* Reply only to the last one */ cib_client 359 daemons/based/based_callbacks.c if (cib_client->name == NULL) { cib_client 364 daemons/based/based_callbacks.c cib_client->name = pcmk__itoa(cib_client->pid); cib_client 366 daemons/based/based_callbacks.c cib_client->name = pcmk__str_copy(value); cib_client 368 daemons/based/based_callbacks.c pcmk__set_client_flags(cib_client, cib_is_daemon); cib_client 374 daemons/based/based_callbacks.c if (pcmk_is_set(cib_client->flags, cib_is_daemon)) { cib_client 377 daemons/based/based_callbacks.c pcmk__set_client_queue_max(cib_client, qmax); cib_client 380 daemons/based/based_callbacks.c crm_xml_add(op_request, PCMK__XA_CIB_CLIENTID, cib_client->id); cib_client 381 daemons/based/based_callbacks.c crm_xml_add(op_request, PCMK__XA_CIB_CLIENTNAME, cib_client->name); cib_client 383 daemons/based/based_callbacks.c CRM_LOG_ASSERT(cib_client->user != NULL); cib_client 384 daemons/based/based_callbacks.c pcmk__update_acl_user(op_request, PCMK__XA_CIB_USER, cib_client->user); cib_client 386 daemons/based/based_callbacks.c cib_common_callback_worker(id, flags, op_request, cib_client, privileged); cib_client 558 daemons/based/based_callbacks.c parse_local_options_v1(const pcmk__client_t *cib_client, cib_client 574 daemons/based/based_callbacks.c op, pcmk__client_name(cib_client)); cib_client 579 daemons/based/based_callbacks.c op, pcmk__client_name(cib_client)); cib_client 584 daemons/based/based_callbacks.c op, pcmk__client_name(cib_client)); cib_client 594 daemons/based/based_callbacks.c op, pcmk__client_name(cib_client), cib_client 602 daemons/based/based_callbacks.c parse_local_options_v2(const pcmk__client_t *cib_client, cib_client 622 daemons/based/based_callbacks.c op, pcmk__client_name(cib_client)); cib_client 645 daemons/based/based_callbacks.c op, pcmk__client_name(cib_client), cib_client 652 daemons/based/based_callbacks.c op, pcmk__client_name(cib_client)); cib_client 657 daemons/based/based_callbacks.c op, pcmk__client_name(cib_client)); cib_client 662 daemons/based/based_callbacks.c parse_local_options(const pcmk__client_t *cib_client, cib_client 669 daemons/based/based_callbacks.c parse_local_options_v1(cib_client, operation, call_options, host, cib_client 673 daemons/based/based_callbacks.c parse_local_options_v2(cib_client, operation, call_options, host, cib_client 1050 daemons/based/based_callbacks.c const pcmk__client_t *cib_client) cib_client 1099 daemons/based/based_callbacks.c if (cib_client == NULL) { cib_client 1123 daemons/based/based_callbacks.c if (cib_client != NULL) { cib_client 1124 daemons/based/based_callbacks.c parse_local_options(cib_client, operation, call_options, host, op, cib_client 1264 daemons/based/based_callbacks.c (cib_client == NULL)); cib_client 1268 daemons/based/based_callbacks.c } else if ((cib_client == NULL) cib_client 1294 daemons/based/based_callbacks.c (cib_client == NULL)); cib_client 1298 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);