Home
last modified time | relevance | path

Searched refs:next_offset (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/pcre/
H A Dphp_pcre.c1530 int next_offset; /* End of the last delimiter match + 1 */ in php_pcre_split_impl() local
1567 next_offset = 0; in php_pcre_split_impl()
1592 add_offset_pair(return_value, last_match, &subject[offsets[0]]-last_match, next_offset, NULL); in php_pcre_split_impl()
1605 next_offset = offsets[1]; in php_pcre_split_impl()
/PHP-5.5/ext/exif/
H A Dexif.c3569 size_t ifd_size, dir_size, entry_offset, next_offset, entry_length, entry_value=0, fgot; in exif_process_IFD_in_TIFF() local
3595next_offset = php_ifd_get32u(ImageInfo->file.list[sn].data + dir_size - 4, ImageInfo->motorola_int… in exif_process_IFD_in_TIFF()
3597 …ocref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF done, next offset x%04X", next_offset); in exif_process_IFD_in_TIFF()
3754 if (next_offset && section_index != SECTION_THUMBNAIL) { in exif_process_IFD_in_TIFF()
3758 …or_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read next IFD (THUMBNAIL) at x%04X", next_offset); in exif_process_IFD_in_TIFF()
3761 exif_process_IFD_in_TIFF(ImageInfo, next_offset, SECTION_THUMBNAIL TSRMLS_CC); in exif_process_IFD_in_TIFF()

Completed in 42 milliseconds