Searched refs:is_resident (Results 1 – 2 of 2) sorted by relevance
200 guint is_resident : 1; member519 main_module->is_resident = TRUE; in g_module_open()631 module->is_resident = FALSE; in g_module_open()690 if (!module->ref_count && !module->is_resident && module->unload) in g_module_close()699 if (!module->ref_count && !module->is_resident) in g_module_close()743 module->is_resident = TRUE; in g_module_make_resident()
4517 BOOL is_resident; local4570 is_resident = TRUE;4577 is_resident = FALSE;4580 if (is_resident)4640 if (is_resident) {