Lines Matching defs:next
419 /* url moved, get next */
1243 char *cookie, *set_cookies, *next;
1252 next = set_cookies = av_strdup(s->cookies);
1253 if (!next)
1257 while ((cookie = av_strtok(next, "\n", &saveptr)) && !ret) {
1261 next = NULL;
1266 // continue on to the next cookie if this one cannot be parsed
1741 char *next = data;
1744 while (*next) {
1745 key = next;
1760 next = end + 2;
1767 /* until next metadata packet */