Searched refs:ci_module (Results 1 – 2 of 2) sorted by relevance
98 if (ci->ci_module) { in close_shared()104 _citrus_unload_module(ci->ci_module); in close_shared()143 ci->ci_module = NULL; in open_shared()150 ret = _citrus_load_module(&ci->ci_module, module); in open_shared()155 getops = (_citrus_iconv_getops_t)_citrus_find_getops(ci->ci_module, in open_shared()
99 _citrus_module_t ci_module; member