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

/freebsd-12-stable/lib/libc/iconv/
H A Dcitrus_mapper.c188 if (cm->cm_ops) {
190 (*cm->cm_ops->mo_uninit)(cm);
191 free(cm->cm_ops);
219 cm->cm_ops = NULL;
237 cm->cm_ops = malloc(sizeof(*cm->cm_ops));
238 if (!cm->cm_ops) {
242 ret = (*getops)(cm->cm_ops);
246 if (!cm->cm_ops->mo_init ||
247 !cm->cm_ops
[all...]
H A Dcitrus_mapper.h86 return ((*cm->cm_ops->mo_convert)(cm, dst, src, ps));
97 (*cm->cm_ops->mo_init_state)();
H A Dcitrus_mapper_local.h91 struct _citrus_mapper_ops *cm_ops; member in struct:_citrus_mapper

Completed in 54 milliseconds