Searched refs:check_init (Results 1 – 2 of 2) sorted by relevance
609 GModuleCheckInit check_init; in g_module_open() local637 … 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()
857 std::ifstream check_init((name + ".xml").c_str());858 if(!check_init)