Home
last modified time | relevance | path

Searched refs:GModule (Results 1 – 25 of 43) sorted by relevance

12

/third_party/glib/gmodule/
Dgmodule.h65 typedef struct _GModule GModule; typedef
66 typedef const gchar* (*GModuleCheckInit) (GModule *module);
67 typedef void (*GModuleUnload) (GModule *module);
75 GModule* g_module_open (const gchar *file_name,
80 gboolean g_module_close (GModule *module);
84 void g_module_make_resident (GModule *module);
92 gboolean g_module_symbol (GModule *module,
98 const gchar * g_module_name (GModule *module);
Dgmodule.c202 GModule *next;
217 static inline GModule* g_module_find_by_handle (gpointer handle);
218 static inline GModule* g_module_find_by_name (const gchar *name);
222 static GModule *modules = NULL;
223 static GModule *main_module = NULL;
230 static inline GModule*
233 GModule *module; in g_module_find_by_handle()
234 GModule *retval = NULL; in g_module_find_by_handle()
249 static inline GModule*
252 GModule *module; in g_module_find_by_name()
[all …]
Dmeson.build49 message('WARNING: No suitable GModule implementation found!')
83 c_args : ['-DG_LOG_DOMAIN="GModule"'] + glib_hidden_visibility_args,
96 name : 'GModule',
106 name : 'GModule',
116 name : 'GModule',
Dgmodule.rc.in17 VALUE "FileDescription", "GModule"
/third_party/glib/tests/
Dlibmoduletestplugin_b.c32 G_MODULE_EXPORT const gchar* g_module_check_init (GModule *module);
33 G_MODULE_EXPORT void g_module_unload (GModule *module);
41 g_module_check_init (GModule *module) in g_module_check_init()
49 g_module_unload (GModule *module) in g_module_unload()
Dlibmoduletestplugin_a.c35 G_MODULE_EXPORT void gplugin_a_module_func (GModule *module);
64 gplugin_a_module_func (GModule *module) in gplugin_a_module_func()
Dmodule-test.c48 typedef void (*GModuleFunc) (GModule *);
83 GModule *module_self, *module_a, *module_b; in main()
Dmeson.build98 # Keep the autotools convention for shared module suffix because GModule
/third_party/gstreamer/gstreamer/libs/gst/net/
Dmeson.build48 includes : ['GLib-2.0', 'GObject-2.0', 'GModule-2.0', 'Gio-2.0', 'Gst-1.0'],
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c965 static GModule *module_egl;
995 static GModule *module_opengl = NULL;
997 GModule *setup_module_opengl =
1007 static GModule *module_gles2 = NULL;
1009 GModule *setup_module_gles2 =
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspautils.h68 GModule *plugin;
Dgstladspa.c295 GModule *plugin; in ladspa_plugin_directory_search()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dmeson.build64 includes : ['GLib-2.0', 'GObject-2.0', 'GModule-2.0', 'Gst-1.0'],
/third_party/gstreamer/gstreamer/libs/gst/controller/
Dmeson.build62 includes : ['GLib-2.0', 'GObject-2.0', 'GModule-2.0', 'Gst-1.0'],
/third_party/glib/gio/
Dgio-querymodules.c75 GModule *module; in query_dir()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dmeson.build65 includes : ['GLib-2.0', 'GObject-2.0', 'GModule-2.0', 'Gst-1.0'],
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstjniutils.c37 static GModule *java_module;
503 GModule *module = NULL; in get_application_java_vm()
526 GModule *module; in check_nativehelper()
594 GModule *module = NULL; in check_application_class_loader()
/third_party/gstreamer/gstplugins_base/tests/check/generic/
Dstates.c214 GModule *libx11; in call_xinitthreads()
/third_party/gstreamer/gstreamer/gst/
DMakefile.am300 --include=GModule-2.0 \
Dgst_private.h374 GModule * module; /* contains the module if plugin is loaded */
/third_party/gstreamer/gstplugins_bad/tests/check/generic/
Dstates.c245 GModule *libx11; in main()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dmeson.build163 includes : ['Gst-1.0', 'GstBase-1.0', 'GLib-2.0', 'GObject-2.0', 'GModule-2.0' ],
/third_party/glib/
DNEWS.pre-1-314 * GModule mechanism (implemented in an extra library) which wraps dynamic
153 * New GModule mechanism (implemented in an extra library) which wraps dynamic
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.c79 static GModule *module_self;
84 static GModule *module_opengl;
108 static GModule *module_gles2;
/third_party/gstreamer/gstplugins_bad/sys/nvenc/
Dgstnvenc.c348 GModule *module; in load_nvenc_library()

12