Home | History | Annotate | Download | only in xmlwf

Lines Matching full:next

118   const char *next, *p;
121 next = buf;
122 p = getTok(&next);
123 if (matchkey(p, next, "text"))
125 else if (!matchkey(p, next, "application"))
127 p = getTok(&next);
130 p = getTok(&next);
131 if (matchkey(p, next, "xml"))
133 p = getTok(&next);
136 p = getTok(&next);
137 if (matchkey(p, next, "charset")) {
138 p = getTok(&next);
140 p = getTok(&next);
144 while (++p != next - 1) {
156 if (next - p > CHARSET_MAX - 1)
158 while (p != next)
168 p = getTok(&next);