Home
last modified time | relevance | path

Searched refs:g_module_find_by_handle (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/gmodule/
Dgmodule.c217 static inline GModule* g_module_find_by_handle (gpointer handle);
231 g_module_find_by_handle (gpointer handle) in g_module_find_by_handle() function
613 module = g_module_find_by_handle (handle); in g_module_open()