Searched refs:ci_ops (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/lib/libc/iconv/
H A Dcitrus_iconv.c98 if (ci->ci_ops) {
100 (*ci->ci_ops->io_uninit_shared)(ci);
101 free(ci->ci_ops);
162 ci->ci_ops = malloc(sizeof(*ci->ci_ops));
163 if (!ci->ci_ops) {
167 ret = (*getops)(ci->ci_ops);
171 if (ci->ci_ops->io_init_shared == NULL ||
172 ci->ci_ops->io_uninit_shared == NULL ||
173 ci->ci_ops
[all...]
H A Dcitrus_iconv.h61 return (*cv->cv_shared->ci_ops->io_convert)(cv, in, inbytes, out,
H A Dcitrus_iconv_local.h94 struct _citrus_iconv_ops *ci_ops; member in struct:_citrus_iconv_shared

Completed in 122 milliseconds