HEX
Server: Apache/2
System: Linux ctr1224126.novalocal 4.9.241-37.el7.x86_64 #1 SMP Mon Nov 2 13:55:04 UTC 2020 x86_64
User: gokitchen (1017)
PHP: 8.0.30
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: //usr/include/dovecot/charset-utf8-private.h
#ifndef CHARSET_UTF8_PRIVATE_H
#define CHARSET_UTF8_PRIVATE_H

#include "unichar.h"
#include "charset-utf8.h"

struct charset_utf8_vfuncs {
	int (*to_utf8_begin)(const char *charset, normalizer_func_t *normalizer,
			     struct charset_translation **t_r);
	void (*to_utf8_end)(struct charset_translation *t);
	void (*to_utf8_reset)(struct charset_translation *t);

	enum charset_result (*to_utf8)(struct charset_translation *t,
				       const unsigned char *src,
				       size_t *src_size, buffer_t *dest);
};

extern const struct charset_utf8_vfuncs charset_utf8only;
extern const struct charset_utf8_vfuncs charset_iconv;

#endif