Home
last modified time | relevance | path

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

/PHP-5.3/ext/exif/
H A Dexif.c3952 char tmp[64], *sections_str, *s; in PHP_FUNCTION() local
3963 s = sections_str; in PHP_FUNCTION()
3972 if (strstr(sections_str, tmp)) { in PHP_FUNCTION()
3976 EFREE_IF(sections_str); in PHP_FUNCTION()
3980 if (!sections_str) { in PHP_FUNCTION()
3984 EFREE_IF(sections_str); in PHP_FUNCTION()
3992 if (sections_str) in PHP_FUNCTION()
3993 …NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections found: %s", sections_str[0] ? sections_str : "Non… in PHP_FUNCTION()
4001 EFREE_IF(sections_str); in PHP_FUNCTION()
4017 …exif_iif_add_str(&ImageInfo, SECTION_FILE, "SectionsFound", sections_str ? sections_str : "NONE" T… in PHP_FUNCTION()
[all …]

Completed in 14 milliseconds