Searched refs:CHARSET_MAX (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/mit/expat/dist/xmlwf/
H A Dxmlmime.h40 #define CHARSET_MAX 41 macro
44 charset gets the charset to use. It must be at least CHARSET_MAX chars
H A Dct.c34 #define CHARSET_MAX 41 macro
145 if (s == charset + CHARSET_MAX - 1) {
153 if (next - p > CHARSET_MAX - 1)
170 char buf[CHARSET_MAX];
H A Dxmlmime.c154 if (s == charset + CHARSET_MAX - 1) {
162 if (next - p > CHARSET_MAX - 1)
184 char buf[CHARSET_MAX];

Completed in 116 milliseconds