next_offset      3514 ext/exif/exif.c 	size_t ifd_size, dir_size, entry_offset, next_offset, entry_length, entry_value=0, fgot;
next_offset      3540 ext/exif/exif.c 			next_offset = php_ifd_get32u(ImageInfo->file.list[sn].data + dir_size - 4, ImageInfo->motorola_intel);
next_offset      3542 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF done, next offset x%04X", next_offset);
next_offset      3699 ext/exif/exif.c 				if (next_offset && section_index != SECTION_THUMBNAIL) {
next_offset      3703 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read next IFD (THUMBNAIL) at x%04X", next_offset);
next_offset      3706 ext/exif/exif.c 					exif_process_IFD_in_TIFF(ImageInfo, next_offset, SECTION_THUMBNAIL);
next_offset      1740 ext/pcre/php_pcre.c 	int				 next_offset;		/* End of the last delimiter match + 1 */
next_offset      1780 ext/pcre/php_pcre.c 	next_offset = 0;
next_offset      1805 ext/pcre/php_pcre.c 					add_offset_pair(return_value, last_match, (int)(&subject[offsets[0]]-last_match), next_offset, NULL);
next_offset      1818 ext/pcre/php_pcre.c 			next_offset = offsets[1];