Searched refs:f_ctp (Results 1 – 2 of 2) sorted by relevance
57 void * f_ctp; member85 dp->f_ctp = NULL; in iconv_xlat16_open()89 dp->f_ctp = dp->t_ctp = dp; in iconv_xlat16_open()103 if (dp->f_ctp && dp->f_ctp != data) in iconv_xlat16_close()104 iconv_close(dp->f_ctp); in iconv_xlat16_close()153 dp->f_ctp); in iconv_xlat16_conv()156 dp->f_ctp); in iconv_xlat16_conv()178 if (dp->f_ctp) in iconv_xlat16_conv()179 ctmp = towlower((u_char)*src, dp->f_ctp); in iconv_xlat16_conv()183 if (dp->f_ctp) in iconv_xlat16_conv()[all …]
85 void * f_ctp; member117 dp->f_ctp = dp->t_ctp = NULL; in iconv_ucs_open()121 iconv_open(ENCODING_UNICODE, from, &dp->f_ctp); in iconv_ucs_open()152 if (dp->f_ctp) in iconv_ucs_close()153 iconv_close(dp->f_ctp); in iconv_ucs_close()234 } else if (dp->convtype & KICONV_UCS_COMBINE && dp->f_ctp) { in iconv_ucs_conv()239 ret = iconv_convchr_case(dp->f_ctp, &p, &inlen, (char **)&q, in iconv_ucs_conv()