Searched defs:t_r (Results 1 - 4 of 4) sorted by relevance
/dovecot/src/lib-charset/ |
H A D | charset-utf8-only.c | 13 struct charset_translation **t_r) 24 *t_r = t; 11 utf8only_charset_to_utf8_begin(const char *charset, normalizer_func_t *normalizer, struct charset_translation **t_r) argument
|
H A D | charset-iconv.c | 19 struct charset_translation **t_r) 37 *t_r = t; 18 iconv_charset_to_utf8_begin(const char *charset, normalizer_func_t *normalizer, struct charset_translation **t_r) argument
|
H A D | charset-utf8.c | 76 struct charset_translation **t_r) 78 return charset_utf8_vfuncs->to_utf8_begin(charset, normalizer, t_r); 75 charset_to_utf8_begin(const char *charset, normalizer_func_t *normalizer, struct charset_translation **t_r) argument
|
/dovecot/src/plugins/charset-alias/ |
H A D | charset-alias-plugin.c | 23 struct charset_translation **t_r); 77 struct charset_translation **t_r) 81 return original_charset_utf8_vfuncs->to_utf8_begin(charset, normalizer, t_r); 75 charset_alias_to_utf8_begin(const char *charset, normalizer_func_t *normalizer, struct charset_translation **t_r) argument
|
Completed in 22 milliseconds