Searched refs:ci_ops (Results 1 – 3 of 3) sorted by relevance
98 if (ci->ci_ops) { in close_shared()100 (*ci->ci_ops->io_uninit_shared)(ci); in close_shared()101 free(ci->ci_ops); in close_shared()162 ci->ci_ops = malloc(sizeof(*ci->ci_ops)); in open_shared()163 if (!ci->ci_ops) { in open_shared()167 ret = (*getops)(ci->ci_ops); in open_shared()171 if (ci->ci_ops->io_init_shared == NULL || in open_shared()172 ci->ci_ops->io_uninit_shared == NULL || in open_shared()173 ci->ci_ops->io_init_context == NULL || in open_shared()174 ci->ci_ops->io_uninit_context == NULL || in open_shared()[all …]
61 return (*cv->cv_shared->ci_ops->io_convert)(cv, in, inbytes, out, in _citrus_iconv_convert()
94 struct _citrus_iconv_ops *ci_ops; member