OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gplugin_b_state
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/tests/
libmoduletestplugin_b.c
32
G_MODULE_EXPORT gchar*
gplugin_b_state
;
variable
37
gplugin_b_state
= "check-init";
45
gplugin_b_state
= "unloaded";
51
gplugin_b_state
= "Hello world";
57
gplugin_b_state
= "plugin clash";
63
gplugin_b_state
= "global clash";
69
gplugin_b_state
= "BOOH";
module-test.c
45
static gchar **
gplugin_b_state
;
variable
66
compare ("Plugin B", gplugin_b, *
gplugin_b_state
);
68
global_state = *gplugin_a_state = *
gplugin_b_state
= NULL;
118
if (!g_module_symbol (module_b, "
gplugin_b_state
",
119
(gpointer *) &
gplugin_b_state
))
Completed in 122 milliseconds