Home
last modified time | relevance | path

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

/third_party/glib/gmodule/
Dgmodule.c609 GModuleCheckInit check_init; in g_module_open() local
637 … if (g_module_symbol (module, "g_module_check_init", (gpointer) &check_init) && check_init != NULL) in g_module_open()
638 check_failed = check_init (module); in g_module_open()
/third_party/boost/boost/test/impl/
Djunit_log_formatter.ipp857 std::ifstream check_init((name + ".xml").c_str());
858 if(!check_init)