Home
last modified time | relevance | path

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

/PHP-5.4/ext/exif/
H A Dexif.c3930 char tmp[64], *sections_str, *s; in PHP_FUNCTION() local
3941 s = sections_str; in PHP_FUNCTION()
3950 if (strstr(sections_str, tmp)) { in PHP_FUNCTION()
3954 EFREE_IF(sections_str); in PHP_FUNCTION()
3958 if (!sections_str) { in PHP_FUNCTION()
3962 EFREE_IF(sections_str); in PHP_FUNCTION()
3970 if (sections_str) in PHP_FUNCTION()
3971 …NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections found: %s", sections_str[0] ? sections_str : "Non… in PHP_FUNCTION()
3979 EFREE_IF(sections_str); in PHP_FUNCTION()
3995 …exif_iif_add_str(&ImageInfo, SECTION_FILE, "SectionsFound", sections_str ? sections_str : "NONE" T… in PHP_FUNCTION()
[all …]

Completed in 20 milliseconds