Home
last modified time | relevance | path

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

/PHP-5.5/ext/exif/
H A Dexif.c169 #define EXIF_G(v) TSRMG(exif_globals_id, zend_exif_globals *, v) in ZEND_DECLARE_MODULE_GLOBALS() macro
171 #define EXIF_G(v) (exif_globals.v) in ZEND_DECLARE_MODULE_GLOBALS()
3938 ImageInfo->encode_unicode = safe_estrdup(EXIF_G(encode_unicode)); in exif_read_file()
3939 ImageInfo->decode_unicode_be = safe_estrdup(EXIF_G(decode_unicode_be)); in exif_read_file()
3940 ImageInfo->decode_unicode_le = safe_estrdup(EXIF_G(decode_unicode_le)); in exif_read_file()
3941 ImageInfo->encode_jis = safe_estrdup(EXIF_G(encode_jis)); in exif_read_file()
3942 ImageInfo->decode_jis_be = safe_estrdup(EXIF_G(decode_jis_be)); in exif_read_file()
3943 ImageInfo->decode_jis_le = safe_estrdup(EXIF_G(decode_jis_le)); in exif_read_file()

Completed in 15 milliseconds