OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gplugin_a_state
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/tests/
libmoduletestplugin_a.c
33
G_MODULE_EXPORT gchar*
gplugin_a_state
;
variable
38
gplugin_a_state
= "Hello world";
44
gplugin_a_state
= "plugin clash";
50
gplugin_a_state
= "global clash";
56
gplugin_a_state
= "BOOH";
module-test.c
44
static gchar **
gplugin_a_state
;
variable
65
compare ("Plugin A", gplugin_a, *
gplugin_a_state
);
68
global_state = *
gplugin_a_state
= *gplugin_b_state = NULL;
114
if (!g_module_symbol (module_a, "
gplugin_a_state
",
115
(gpointer *) &
gplugin_a_state
))
Completed in 170 milliseconds