Searched refs:f_ctp (Results 1 – 2 of 2) sorted by relevance
54 void * f_ctp; member81 if (iconv_open(KICONV_WCTYPE_NAME, csp->cp_from, &dp->f_ctp) != 0) in iconv_xlat16_open()82 dp->f_ctp = NULL; in iconv_xlat16_open()86 dp->f_ctp = dp->t_ctp = dp; in iconv_xlat16_open()100 if (dp->f_ctp && dp->f_ctp != data) in iconv_xlat16_close()101 iconv_close(dp->f_ctp); in iconv_xlat16_close()148 if (casetype == KICONV_FROM_LOWER && dp->f_ctp) in iconv_xlat16_conv()150 dp->f_ctp); in iconv_xlat16_conv()151 else if (casetype == KICONV_FROM_UPPER && dp->f_ctp) in iconv_xlat16_conv()153 dp->f_ctp); in iconv_xlat16_conv()[all …]
82 void * f_ctp; member114 dp->f_ctp = dp->t_ctp = NULL; in iconv_ucs_open()118 iconv_open(ENCODING_UNICODE, from, &dp->f_ctp); in iconv_ucs_open()149 if (dp->f_ctp) in iconv_ucs_close()150 iconv_close(dp->f_ctp); in iconv_ucs_close()231 } else if (dp->convtype & KICONV_UCS_COMBINE && dp->f_ctp) { in iconv_ucs_conv()236 ret = iconv_convchr_case(dp->f_ctp, &p, &inlen, (char **)&q, in iconv_ucs_conv()