Lines Matching defs:next
368 * next windowBits size we need to fix up the value later. (Because even
449 png_compression_bufferp next = list->next;
452 list = next;
540 png_compression_buffer *next;
554 next = *end;
555 if (next == NULL)
557 next = png_voidcast(png_compression_bufferp, png_malloc_base
560 if (next == NULL)
567 next->next = NULL;
568 *end = next;
571 png_ptr->zstream.next_out = next->output;
575 /* Move 'end' to the next buffer pointer. */
576 end = &next->next;
642 png_compression_buffer *next = png_ptr->zbuffer_list;
653 if (output_len == 0 || next == NULL)
657 output = next->output;
658 next = next->next;
661 /* This is an internal error; 'next' must have been NULL! */
945 png_ptr->zbuffer_list->next = NULL;
949 png_free_buffer_list(png_ptr, &png_ptr->zbuffer_list->next);
1898 /* Offset to next interlace block */
1904 /* Offset to next interlace block in the y direction */
2013 /* Offset to next interlace block */
2019 /* Offset to next interlace block in the y direction */
2033 /* If interlaced, go to next pass */
2069 /* Reset the row above the image for the next pass */
2103 /* Offset to next interlace block */