cib_server_ops    187 cib/common.c   static cib_operation_t cib_server_ops[] = {
cib_server_ops    218 cib/common.c           int max_msg_types = DIMOF(cib_server_ops);
cib_server_ops    226 cib/common.c                   g_hash_table_insert(operation_hash, (gpointer) cib_server_ops[lpc].operation, value);
cib_server_ops    310 cib/common.c       return &(cib_server_ops[call_type].fn);
cib_server_ops    316 cib/common.c       return cib_server_ops[call_type].modifies_cib;
cib_server_ops    322 cib/common.c       if (privileged == FALSE && cib_server_ops[call_type].needs_privileges) {
cib_server_ops    330 cib/common.c           && (call_options & cib_quorum_override) == 0 && cib_server_ops[call_type].needs_quorum) {
cib_server_ops    341 cib/common.c       return cib_server_ops[call_type].prepare(request, input, section);
cib_server_ops    348 cib/common.c       return cib_server_ops[call_type].cleanup(options, input, output);