CHARSETNAME       199 lib/util/charset/charset.h #define SMB_GENERATE_CHARSET_MODULE_8_BIT_GAP(CHARSETNAME) 					\
CHARSETNAME       200 lib/util/charset/charset.h static size_t CHARSETNAME ## _push(void *cd, const char **inbuf, size_t *inbytesleft,			\
CHARSETNAME       240 lib/util/charset/charset.h static size_t CHARSETNAME ## _pull(void *cd, const char **inbuf, size_t *inbytesleft,				\
CHARSETNAME       259 lib/util/charset/charset.h struct charset_functions CHARSETNAME ## _functions = 						\
CHARSETNAME       260 lib/util/charset/charset.h 		{#CHARSETNAME, CHARSETNAME ## _pull, CHARSETNAME ## _push};			\
CHARSETNAME       262 lib/util/charset/charset.h NTSTATUS charset_ ## CHARSETNAME ## _init(void);							\
CHARSETNAME       263 lib/util/charset/charset.h NTSTATUS charset_ ## CHARSETNAME ## _init(void)							\
CHARSETNAME       265 lib/util/charset/charset.h 	return smb_register_charset(& CHARSETNAME ## _functions);				\