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

/barrelfish-master/lib/libc/iconv/
H A Dcitrus_iconv.c97 if (ci->ci_ops) {
99 (*ci->ci_ops->io_uninit_shared)(ci);
100 free(ci->ci_ops);
142 ci->ci_ops = NULL;
159 ci->ci_ops = malloc(sizeof(*ci->ci_ops));
160 if (!ci->ci_ops) {
164 ret = (*getops)(ci->ci_ops);
168 if (ci->ci_ops->io_init_shared == NULL ||
169 ci->ci_ops
[all...]
H A Dcitrus_iconv.h60 return (*cv->cv_shared->ci_ops->io_convert)(cv, in, inbytes, out,
H A Dcitrus_iconv_local.h93 struct _citrus_iconv_ops *ci_ops; member in struct:_citrus_iconv_shared

Completed in 89 milliseconds