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

/freebsd-12-stable/lib/libc/iconv/
H A Dcitrus_iconv.c99 if (ci->ci_ops) {
101 (*ci->ci_ops->io_uninit_shared)(ci);
102 free(ci->ci_ops);
144 ci->ci_ops = NULL;
161 ci->ci_ops = malloc(sizeof(*ci->ci_ops));
162 if (!ci->ci_ops) {
166 ret = (*getops)(ci->ci_ops);
170 if (ci->ci_ops->io_init_shared == NULL ||
171 ci->ci_ops
[all...]
H A Dcitrus_iconv.h62 return (*cv->cv_shared->ci_ops->io_convert)(cv, in, inbytes, out,
H A Dcitrus_iconv_local.h95 struct _citrus_iconv_ops *ci_ops; member in struct:_citrus_iconv_shared

Completed in 117 milliseconds