Searched refs:ccsp (Results 1 – 1 of 1) sorted by relevance
77 const iconv_ccs_desc_t *ccsp = (iconv_ccs_desc_t *)data; in table_close() local79 if (ccsp->type == TABLE_EXTERNAL) in table_close()80 free ((void *)ccsp->tbl); in table_close()82 free((void *)ccsp); in table_close()93 iconv_ccs_desc_t *ccsp; in table_init_from_ucs() local105 || (ccsp = (iconv_ccs_desc_t *) in table_init_from_ucs()109 ccsp->type = TABLE_BUILTIN; in table_init_from_ucs()110 ccsp->bits = biccsp->bits; in table_init_from_ucs()111 ccsp->optimization = biccsp->from_ucs_type; in table_init_from_ucs()112 ccsp->tbl = biccsp->from_ucs; in table_init_from_ucs()[all …]