Lines Matching full:next
86 const char *next, *p;
89 next = buf;
90 p = getTok(&next);
91 if (matchkey(p, next, "text"))
93 else if (!matchkey(p, next, "application"))
95 p = getTok(&next);
98 p = getTok(&next);
99 if (matchkey(p, next, "xml"))
101 p = getTok(&next);
104 p = getTok(&next);
105 if (matchkey(p, next, "charset")) {
106 p = getTok(&next);
108 p = getTok(&next);
112 while (++p != next - 1) {
124 if (next - p > CHARSET_MAX - 1)
126 while (p != next)
136 p = getTok(&next);