|
static int | plugin_register_compare (plugin_t *data1, plugin_t *data2) |
|
| DYNSTUFF_LIST_DECLARE_SORTED_NF (plugins, plugin_t, plugin_register_compare, static __DYNSTUFF_LIST_ADD_SORTED, __DYNSTUFF_LIST_UNLINK) list_t watches |
|
int | ekg2_dlinit () |
|
int | ekg2_dlclose (void *plugin) |
|
static void * | ekg2_dlopen (const char *name) |
|
static void * | ekg2_dlsym (void *plugin, char *name) |
|
int | plugin_load (const char *name, int prio, int quiet) |
|
plugin_t * | plugin_find (const char *name) |
|
plugin_t * | plugin_find_uid (const char *uid) |
|
int | plugin_unload (plugin_t *p) |
|
int | plugin_register (plugin_t *p, int prio) |
|
int | plugin_unregister (plugin_t *p) |
|
int | plugin_var_find (plugin_t *pl, const char *name) |
|
int | plugin_var_add (plugin_t *pl, const char *name, int type, const char *value, int secret, plugin_notify_func_t *notify) |
|
static | LIST_FREE_ITEM (query_external_free_data, list_t) |
|
void | query_external_free () |
|
static int | query_id (const char *name) |
|
struct query_def * | query_struct (const int id) |
|
const char * | query_name (const int id) |
|
static query_t * | query_connect_common (plugin_t *plugin, const int id, query_handler_func_t *handler, void *data) |
|
query_t * | query_connect_id (plugin_t *plugin, const int id, query_handler_func_t *handler, void *data) |
|
query_t * | query_connect (plugin_t *plugin, const char *name, query_handler_func_t *handler, void *data) |
|
int | query_free (query_t *q) |
|
static int | query_emit_common (query_t *q, va_list ap) |
|
int | query_emit_id (plugin_t *plugin, const int id,...) |
|
int | query_emit (plugin_t *plugin, const char *name,...) |
|
static int | query_compare (query_t *data1, query_t *data2) |
|
void | queries_reconnect () |
|
watch_t * | watch_find (plugin_t *plugin, int fd, watch_type_t type) |
|
static | LIST_FREE_ITEM (watch_free_data, watch_t *) |
|
void | watch_free (watch_t *w) |
|
void | watch_handle_line (watch_t *w) |
|
int | watch_handle_write (watch_t *w) |
|
int | watch_write_data (watch_t *w, const char *buf, int len) |
|
int | watch_write (watch_t *w, const char *format,...) |
|
void | watch_handle (watch_t *w) |
|
watch_t * | watch_add (plugin_t *plugin, int fd, watch_type_t type, watcher_handler_func_t *handler, void *data) |
|
watch_t * | watch_add_session (session_t *session, int fd, watch_type_t type, watcher_session_handler_func_t *handler) |
|
int | watch_remove (plugin_t *plugin, int fd, watch_type_t type) |
|
int | have_plugin_of_class (plugin_class_t pclass) |
|
int | plugin_abi_version (int plugin_abi_ver, const char *plugin_name) |
|