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

/freebsd-10.2-release/lib/libc/iconv/
H A Dcitrus_mapper.c186 if (cm->cm_ops) {
188 (*cm->cm_ops->mo_uninit)(cm);
189 free(cm->cm_ops);
217 cm->cm_ops = NULL;
235 cm->cm_ops = malloc(sizeof(*cm->cm_ops));
236 if (!cm->cm_ops) {
240 ret = (*getops)(cm->cm_ops);
244 if (!cm->cm_ops->mo_init ||
245 !cm->cm_ops
[all...]
H A Dcitrus_mapper.h84 return ((*cm->cm_ops->mo_convert)(cm, dst, src, ps));
95 (*cm->cm_ops->mo_init_state)();
H A Dcitrus_mapper_local.h89 struct _citrus_mapper_ops *cm_ops; member in struct:_citrus_mapper

Completed in 106 milliseconds