Home
last modified time | relevance | path

Searched refs:plugin_handle (Results 1 – 25 of 253) sorted by relevance

1234567891011

/dports/net-p2p/uhub/uhub-a8ee6e7/src/plugin_api/
H A Dhandle.h35 typedef void (*on_user_login_t)(struct plugin_handle*, struct plugin_user*);
42 typedef void (*on_hub_started_t)(struct plugin_handle*, struct plugin_hub_info*);
49 typedef plugin_st (*on_validate_nick_t)(struct plugin_handle*, const char* nick);
50 typedef plugin_st (*on_validate_cid_t)(struct plugin_handle*, const char* cid);
122 typedef size_t (*hfunc_get_usercount)(struct plugin_handle*);
124 typedef char* (*hfunc_get_hub_name)(struct plugin_handle*);
125 typedef void (*hfunc_set_hub_name)(struct plugin_handle*, const char*);
126 typedef char* (*hfunc_get_hub_description)(struct plugin_handle*);
150 struct plugin_handle struct
189 PLUGIN_API int plugin_unregister(struct plugin_handle*);
[all …]
/dports/devel/anjuta/anjuta-3.34.0/libanjuta/
H A Danjuta-plugin-handle.c489 AnjutaPluginHandle *plugin_handle; in anjuta_plugin_handle_new() local
521 plugin_handle->priv->id = str; in anjuta_plugin_handle_new()
529 plugin_handle->priv->name = str; in anjuta_plugin_handle_new()
537 plugin_handle->priv->about = str; in anjuta_plugin_handle_new()
588 g_object_unref (plugin_handle); in anjuta_plugin_handle_new()
589 plugin_handle = NULL; in anjuta_plugin_handle_new()
592 return plugin_handle; in anjuta_plugin_handle_new()
599 return plugin_handle->priv->id; in anjuta_plugin_handle_get_id()
606 return plugin_handle->priv->name; in anjuta_plugin_handle_get_name()
627 return plugin_handle->priv->path; in anjuta_plugin_handle_get_path()
[all …]
H A Danjuta-plugin-handle.h53 const char* anjuta_plugin_handle_get_id (AnjutaPluginHandle *plugin_handle);
54 const char* anjuta_plugin_handle_get_name (AnjutaPluginHandle *plugin_handle);
55 const char* anjuta_plugin_handle_get_about (AnjutaPluginHandle *plugin_handle);
57 const char* anjuta_plugin_handle_get_path (AnjutaPluginHandle *plugin_handle);
59 gboolean anjuta_plugin_handle_get_resident (AnjutaPluginHandle *plugin_handle);
65 GList* anjuta_plugin_handle_get_interfaces (AnjutaPluginHandle *plugin_handle);
68 gboolean anjuta_plugin_handle_get_checked (AnjutaPluginHandle *plugin_handle);
70 void anjuta_plugin_handle_set_can_load (AnjutaPluginHandle *plugin_handle,
72 void anjuta_plugin_handle_set_can_unload (AnjutaPluginHandle *plugin_handle,
74 void anjuta_plugin_handle_set_checked (AnjutaPluginHandle *plugin_handle,
[all …]
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Dplayer_oa.c247 bg_plugin_lock(ctx->plugin_handle); in bg_player_oa_init()
257 bg_plugin_unlock(ctx->plugin_handle); in bg_player_oa_init()
268 bg_plugin_lock(ctx->plugin_handle); in bg_player_oa_cleanup()
271 bg_plugin_unlock(ctx->plugin_handle); in bg_player_oa_cleanup()
278 bg_plugin_lock(ctx->plugin_handle); in bg_player_oa_start()
281 bg_plugin_unlock(ctx->plugin_handle); in bg_player_oa_start()
287 bg_plugin_lock(ctx->plugin_handle); in bg_player_oa_stop()
290 bg_plugin_unlock(ctx->plugin_handle); in bg_player_oa_stop()
310 bg_plugin_lock(ctx->plugin_handle); in bg_player_oa_get_latency()
323 if(ctx->plugin_handle) in bg_player_oa_set_plugin()
[all …]
/dports/net-p2p/uhub/uhub-a8ee6e7/src/core/
H A Dplugincallback.c28 static struct plugin_callback_data* get_callback_data(struct plugin_handle* plugin) in get_callback_data()
35 struct plugin_handle* plugin = (struct plugin_handle*) cmd->ptr; in plugin_command_dispatch()
68 static int cbfunc_send_broadcast(struct plugin_handle* plugin, const char* message) in cbfunc_send_broadcast()
93 static int cbfunc_user_disconnect(struct plugin_handle* plugin, struct plugin_user* user) in cbfunc_user_disconnect()
142 static size_t cbfunc_get_usercount(struct plugin_handle* plugin) in cbfunc_get_usercount()
148 static char* cbfunc_get_hub_name(struct plugin_handle* plugin) in cbfunc_get_hub_name()
157 static char* cbfunc_get_hub_description(struct plugin_handle* plugin) in cbfunc_get_hub_description()
166 static void cbfunc_set_hub_name(struct plugin_handle* plugin, const char* str) in cbfunc_set_hub_name()
183 static void cbfunc_set_hub_description(struct plugin_handle* plugin, const char* str) in cbfunc_set_hub_description()
200 void plugin_register_callback_functions(struct plugin_handle* handle) in plugin_register_callback_functions()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Drpl_group_replication.cc91 st_mysql_group_replication *plugin_handle= in group_replication_start() local
93 result= plugin_handle->start(); in group_replication_start()
115 st_mysql_group_replication *plugin_handle= in group_replication_stop() local
117 result= plugin_handle->stop(); in group_replication_stop()
138 st_mysql_group_replication *plugin_handle= in is_group_replication_running() local
140 result= plugin_handle->is_running(); in is_group_replication_running()
157 st_mysql_group_replication *plugin_handle= in set_group_replication_retrieved_certification_info() local
177 st_mysql_group_replication *plugin_handle= in get_group_replication_connection_status_info() local
198 st_mysql_group_replication *plugin_handle= in get_group_replication_group_members_info() local
218 st_mysql_group_replication *plugin_handle= in get_group_replication_group_member_stats_info() local
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Drpl_group_replication.cc91 st_mysql_group_replication *plugin_handle= in group_replication_start() local
93 result= plugin_handle->start(); in group_replication_start()
115 st_mysql_group_replication *plugin_handle= in group_replication_stop() local
117 result= plugin_handle->stop(); in group_replication_stop()
138 st_mysql_group_replication *plugin_handle= in is_group_replication_running() local
140 result= plugin_handle->is_running(); in is_group_replication_running()
157 st_mysql_group_replication *plugin_handle= in set_group_replication_retrieved_certification_info() local
177 st_mysql_group_replication *plugin_handle= in get_group_replication_connection_status_info() local
198 st_mysql_group_replication *plugin_handle= in get_group_replication_group_members_info() local
218 st_mysql_group_replication *plugin_handle= in get_group_replication_group_member_stats_info() local
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Drpl_group_replication.cc91 st_mysql_group_replication *plugin_handle= in group_replication_start() local
93 result= plugin_handle->start(); in group_replication_start()
115 st_mysql_group_replication *plugin_handle= in group_replication_stop() local
117 result= plugin_handle->stop(); in group_replication_stop()
138 st_mysql_group_replication *plugin_handle= in is_group_replication_running() local
140 result= plugin_handle->is_running(); in is_group_replication_running()
157 st_mysql_group_replication *plugin_handle= in set_group_replication_retrieved_certification_info() local
177 st_mysql_group_replication *plugin_handle= in get_group_replication_connection_status_info() local
198 st_mysql_group_replication *plugin_handle= in get_group_replication_group_members_info() local
218 st_mysql_group_replication *plugin_handle= in get_group_replication_group_member_stats_info() local
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Drpl_group_replication.cc91 st_mysql_group_replication *plugin_handle= in group_replication_start() local
93 result= plugin_handle->start(); in group_replication_start()
115 st_mysql_group_replication *plugin_handle= in group_replication_stop() local
117 result= plugin_handle->stop(); in group_replication_stop()
138 st_mysql_group_replication *plugin_handle= in is_group_replication_running() local
140 result= plugin_handle->is_running(); in is_group_replication_running()
157 st_mysql_group_replication *plugin_handle= in set_group_replication_retrieved_certification_info() local
177 st_mysql_group_replication *plugin_handle= in get_group_replication_connection_status_info() local
198 st_mysql_group_replication *plugin_handle= in get_group_replication_group_members_info() local
218 st_mysql_group_replication *plugin_handle= in get_group_replication_group_member_stats_info() local
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Drpl_group_replication.cc91 st_mysql_group_replication *plugin_handle= in group_replication_start() local
93 result= plugin_handle->start(); in group_replication_start()
115 st_mysql_group_replication *plugin_handle= in group_replication_stop() local
117 result= plugin_handle->stop(); in group_replication_stop()
138 st_mysql_group_replication *plugin_handle= in is_group_replication_running() local
140 result= plugin_handle->is_running(); in is_group_replication_running()
157 st_mysql_group_replication *plugin_handle= in set_group_replication_retrieved_certification_info() local
177 st_mysql_group_replication *plugin_handle= in get_group_replication_connection_status_info() local
198 st_mysql_group_replication *plugin_handle= in get_group_replication_group_members_info() local
218 st_mysql_group_replication *plugin_handle= in get_group_replication_group_member_stats_info() local
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Drpl_group_replication.cc91 st_mysql_group_replication *plugin_handle= in group_replication_start() local
93 result= plugin_handle->start(); in group_replication_start()
115 st_mysql_group_replication *plugin_handle= in group_replication_stop() local
117 result= plugin_handle->stop(); in group_replication_stop()
138 st_mysql_group_replication *plugin_handle= in is_group_replication_running() local
140 result= plugin_handle->is_running(); in is_group_replication_running()
157 st_mysql_group_replication *plugin_handle= in set_group_replication_retrieved_certification_info() local
177 st_mysql_group_replication *plugin_handle= in get_group_replication_connection_status_info() local
198 st_mysql_group_replication *plugin_handle= in get_group_replication_group_members_info() local
218 st_mysql_group_replication *plugin_handle= in get_group_replication_group_member_stats_info() local
[all …]
/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Dplugins.c83 void *plugin_handle = NULL; in uwsgi_load_plugin() local
122 if (!plugin_handle) { in uwsgi_load_plugin()
141 if (plugin_handle) { in uwsgi_load_plugin()
152 if (!plugin_handle) { in uwsgi_load_plugin()
163 if (!plugin_handle) { in uwsgi_load_plugin()
175 up = dlsym(plugin_handle, plugin_entry_symbol); in uwsgi_load_plugin()
197 up = dlsym(plugin_handle, plugin_entry_symbol); in uwsgi_load_plugin()
203 if (dlclose(plugin_handle)) { in uwsgi_load_plugin()
214 if (dlclose(plugin_handle)) { in uwsgi_load_plugin()
235 if (dlclose(plugin_handle)) { in uwsgi_load_plugin()
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libutil/
H A Dplugin.cpp58 dlclose(Handle plugin_handle) in dlclose() argument
60 return FreeLibrary((HMODULE)plugin_handle) != 0; in dlclose()
66 dlsym(Handle plugin_handle, const char* symbol_name) in dlsym() argument
68 return (void*)GetProcAddress((HMODULE)plugin_handle, symbol_name); in dlsym()
107 Plugin::close(Handle plugin_handle) in close() argument
111 if (dlclose(plugin_handle)) { in close()
121 Plugin::getsym(Handle plugin_handle, const char* symbol_name, bool report_error) in getsym() argument
125 void* s = dlsym(plugin_handle, symbol_name); in getsym()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libutil/
H A Dplugin.cpp58 dlclose(Handle plugin_handle) in dlclose() argument
60 return FreeLibrary((HMODULE)plugin_handle) != 0; in dlclose()
66 dlsym(Handle plugin_handle, const char* symbol_name) in dlsym() argument
68 return (void*)GetProcAddress((HMODULE)plugin_handle, symbol_name); in dlsym()
107 Plugin::close(Handle plugin_handle) in close() argument
111 if (dlclose(plugin_handle)) { in close()
121 Plugin::getsym(Handle plugin_handle, const char* symbol_name, bool report_error) in getsym() argument
125 void* s = dlsym(plugin_handle, symbol_name); in getsym()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/proxy/
H A Dplugin_array_buffer_var.cc32 base::UnsafeSharedMemoryRegion plugin_handle) in PluginArrayBufferVar() argument
33 : plugin_handle_(std::move(plugin_handle)), size_in_bytes_(size_in_bytes) {} in PluginArrayBufferVar()
69 ppapi::proxy::SerializedHandle plugin_handle; in CopyToNewShmem() local
71 instance, ByteLength(), host_handle_id, &plugin_handle)); in CopyToNewShmem()
72 if (!plugin_handle.IsHandleValid() || !plugin_handle.is_shmem_region() || in CopyToNewShmem()
78 plugin_handle.TakeSharedMemoryRegion()); in CopyToNewShmem()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/proxy/
H A Dplugin_array_buffer_var.cc32 base::UnsafeSharedMemoryRegion plugin_handle) in PluginArrayBufferVar() argument
33 : plugin_handle_(std::move(plugin_handle)), size_in_bytes_(size_in_bytes) {} in PluginArrayBufferVar()
69 ppapi::proxy::SerializedHandle plugin_handle; in CopyToNewShmem() local
71 instance, ByteLength(), host_handle_id, &plugin_handle)); in CopyToNewShmem()
72 if (!plugin_handle.IsHandleValid() || !plugin_handle.is_shmem_region() || in CopyToNewShmem()
78 plugin_handle.TakeSharedMemoryRegion()); in CopyToNewShmem()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Drpl_group_replication.cc159 st_mysql_group_replication *plugin_handle = in group_replication_start() local
172 if (plugin_handle->is_running()) { in group_replication_start()
224 st_mysql_group_replication *plugin_handle = in group_replication_stop() local
242 st_mysql_group_replication *plugin_handle = in is_group_replication_running() local
244 result = plugin_handle->is_running(); in is_group_replication_running()
258 st_mysql_group_replication *plugin_handle = in is_group_replication_cloning() local
260 result = plugin_handle->is_cloning(); in is_group_replication_cloning()
275 st_mysql_group_replication *plugin_handle = in set_group_replication_retrieved_certification_info() local
292 st_mysql_group_replication *plugin_handle = in get_group_replication_connection_status_info() local
310 st_mysql_group_replication *plugin_handle = in get_group_replication_group_members_info() local
[all …]
/dports/audio/gsequencer/gsequencer-3.10.4/ags/plugin/
H A Dags_ladspa_plugin.c58 gpointer plugin_handle,
62 gpointer plugin_handle);
64 gpointer plugin_handle);
66 gpointer plugin_handle,
304 if(plugin_handle != NULL && in ags_ladspa_plugin_connect_port()
314 gpointer plugin_handle) in ags_ladspa_plugin_activate() argument
330 if(plugin_handle != NULL && in ags_ladspa_plugin_activate()
338 gpointer plugin_handle) in ags_ladspa_plugin_deactivate() argument
354 if(plugin_handle != NULL && in ags_ladspa_plugin_deactivate()
362 gpointer plugin_handle, in ags_ladspa_plugin_run() argument
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/x/src/
H A Dxpl_log.h38 extern MYSQL_PLUGIN plugin_handle;
45 my_plugin_log_message(&xpl::plugin_handle, MY_ERROR_LEVEL, __VA_ARGS__)
49 my_plugin_log_message(&xpl::plugin_handle, MY_WARNING_LEVEL, __VA_ARGS__)
53 my_plugin_log_message(&xpl::plugin_handle, MY_INFORMATION_LEVEL, __VA_ARGS__)
57 #define log_debug(...) my_plugin_log_message(&xpl::plugin_handle, MY_INFORMATION_LEVEL, __VA_ARGS__)
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dxpl_log.h38 extern MYSQL_PLUGIN plugin_handle;
45 my_plugin_log_message(&xpl::plugin_handle, MY_ERROR_LEVEL, __VA_ARGS__)
49 my_plugin_log_message(&xpl::plugin_handle, MY_WARNING_LEVEL, __VA_ARGS__)
53 my_plugin_log_message(&xpl::plugin_handle, MY_INFORMATION_LEVEL, __VA_ARGS__)
57 #define log_debug(...) my_plugin_log_message(&xpl::plugin_handle, MY_INFORMATION_LEVEL, __VA_ARGS__)
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dxpl_log.h38 extern MYSQL_PLUGIN plugin_handle;
45 my_plugin_log_message(&xpl::plugin_handle, MY_ERROR_LEVEL, __VA_ARGS__)
49 my_plugin_log_message(&xpl::plugin_handle, MY_WARNING_LEVEL, __VA_ARGS__)
53 my_plugin_log_message(&xpl::plugin_handle, MY_INFORMATION_LEVEL, __VA_ARGS__)
57 #define log_debug(...) my_plugin_log_message(&xpl::plugin_handle, MY_INFORMATION_LEVEL, __VA_ARGS__)
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/x/src/
H A Dxpl_log.h38 extern MYSQL_PLUGIN plugin_handle;
45 my_plugin_log_message(&xpl::plugin_handle, MY_ERROR_LEVEL, __VA_ARGS__)
49 my_plugin_log_message(&xpl::plugin_handle, MY_WARNING_LEVEL, __VA_ARGS__)
53 my_plugin_log_message(&xpl::plugin_handle, MY_INFORMATION_LEVEL, __VA_ARGS__)
57 #define log_debug(...) my_plugin_log_message(&xpl::plugin_handle, MY_INFORMATION_LEVEL, __VA_ARGS__)
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/x/src/
H A Dxpl_log.h38 extern MYSQL_PLUGIN plugin_handle;
45 my_plugin_log_message(&xpl::plugin_handle, MY_ERROR_LEVEL, __VA_ARGS__)
49 my_plugin_log_message(&xpl::plugin_handle, MY_WARNING_LEVEL, __VA_ARGS__)
53 my_plugin_log_message(&xpl::plugin_handle, MY_INFORMATION_LEVEL, __VA_ARGS__)
57 #define log_debug(...) my_plugin_log_message(&xpl::plugin_handle, MY_INFORMATION_LEVEL, __VA_ARGS__)
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dxpl_log.h38 extern MYSQL_PLUGIN plugin_handle;
45 my_plugin_log_message(&xpl::plugin_handle, MY_ERROR_LEVEL, __VA_ARGS__)
49 my_plugin_log_message(&xpl::plugin_handle, MY_WARNING_LEVEL, __VA_ARGS__)
53 my_plugin_log_message(&xpl::plugin_handle, MY_INFORMATION_LEVEL, __VA_ARGS__)
57 #define log_debug(...) my_plugin_log_message(&xpl::plugin_handle, MY_INFORMATION_LEVEL, __VA_ARGS__)
/dports/net-p2p/uhub/uhub-a8ee6e7/src/plugins/
H A Dmod_logging.c53 static void set_error_message(struct plugin_handle* plugin, const char* msg) in set_error_message()
58 static int log_open_file(struct plugin_handle* plugin, struct log_data* data) in log_open_file()
66 static int log_open_syslog(struct plugin_handle* plugin) in log_open_syslog()
73 static struct log_data* parse_config(const char* line, struct plugin_handle* plugin) in parse_config()
219 static void log_user_login(struct plugin_handle* plugin, struct plugin_user* user) in log_user_login()
227 static void log_user_login_error(struct plugin_handle* plugin, struct plugin_user* user, const char… in log_user_login_error()
233 static void log_user_logout(struct plugin_handle* plugin, struct plugin_user* user, const char* rea… in log_user_logout()
239 static void log_change_nick(struct plugin_handle* plugin, struct plugin_user* user, const char* new… in log_change_nick()
245 int plugin_register(struct plugin_handle* plugin, const char* config) in plugin_register()
260 int plugin_unregister(struct plugin_handle* plugin) in plugin_unregister()

1234567891011