Lines Matching defs:next
520 list->tail->next = new_elem;
894 int64_t next, end = avio_tell(pb);
970 * so check the next tag to see which one to use */
976 if (ffio_ensure_seekback(pb, 2 /* tflags */ + tlen + 4 /* next tag */))
1003 next = avio_tell(pb) + tlen;
1126 avio_seek(pb, next, SEEK_SET);
1210 ID3v2ExtraMeta *current = *extra_meta, *next;
1216 next = current->next;
1218 current = next;
1228 for (cur = extra_meta; cur; cur = cur->next) {
1260 for (unsigned i = 0; cur; cur = cur->next) {
1285 for (cur = extra_meta; cur; cur = cur->next) {