Searched refs:host_char_to_target_func (Results 1 – 1 of 1) sorted by relevance
901 static int (*host_char_to_target_func) (void *baton, variable998 host_char_to_target_func = h2t->convert_char; in set_host_and_target_charsets()1002 host_char_to_target_func = identity_either_char_to_other; in set_host_and_target_charsets()1005 host_char_to_target_func = iconv_convert; in set_host_and_target_charsets()1151 return ((*host_char_to_target_func) in host_char_to_target()