Home
last modified time | relevance | path

Searched defs:cib (Results 1 – 25 of 141) sorted by relevance

123456

/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/cib/
H A Dcib_client.c50 cib_client_noop(cib_t * cib, int call_options) in cib_client_noop()
78 cib_client_is_master(cib_t * cib) in cib_client_is_master()
86 cib_client_set_slave(cib_t * cib, int call_options) in cib_client_set_slave()
93 cib_client_set_slave_all(cib_t * cib, int call_options) in cib_client_set_slave_all()
99 cib_client_set_master(cib_t * cib, int call_options) in cib_client_set_master()
108 cib_client_bump_epoch(cib_t * cib, int call_options) in cib_client_bump_epoch()
115 cib_client_upgrade(cib_t * cib, int call_options) in cib_client_upgrade()
408 cib_free_notify(cib_t *cib) in cib_free_notify()
429 cib_free_callbacks(cib_t *cib) in cib_free_callbacks()
442 cib_delete(cib_t *cib) in cib_delete()
[all …]
H A Dcib_native.c59 cib_t *cib = cib_new_variant(); in cib_native_new() local
84 cib_native_signon(cib_t * cib, const char *name, enum cib_conn_type type) in cib_native_signon()
95 cib_t *cib = userdata; in cib_native_dispatch_internal() local
133 cib_t *cib = userdata; in cib_native_destroy() local
147 cib_native_signon_raw(cib_t * cib, const char *name, enum cib_conn_type type, int *async_fd) in cib_native_signon_raw()
247 cib_native_signoff(cib_t * cib) in cib_native_signoff()
278 cib_native_free(cib_t * cib) in cib_native_free()
299 cib_native_perform_op(cib_t * cib, const char *op, const char *host, const char *section, in cib_native_perform_op()
307 cib_native_perform_op_delegate(cib_t * cib, const char *op, const char *host, const char *section, in cib_native_perform_op_delegate()
444 cib_native_set_connection_dnotify(cib_t * cib, void (*dnotify) (gpointer user_data)) in cib_native_set_connection_dnotify()
[all …]
H A Dcib_remote.c78 cib_remote_inputfd(cib_t * cib) in cib_remote_inputfd()
92 cib_remote_register_notification(cib_t * cib, const char *callback, int enabled) in cib_remote_register_notification()
110 cib_t *cib = cib_new_variant(); in cib_remote_new() local
146 cib_tls_close(cib_t * cib) in cib_tls_close()
193 cib_tls_signon(cib_t *cib, pcmk__remote_t *connection, gboolean event_channel) in cib_tls_signon()
319 cib_t *cib = user_data; in cib_remote_command_dispatch() local
338 cib_t *cib = user_data; in cib_remote_callback_dispatch() local
375 cib_remote_signon(cib_t * cib, const char *name, enum cib_conn_type type) in cib_remote_signon()
426 cib_remote_signoff(cib_t * cib) in cib_remote_signoff()
444 cib_remote_free(cib_t * cib) in cib_remote_free()
[all …]
H A Dcib_file.c72 cib_file_inputfd(cib_t * cib) in cib_file_inputfd()
78 cib_file_set_connection_dnotify(cib_t * cib, void (*dnotify) (gpointer user_data)) in cib_file_set_connection_dnotify()
84 cib_file_register_notification(cib_t * cib, const char *callback, int enabled) in cib_file_register_notification()
498 cib_t *cib = cib_new_variant(); in cib_file_new() local
582 cib_file_signon(cib_t * cib, const char *name, enum cib_conn_type type) in cib_file_signon()
697 cib_file_signoff(cib_t * cib) in cib_file_signoff()
739 cib_file_free(cib_t * cib) in cib_file_free()
783 cib_file_perform_op(cib_t * cib, const char *op, const char *host, const char *section, in cib_file_perform_op()
791 cib_file_perform_op_delegate(cib_t * cib, const char *op, const char *host, const char *section, in cib_file_perform_op_delegate()
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/lib/cib/
H A Dcib_client.c48 cib_client_noop(cib_t * cib, int call_options) in cib_client_noop()
76 cib_client_is_master(cib_t * cib) in cib_client_is_master()
84 cib_client_set_slave(cib_t * cib, int call_options) in cib_client_set_slave()
91 cib_client_set_slave_all(cib_t * cib, int call_options) in cib_client_set_slave_all()
97 cib_client_set_master(cib_t * cib, int call_options) in cib_client_set_master()
106 cib_client_bump_epoch(cib_t * cib, int call_options) in cib_client_bump_epoch()
113 cib_client_upgrade(cib_t * cib, int call_options) in cib_client_upgrade()
406 cib_free_callbacks(cib_t *cib) in cib_free_callbacks()
428 cib_delete(cib_t *cib) in cib_delete()
451 cib_client_add_notify_callback(cib_t * cib, const char *event, in cib_client_add_notify_callback()
[all …]
H A Dcib_native.c62 cib_t *cib = cib_new_variant(); in cib_native_new() local
87 cib_native_signon(cib_t * cib, const char *name, enum cib_conn_type type) in cib_native_signon()
98 cib_t *cib = userdata; in cib_native_dispatch_internal() local
134 cib_native_dispatch(cib_t * cib) in cib_native_dispatch()
166 cib_t *cib = userdata; in cib_native_destroy() local
180 cib_native_signon_raw(cib_t * cib, const char *name, enum cib_conn_type type, int *async_fd) in cib_native_signon_raw()
279 cib_native_signoff(cib_t * cib) in cib_native_signoff()
307 cib_native_free(cib_t * cib) in cib_native_free()
328 cib_native_perform_op(cib_t * cib, const char *op, const char *host, const char *section, in cib_native_perform_op()
477 cib_native_set_connection_dnotify(cib_t * cib, void (*dnotify) (gpointer user_data)) in cib_native_set_connection_dnotify()
[all …]
H A Dcib_remote.c88 cib_remote_inputfd(cib_t * cib) in cib_remote_inputfd()
96 cib_remote_set_connection_dnotify(cib_t * cib, void (*dnotify) (gpointer user_data)) in cib_remote_set_connection_dnotify()
102 cib_remote_register_notification(cib_t * cib, const char *callback, int enabled) in cib_remote_register_notification()
120 cib_t *cib = cib_new_variant(); in cib_remote_new() local
156 cib_tls_close(cib_t * cib) in cib_tls_close()
203 cib_tls_signon(cib_t * cib, crm_remote_t * connection, gboolean event_channel) in cib_tls_signon()
331 cib_t *cib = user_data; in cib_remote_command_dispatch() local
349 cib_t *cib = user_data; in cib_remote_callback_dispatch() local
387 cib_remote_signon(cib_t * cib, const char *name, enum cib_conn_type type) in cib_remote_signon()
451 cib_remote_signoff(cib_t * cib) in cib_remote_signoff()
[all …]
H A Dcib_file.c59 cib_file_inputfd(cib_t * cib) in cib_file_inputfd()
65 cib_file_set_connection_dnotify(cib_t * cib, void (*dnotify) (gpointer user_data)) in cib_file_set_connection_dnotify()
71 cib_file_register_notification(cib_t * cib, const char *callback, int enabled) in cib_file_register_notification()
480 cib_t *cib = cib_new_variant(); in cib_file_new() local
564 cib_file_signon(cib_t * cib, const char *name, enum cib_conn_type type) in cib_file_signon()
679 cib_file_signoff(cib_t * cib) in cib_file_signoff()
721 cib_file_free(cib_t * cib) in cib_file_free()
765 cib_file_perform_op(cib_t * cib, const char *op, const char *host, const char *section, in cib_file_perform_op()
773 cib_file_perform_op_delegate(cib_t * cib, const char *op, const char *host, const char *section, in cib_file_perform_op_delegate()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/fastlst/fastlst/
H A Doutblk.cc98 InpncBlk *cib = InpBlk; in InpSavInit() local
207 INPBLK *cib = (INPBLK *)InpBlk; in Process() local
344 InpncBlk *cib = InpBlk; in ChkNew() local
355 INPBLK *cib = (INPBLK *)InpBlk; in PrepareExportNeeded() local
376 InpncBlk *cib = InpBlk; in Prepare() local
393 INPBLK *cib = (INPBLK *)InpBlk; in KillSource() local
403 InpncBlk *cib = InpBlk; in KillSource() local
H A Dflstdat.cc47 InpncBlk *cib = cob->InpBlk; in read_cob() local
109 InpncBlk *cib = cob->InpBlk; in save_cob() local
/dports/news/husky/husky-1.9.20191207/fastlst/fastlst/
H A Doutblk.cc98 InpncBlk *cib = InpBlk; in InpSavInit() local
207 INPBLK *cib = (INPBLK *)InpBlk; in Process() local
344 InpncBlk *cib = InpBlk; in ChkNew() local
355 INPBLK *cib = (INPBLK *)InpBlk; in PrepareExportNeeded() local
376 InpncBlk *cib = InpBlk; in Prepare() local
393 INPBLK *cib = (INPBLK *)InpBlk; in KillSource() local
403 InpncBlk *cib = InpBlk; in KillSource() local
H A Dflstdat.cc47 InpncBlk *cib = cob->InpBlk; in read_cob() local
109 InpncBlk *cib = cob->InpBlk; in save_cob() local
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fastlst/fastlst/
H A Doutblk.cc98 InpncBlk *cib = InpBlk; in InpSavInit() local
207 INPBLK *cib = (INPBLK *)InpBlk; in Process() local
344 InpncBlk *cib = InpBlk; in ChkNew() local
355 INPBLK *cib = (INPBLK *)InpBlk; in PrepareExportNeeded() local
376 InpncBlk *cib = InpBlk; in Prepare() local
393 INPBLK *cib = (INPBLK *)InpBlk; in KillSource() local
403 InpncBlk *cib = InpBlk; in KillSource() local
H A Dflstdat.cc47 InpncBlk *cib = cob->InpBlk; in read_cob() local
109 InpncBlk *cib = cob->InpBlk; in save_cob() local
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/fastlst/fastlst/
H A Doutblk.cc98 InpncBlk *cib = InpBlk; in InpSavInit() local
207 INPBLK *cib = (INPBLK *)InpBlk; in Process() local
344 InpncBlk *cib = InpBlk; in ChkNew() local
355 INPBLK *cib = (INPBLK *)InpBlk; in PrepareExportNeeded() local
376 InpncBlk *cib = InpBlk; in Prepare() local
393 INPBLK *cib = (INPBLK *)InpBlk; in KillSource() local
403 InpncBlk *cib = InpBlk; in KillSource() local
H A Dflstdat.cc47 InpncBlk *cib = cob->InpBlk; in read_cob() local
109 InpncBlk *cib = cob->InpBlk; in save_cob() local
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/fastlst/fastlst/
H A Doutblk.cc98 InpncBlk *cib = InpBlk; in InpSavInit() local
207 INPBLK *cib = (INPBLK *)InpBlk; in Process() local
344 InpncBlk *cib = InpBlk; in ChkNew() local
355 INPBLK *cib = (INPBLK *)InpBlk; in PrepareExportNeeded() local
376 InpncBlk *cib = InpBlk; in Prepare() local
393 INPBLK *cib = (INPBLK *)InpBlk; in KillSource() local
403 InpncBlk *cib = InpBlk; in KillSource() local
H A Dflstdat.cc47 InpncBlk *cib = cob->InpBlk; in read_cob() local
109 InpncBlk *cib = cob->InpBlk; in save_cob() local
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/fastlst/fastlst/
H A Doutblk.cc98 InpncBlk *cib = InpBlk; in InpSavInit() local
207 INPBLK *cib = (INPBLK *)InpBlk; in Process() local
344 InpncBlk *cib = InpBlk; in ChkNew() local
355 INPBLK *cib = (INPBLK *)InpBlk; in PrepareExportNeeded() local
376 InpncBlk *cib = InpBlk; in Prepare() local
393 INPBLK *cib = (INPBLK *)InpBlk; in KillSource() local
403 InpncBlk *cib = InpBlk; in KillSource() local
H A Dflstdat.cc47 InpncBlk *cib = cob->InpBlk; in read_cob() local
109 InpncBlk *cib = cob->InpBlk; in save_cob() local
/dports/news/husky-htick/husky-htick-1.9.20191207/fastlst/fastlst/
H A Doutblk.cc98 InpncBlk *cib = InpBlk; in InpSavInit() local
207 INPBLK *cib = (INPBLK *)InpBlk; in Process() local
344 InpncBlk *cib = InpBlk; in ChkNew() local
355 INPBLK *cib = (INPBLK *)InpBlk; in PrepareExportNeeded() local
376 InpncBlk *cib = InpBlk; in Prepare() local
393 INPBLK *cib = (INPBLK *)InpBlk; in KillSource() local
403 InpncBlk *cib = InpBlk; in KillSource() local
H A Dflstdat.cc47 InpncBlk *cib = cob->InpBlk; in read_cob() local
109 InpncBlk *cib = cob->InpBlk; in save_cob() local
/dports/news/husky-areafix/husky-areafix-1.9.20191207/fastlst/fastlst/
H A Doutblk.cc98 InpncBlk *cib = InpBlk; in InpSavInit() local
207 INPBLK *cib = (INPBLK *)InpBlk; in Process() local
344 InpncBlk *cib = InpBlk; in ChkNew() local
355 INPBLK *cib = (INPBLK *)InpBlk; in PrepareExportNeeded() local
376 InpncBlk *cib = InpBlk; in Prepare() local
393 INPBLK *cib = (INPBLK *)InpBlk; in KillSource() local
403 InpncBlk *cib = InpBlk; in KillSource() local
H A Dflstdat.cc47 InpncBlk *cib = cob->InpBlk; in read_cob() local
109 InpncBlk *cib = cob->InpBlk; in save_cob() local
/dports/net-mgmt/crmsh/crmsh-4.3.1/crmsh/
H A Dschema.py88 def _load_schema(cib): argument
92 def init_schema(cib): argument
101 def test_schema(cib): argument

123456