Home
last modified time | relevance | path

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

/third_party/glib/gmodule/
Dgmodule.c200 guint is_resident : 1; member
519 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()
/third_party/ntfs-3g/libntfs-3g/
Dattrib.c4517 BOOL is_resident; local
4570 is_resident = TRUE;
4577 is_resident = FALSE;
4580 if (is_resident)
4640 if (is_resident) {