Home
last modified time | relevance | path

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

/PHP-7.3/ext/exif/
H A Dexif.c2345 zval tmpi, array; in add_assoc_image_info() local
2352 array_init(&tmpi); in add_assoc_image_info()
2354 ZVAL_COPY_VALUE(&tmpi, value); in add_assoc_image_info()
2371 add_assoc_null(&tmpi, name); in add_assoc_image_info()
2384 add_assoc_stringl(&tmpi, name, "", 0); in add_assoc_image_info()
2395 add_index_string(&tmpi, idx++, val); in add_assoc_image_info()
2397 add_assoc_string(&tmpi, name, val); in add_assoc_image_info()
2440 add_assoc_string(&tmpi, name, buffer); in add_assoc_image_info()
2457 add_assoc_long(&tmpi, name, info_value->i); in add_assoc_image_info()
2466 add_assoc_string(&tmpi, name, buffer); in add_assoc_image_info()
[all …]

Completed in 31 milliseconds